r50889 - in /desktop/unstable/d-conf/debian: changelog control.in libdconf1.docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 20 17:42:29 UTC 2016


Author: biebl
Date: Tue Sep 20 17:42:28 2016
New Revision: 50889

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50889
Log:
Convert from cdbs to dh.

Added:
    desktop/unstable/d-conf/debian/libdconf1.docs
Modified:
    desktop/unstable/d-conf/debian/changelog
    desktop/unstable/d-conf/debian/control.in
    desktop/unstable/d-conf/debian/rules

Modified: desktop/unstable/d-conf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/d-conf/debian/changelog?rev=50889&op=diff
==============================================================================
--- desktop/unstable/d-conf/debian/changelog	[utf-8] (original)
+++ desktop/unstable/d-conf/debian/changelog	[utf-8] Tue Sep 20 17:42:28 2016
@@ -1,3 +1,9 @@
+d-conf (0.26.0-2) UNRELEASED; urgency=medium
+
+  * Convert from cdbs to dh.
+
+ -- Michael Biebl <biebl at debian.org>  Tue, 20 Sep 2016 19:38:48 +0200
+
 d-conf (0.26.0-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/d-conf/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/d-conf/debian/control.in?rev=50889&op=diff
==============================================================================
--- desktop/unstable/d-conf/debian/control.in	[utf-8] (original)
+++ desktop/unstable/d-conf/debian/control.in	[utf-8] Tue Sep 20 17:42:28 2016
@@ -4,7 +4,6 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 9.20160114),
-               cdbs (>= 0.4.93),
                autotools-dev,
                gnome-pkg-tools,
                gtk-doc-tools (>= 1.15),

Added: desktop/unstable/d-conf/debian/libdconf1.docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/d-conf/debian/libdconf1.docs?rev=50889&op=file
==============================================================================
--- desktop/unstable/d-conf/debian/libdconf1.docs	(added)
+++ desktop/unstable/d-conf/debian/libdconf1.docs	[utf-8] Tue Sep 20 17:42:28 2016
@@ -0,0 +1,2 @@
+NEWS
+README

Modified: desktop/unstable/d-conf/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/d-conf/debian/rules?rev=50889&op=diff
==============================================================================
--- desktop/unstable/d-conf/debian/rules	[utf-8] (original)
+++ desktop/unstable/d-conf/debian/rules	[utf-8] Tue Sep 20 17:42:28 2016
@@ -1,19 +1,23 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/utils.mk
-include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-GNOME_MODULE=dconf
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc \
-	--libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
-	--libexecdir=/usr/lib/dconf \
-	--with-gio-modules-dir=/usr/lib/$(DEB_HOST_MULTIARCH)/gio/modules
+GNOME_MODULE := dconf
 
-DEB_DH_MAKESHLIBS_ARGS_ALL += -V -- -c4
+%:
+	dh $@ --with autotools_dev,gnome
 
-DEB_DH_INSTALL_ARGS += --fail-missing
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		--enable-gtk-doc \
+		--libexecdir=/usr/lib/dconf \
+		--with-gio-modules-dir=/usr/lib/$(DEB_HOST_MULTIARCH)/gio/modules
 
-DEB_DH_STRIP_ARGS = --dbgsym-migration='libdconf-dbg (<< 0.26.0-1~)'
+override_dh_install:
+	dh_install --fail-missing
+
+override_dh_strip:
+	dh_strip --dbgsym-migration='libdconf-dbg (<< 0.26.0-1~)'
+
+override_dh_makeshlibs:
+	dh_makeshlibs -V -- -c4




More information about the pkg-gnome-commits mailing list