Switch debian/rules to dh and drop cdbs

main
Johannes Schauer 8 years ago
parent 0ea91ea413
commit e36e42f01d

1
debian/changelog vendored

@ -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

2
debian/control vendored

@ -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

7
debian/rules vendored

@ -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 $@

Loading…
Cancel
Save