From: Alessio Treglia Date: Sat, 4 Feb 2012 11:18:02 +0000 (+0100) Subject: Update debian/gpac-get-orig-source. X-Git-Tag: archive/raspbian/1.0.1+dfsg1-4+rpi1~1^2~254 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4581fb5b1b9311c142046a7cb45bf980c99dfcee;p=gpac.git Update debian/gpac-get-orig-source. --- diff --git a/debian/gpac-get-orig-source b/debian/gpac-get-orig-source index 48a6d0e..37498b9 100755 --- a/debian/gpac-get-orig-source +++ b/debian/gpac-get-orig-source @@ -40,7 +40,9 @@ find gpac-${GPAC_VERSION} -type d -empty -delete # Remove DFSG-unfriendly implementation of inverse DCT # It is completely unnecessary! +echo "Removing non-DFSG source code" rm -rf gpac-${GPAC_VERSION}/modules/xvid_dec/xvid_wce/ +rm -rf gpac-${GPAC_VERSION}/modules/widgetman/ -tar --exclude-vcs -czf "gpac_${GPAC_VERSION}.orig.tar.gz" \ +BZIP2=-9f tar --exclude-vcs -cjf "gpac_${GPAC_VERSION}.orig.tar.bz2" \ "gpac-${GPAC_VERSION}/"