[SCM] mididings/master: Ignor errors on clean to allow building this package without installing python-gobject-dev.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Mar 21 13:16:20 UTC 2012


The following commit has been merged in the master branch:
commit df093dc750c6fe10a2e11fc4619525e9ab18c9b1
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Mar 21 14:00:04 2012 +0100

    Ignor errors on clean to allow building this package without installing python-gobject-dev.

diff --git a/debian/rules b/debian/rules
index 248fbbc..69ba918 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,9 @@
 %:
 	dh $@ --with python2
 
+override_dh_auto_clean:
+	dh_auto_clean || true
+
 override_dh_auto_build:
 	dh_auto_build -- --enable-smf
 

-- 
mididings packaging



More information about the pkg-multimedia-commits mailing list