[SCM] libpostproc/master: Bug fix: "FTBFS: make[1]: *** No rule to make target `/common.mak'. Stop."

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Oct 20 05:01:29 UTC 2013


The following commit has been merged in the master branch:
commit edc22db165ff76e56477f66c4dc3b2db6eec4fcc
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Wed Oct 9 08:49:43 2013 -0400

    Bug fix: "FTBFS: make[1]: *** No rule to make target `/common.mak'.  Stop."
    
    Thanks to: David Suárez
    Closes: #724095

diff --git a/debian/changelog b/debian/changelog
index 941039b..5508f47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libpostproc (6:0.git20120821-4) unstable; urgency=low
+
+  * Bug fix: "FTBFS: make[1]: *** No rule to make target
+    `/common.mak'.  Stop.", thanks to David Suárez (Closes: #724095).
+
+ -- Reinhard Tartler <siretart at tauware.de>  Wed, 09 Oct 2013 08:49:32 -0400
+
 libpostproc (6:0.git20120821-3) unstable; urgency=low
 
   * Upload to unstable
diff --git a/debian/rules b/debian/rules
index 81bed2c..f4f5fdb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+override_dh_auto_clean:
+	! test -f config.mak || dh_auto_clean
+
 override_dh_auto_configure:
 	./configure --enable-shared --prefix=/usr
 

-- 
libpostproc packaging



More information about the pkg-multimedia-commits mailing list