[SCM] mjpegtools/master: Fix fatal error in clean

lucidfox-guest at users.alioth.debian.org lucidfox-guest at users.alioth.debian.org
Sun May 1 06:40:59 UTC 2011


The following commit has been merged in the master branch:
commit 203c16b08969b4aee3ce8e27ce750fb479cf7550
Author: Maia Kozheva <sikon at ubuntu.com>
Date:   Sun May 1 13:26:44 2011 +0700

    Fix fatal error in clean

diff --git a/debian/rules b/debian/rules
index 3b57d1d..ef21a21 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,14 @@ LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 %:
 	dh $@
 
+clean:
+	# This is needed because we patch a fatal error out of configure
+	dpkg-source --before-build .
+	dh clean
+	dpkg-source --after-build .
+
 override_dh_auto_configure:
+	dpkg-source --before-build .
 	dh_auto_configure -- --disable-simd-accel
 
 override_dh_install:

-- 
mjpegtools packaging



More information about the pkg-multimedia-commits mailing list