[SCM] pd-zexy packaging branch, master, updated. upstream/2.2.3-6-g00470f9

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Fri Aug 13 09:05:48 UTC 2010


The following commit has been merged in the master branch:
commit 22cb284b9ed7fd10263eb894d9131924398ce536
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Fri Aug 13 10:51:34 2010 +0200

    switched to CDBS
    
    seems like there are some problems with dh, and some members of pkg-multimedia
    prefer cdbs...

diff --git a/debian/control b/debian/control
index 8a27806..88e023b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: pd-zexy
 Section: sound
 Priority: optional
 Maintainer: IOhannes m zmoelnig (gpg-key at iem) <zmoelnig at iem.at>
-Build-Depends: debhelper (>= 7.9.3~), quilt (>= 0.46-7~),
+Build-Depends: debhelper (>= 7.9.3~), quilt (>= 0.46-7~), cdbs,
 		puredata
 Standards-Version: 3.9.1
 Homepage: http://puredata.info/community/projects/software/zexy
diff --git a/debian/rules b/debian/rules
index fef14b9..5095d43 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,13 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
-STRIP=true
+
+# upstream's way to prevent stripping: override the STRIP command with something
+# harmless, like /usr/bin/true
+STRIP=/bin/true
 export STRIP
 
-%:
-	dh $@ --with quilt --sourcedirectory=src
+# where sources are
+DEB_SRCDIR = $(CURDIR)/src
 
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk

-- 
pd-zexy packaging



More information about the pkg-multimedia-commits mailing list