[SCM] zynjacku/master: Switch to DH 7 + autotools_dev helper.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Feb 10 16:20:18 UTC 2011


The following commit has been merged in the master branch:
commit 8aa8568ccc5fbad1e2c3c8a5642c163fb5062f7a
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Feb 10 17:19:57 2011 +0100

    Switch to DH 7 + autotools_dev helper.
    
    Agreed with Jaromír.

diff --git a/debian/control b/debian/control
index 6ed037f..d916a1e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,9 @@ Uploaders: Free Ekanayaka <freee at debian.org>,
  Jaromír Mikeš <mira.mikes at seznam.cz>,
  Alessio Treglia <alessio at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
+ autotools-dev (>= 20100122.1~),
  python-dev (>= 2.6),
  python-support,
- cdbs,
  pkg-config,
  libjack-dev,
  lv2core,
@@ -30,6 +30,7 @@ Depends: ${shlibs:Depends},
  python-lash,
  lashd,
  jackd
+XB-Python-Version: ${python:Versions}
 Suggests: lash-bin
 Architecture: any
 Description: JACK based host for LV2 synths and LV2 plugins
diff --git a/debian/pycompat b/debian/pycompat
deleted file mode 100644
index 0cfbf08..0000000
--- a/debian/pycompat
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/debian/rules b/debian/rules
index 837fa56..818dc5e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,12 +2,5 @@
 
 LDFLAGS+=-Wl,--as-needed
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-
-binary-install/zynjacku::
-	dh_pysupport -pzynjacku
-	install -d $(CURDIR)/debian/zynjacku/usr/share/applications/
-	install -d $(CURDIR)/debian/zynjacku/usr/share/pixmaps/
-	install -m 644 $(CURDIR)/debian/*.desktop $(CURDIR)/debian/zynjacku/usr/share/applications/
-	install -m 644 $(CURDIR)/debian/*.xpm $(CURDIR)/debian/zynjacku/usr/share/pixmaps/
+%:
+	dh $@ --with autotools_dev
diff --git a/debian/zynjacku.install b/debian/zynjacku.install
new file mode 100644
index 0000000..852c21a
--- /dev/null
+++ b/debian/zynjacku.install
@@ -0,0 +1,2 @@
+debian/*.desktop usr/share/applications/
+debian/*.xpm usr/share/pixmaps/

-- 
zynjacku packaging



More information about the pkg-multimedia-commits mailing list