summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJohannes Schauer <josch@debian.org>2016-12-02 23:37:25 +0100
committerJohannes Schauer <josch@debian.org>2016-12-02 23:37:25 +0100
commit3e370ac0c8de411f713e3a9b27f7e78ff1399c86 (patch)
treed3a259b10dd46a7a587aa2e2cc59badf42eb4afe /debian
parent47974320ecbe7c48adc06752f7ed8ff995f9244c (diff)
Switch debian/rules to dh and drop cdbs
Diffstat (limited to 'debian')
-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 $@