[SCM] pd-hcs/master: Removed '--with quilt' from debhelper invocation

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Fri Jun 10 20:11:06 UTC 2016


The following commit has been merged in the master branch:
commit 8dc97cba7d75386c6b3596d94e5a42245275a719
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Fri Jun 10 21:18:49 2016 +0200

    Removed '--with quilt' from debhelper invocation
    
    shouldn't be needed with "3.0 (quilt)"

diff --git a/debian/rules b/debian/rules
index e8ba8b2..a2453a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ PACKAGE = pd-$(LIBRARY_NAME)
 pkglibdir = /usr/lib/pd/extra
 
 %:
-	dh --with quilt $@ --buildsystem=makefile
+	dh $@ --buildsystem=makefile
 
 override_dh_auto_install:
 	dh_auto_install -- prefix=/usr pkglibdir=$(pkglibdir)

-- 
pd-hcs packaging



More information about the pkg-multimedia-commits mailing list