From e36e42f01d5a02846fad9904d836cb27a4adb6a7 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Date: Fri, 2 Dec 2016 23:37:25 +0100 Subject: [PATCH] Switch debian/rules to dh and drop cdbs --- debian/changelog | 1 + debian/control | 2 +- debian/rules | 7 ++----- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 465e72e..815c3ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ multistrap (2.2.2) UNRELEASED; urgency=medium * Move B-D on po4a to Build-Depends-Arch (it's not needed for the clean target) * Bump debhelper compatibility level to 10 + * Switch debian/rules to dh and drop cdbs -- Johannes Schauer Fri, 02 Dec 2016 23:25:07 +0100 diff --git a/debian/control b/debian/control index d32ce90..2597f14 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: utils Priority: optional Maintainer: Johannes Schauer Uploaders: Wookey , Neil Williams -Build-Depends: cdbs, debhelper (>= 10) +Build-Depends: debhelper (>= 10) Build-Depends-Arch: po4a (>= 0.37.1) Build-Depends-Indep: intltool Standards-Version: 3.9.6 diff --git a/debian/rules b/debian/rules index a632eff..cbe925d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,3 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/class/makefile.mk -include /usr/share/cdbs/1/rules/debhelper.mk - -DEB_MAKE_INSTALL_TARGET=install -DEB_COMPRESS_EXCLUDE_ALL := device_table.txt +%: + dh $@