[SCM] twolame/master: Convert to dh and update to compat 10

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Wed Nov 9 22:30:59 UTC 2016


The following commit has been merged in the master branch:
commit 34f3056895ab1045b2c889bfd73b2f5076973541
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Wed Nov 9 22:36:09 2016 +0100

    Convert to dh and update to compat 10

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index ffee7a4..fe4846f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,10 @@ Section: sound
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Sebastian Ramacher <sramacher at debian.org>
-Build-Depends: debhelper (>= 9), cdbs, libsndfile1-dev, pkg-config, dh-autoreconf
+Build-Depends:
+ debhelper (>= 10),
+ libsndfile1-dev,
+ pkg-config
 Homepage: http://www.twolame.org
 Standards-Version: 3.5.2
 
diff --git a/debian/rules b/debian/rules
index 8903362..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/autoreconf.mk
-
-DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp
-DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
+%:
+	dh $@

-- 
twolame packaging



More information about the pkg-multimedia-commits mailing list