summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules7
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 <josch@debian.org> 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 <josch@debian.org>
Uploaders: Wookey <wookey@debian.org>, Neil Williams <codehelp@debian.org>
-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 $@