Build with debhelper, bump compatibility level to 10, drop CDBS build dependency.
This commit is contained in:
5
debian/changelog
vendored
5
debian/changelog
vendored
@@ -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
2
debian/compat
vendored
@@ -1 +1 @@
|
||||
9
|
||||
10
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@@ -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
10
debian/rules
vendored
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user