Switch debian/rules to dh and drop cdbs
This commit is contained in:
parent
5288400af3
commit
3b2ecc2732
3 changed files with 4 additions and 6 deletions
1
debian/changelog
vendored
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
|
* Move B-D on po4a to Build-Depends-Arch (it's not needed for the clean
|
||||||
target)
|
target)
|
||||||
* Bump debhelper compatibility level to 10
|
* 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
|
-- Johannes Schauer <josch@debian.org> Fri, 02 Dec 2016 23:25:07 +0100
|
||||||
|
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -3,7 +3,7 @@ Section: utils
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Johannes Schauer <josch@debian.org>
|
Maintainer: Johannes Schauer <josch@debian.org>
|
||||||
Uploaders: Wookey <wookey@debian.org>, Neil Williams <codehelp@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-Arch: po4a (>= 0.37.1)
|
||||||
Build-Depends-Indep: intltool
|
Build-Depends-Indep: intltool
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
|
|
7
debian/rules
vendored
7
debian/rules
vendored
|
@ -1,6 +1,3 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
include /usr/share/cdbs/1/class/makefile.mk
|
%:
|
||||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
dh $@
|
||||||
|
|
||||||
DEB_MAKE_INSTALL_TARGET=install
|
|
||||||
DEB_COMPRESS_EXCLUDE_ALL := device_table.txt
|
|
||||||
|
|
Loading…
Reference in a new issue