[SCM] lame/master: Add back the overrides to clean patches.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Tue May 3 16:17:07 UTC 2011


The following commit has been merged in the master branch:
commit 595c4f5fceb38414f67cbc364f1320997ef8fe30
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Tue May 3 12:15:45 2011 -0400

    Add back the overrides to clean patches.

diff --git a/debian/rules b/debian/rules
index 8280c7b..6ea7d52 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,10 @@ override_dh_auto_configure:
 		--with-fileio=lame \
 		--enable-expopt=full \
 		--disable-debug
+
+override_dh_clean:
+	dh_clean
+	! test -x `which quilt` || \
+		QUILT_PATCHES=debian/patches quilt pop -a || \
+		true
+	rm -rf .pc/
diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides
new file mode 100644
index 0000000..6932cad
--- /dev/null
+++ b/debian/source.lintian-overrides
@@ -0,0 +1,3 @@
+# Ignore this error. A test will be used to check if quilt is installed and if
+# so, use quilt to unapply patches.
+lame source: missing-build-dependency quilt

-- 
lame packaging



More information about the pkg-multimedia-commits mailing list