[SCM] FFmpeg packaging branch, master, updated. debian/0.5+svn20090609-1-20-g980104c

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Thu Jul 9 08:24:23 UTC 2009


The following commit has been merged in the master branch:
commit 980104cf8984a15ee6b5cc39944b22fc9ad1d140
Author: Fabian Greffrath <fabian at debian-unofficial.org>
Date:   Thu Jul 9 10:26:54 2009 +0200

    Replace "dh_clean -k" by dh_prep.

diff --git a/debian/rules b/debian/rules
index 26908fe..7dec70f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -93,7 +93,7 @@ endef
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs -ptmp usr/share/doc/ffmpeg/html etc
 	dh_installdirs -ptmp usr/share/doc/ffmpeg-doc/html
 	$(foreach flavor,$(FLAVORS),$(call install_flavor,$(flavor)))

-- 
FFmpeg packaging



More information about the pkg-multimedia-commits mailing list