[SCM] ffmpeg/ubuntu: exclude more cruft from libav-source tarball

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Mar 20 11:42:47 UTC 2011


The following commit has been merged in the ubuntu branch:
commit ddc630e7167df7362df2b7373b3a3f68c751933c
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun Mar 20 11:58:09 2011 +0100

    exclude more cruft from libav-source tarball

diff --git a/debian/rules b/debian/rules
index 515e52b..db403a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -88,7 +88,8 @@ install: build
 	dh_prep
 	dh_installdirs -ptmp usr/src
 	tar czvf debian/tmp/usr/src/libav-source.tar.gz . \
-		 --exclude 'debian*' --exclude .git --transform 's,^./,libav/,'
+		 --exclude 'debian*' --exclude .git  --exclude .pc --exclude '*-stamp' \
+		 --transform 's,^./,libav/,'
 	dh_installdirs -ptmp usr/share/doc/ffmpeg/html etc
 	dh_installdirs -ptmp usr/share/doc/libav-doc/html
 	$(foreach flavor,$(FLAVORS),$(call install_flavor,$(flavor)))

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list