Build with debhelper, bump compatibility level to 10, drop CDBS build dependency.

This commit is contained in:
Aurélien COUDERC
2017-02-19 22:50:21 +00:00
parent c887198a53
commit 4472beb578
4 changed files with 8 additions and 11 deletions

5
debian/changelog vendored
View File

@@ -1,7 +1,10 @@
desktop-base (9.0.3) UNRELEASED; urgency=medium
desktop-base (10.0.0~exp1) UNRELEASED; urgency=medium
[ Aurélien COUDERC ]
* Fix minor problems with maintainer scripts, thanks Raphaël Hertzog for the
detailed review. (Closes: #853224)
* Build with debhelper, bump compatibility level to 10, drop CDBS build
dependency.
-- Aurélien COUDERC <zecoucou@free.fr> Mon, 30 Jan 2017 22:21:40 +0100

2
debian/compat vendored
View File

@@ -1 +1 @@
9
10

2
debian/control vendored
View File

@@ -9,7 +9,7 @@ Uploaders: Loïc Minier <lool@dooz.org>,
Paul Tagliamonte <paultag@debian.org>,
Eshat Cakar <info@eshat.de>,
Aurélien COUDERC <zecoucou@free.fr>
Build-Depends: cdbs (>= 0.4.93), debhelper (>= 9), librsvg2-bin
Build-Depends: debhelper (>= 10), librsvg2-bin
Standards-Version: 3.9.8
Homepage: http://www.debian.org/devel/debian-desktop
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-desktop/packages/trunk/desktop-base

10
debian/rules vendored
View File

@@ -1,10 +1,4 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/buildcore.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk
DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/desktop-base/
binary-fixup/desktop-base::
dh_gconf --priority=15
%:
dh $@