[SCM] libav/master: Remove the last remainders of explicit quilt usage in pre-3.0 source formats.

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Thu Jan 19 12:23:02 UTC 2012


The following commit has been merged in the master branch:
commit 2717bf5d3e02c5b88e08b070175afcad266e348c
Author: Fabian Greffrath <fabian+debian at greffrath.com>
Date:   Thu Jan 19 13:27:29 2012 +0100

    Remove the last remainders of explicit quilt usage in pre-3.0 source formats.

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 2a93e9f..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,9 +0,0 @@
-Usage of the quilt patch tracking system
-
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-For more information about quilt, see /usr/share/doc/quilt/README.source
-
- -- Reinhard Tartler <siretart at tauware.de>, Sun,  1 Aug 2010 14:39:46 -0400
diff --git a/debian/rules b/debian/rules
index bb0113c..87f7664 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,7 @@ $(DH_INSTALL_FILES):
 	$(foreach opt_flavor,$(OPT_FLAVORS),$(call dh_install_file_opt_flavor,$@,$(opt_flavor)))
 
 configure-%: configure-stamp-%
-configure-stamp-%: $(QUILT_STAMPFN)
+configure-stamp-%:
 	dh_testdir
 	mkdir -p debian-$*
 	cd debian-$* && CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" $(CURDIR)/configure \
@@ -58,7 +58,7 @@ debian-shared/tools/qt-faststart: build-stamp-shared
 	$(MAKE) -C debian-shared tools/qt-faststart V=1
 
 build-doxy: build-doxy-stamp
-build-doxy-stamp: $(QUILT_STAMPFN)
+build-doxy-stamp:
 	dh_testdir
 	doxygen
 	touch $@

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list