r49229 - in /desktop/unstable/dconf-editor/debian: changelog control control.in docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Jul 1 12:23:17 UTC 2016


Author: biebl
Date: Fri Jul  1 12:23:17 2016
New Revision: 49229

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

Added:
    desktop/unstable/dconf-editor/debian/docs
Modified:
    desktop/unstable/dconf-editor/debian/changelog
    desktop/unstable/dconf-editor/debian/control
    desktop/unstable/dconf-editor/debian/control.in
    desktop/unstable/dconf-editor/debian/rules

Modified: desktop/unstable/dconf-editor/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/dconf-editor/debian/changelog?rev=49229&op=diff
==============================================================================
--- desktop/unstable/dconf-editor/debian/changelog	[utf-8] (original)
+++ desktop/unstable/dconf-editor/debian/changelog	[utf-8] Fri Jul  1 12:23:17 2016
@@ -1,6 +1,7 @@
 dconf-editor (3.20.3-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Convert from cdbs to dh.
 
  -- Michael Biebl <biebl at debian.org>  Fri, 01 Jul 2016 14:16:05 +0200
 

Modified: desktop/unstable/dconf-editor/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/dconf-editor/debian/control?rev=49229&op=diff
==============================================================================
--- desktop/unstable/dconf-editor/debian/control	[utf-8] (original)
+++ desktop/unstable/dconf-editor/debian/control	[utf-8] Fri Jul  1 12:23:17 2016
@@ -9,7 +9,6 @@
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Iain Lane <laney at debian.org>, Michael Biebl <biebl at debian.org>
 Standards-Version: 3.9.8
 Build-Depends: dh-autoreconf,
-               cdbs (>= 0.4.41),
                debhelper (>= 9.20160114),
                gnome-pkg-tools (>= 0.10),
                intltool (>= 0.50.0),

Modified: desktop/unstable/dconf-editor/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/dconf-editor/debian/control.in?rev=49229&op=diff
==============================================================================
--- desktop/unstable/dconf-editor/debian/control.in	[utf-8] (original)
+++ desktop/unstable/dconf-editor/debian/control.in	[utf-8] Fri Jul  1 12:23:17 2016
@@ -5,7 +5,6 @@
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.9.8
 Build-Depends: dh-autoreconf,
-               cdbs (>= 0.4.41),
                debhelper (>= 9.20160114),
                gnome-pkg-tools (>= 0.10),
                intltool (>= 0.50.0),

Added: desktop/unstable/dconf-editor/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/dconf-editor/debian/docs?rev=49229&op=file
==============================================================================
--- desktop/unstable/dconf-editor/debian/docs	(added)
+++ desktop/unstable/dconf-editor/debian/docs	[utf-8] Fri Jul  1 12:23:17 2016
@@ -0,0 +1,2 @@
+NEWS
+README

Modified: desktop/unstable/dconf-editor/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/dconf-editor/debian/rules?rev=49229&op=diff
==============================================================================
--- desktop/unstable/dconf-editor/debian/rules	[utf-8] (original)
+++ desktop/unstable/dconf-editor/debian/rules	[utf-8] Fri Jul  1 12:23:17 2016
@@ -1,14 +1,17 @@
-#! /usr/bin/make -f 
+#! /usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/autoreconf.mk
-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
 
-DEB_DH_AUTORECONF_ARGS = --as-needed
-DEB_DH_STRIP_ARGS = --dbgsym-migration='dconf-editor-dbg (<< 3.20.1-1~)'
-LDFLAGS += -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
-common-binary-post-install-arch:: list-missing
+%:
+	dh $@ --with autoreconf,gnome
+
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
+
+override_dh_install:
+	dh_install --list-missing
+
+override_dh_strip:
+	dh_strip --dbgsym-migration='dconf-editor-dbg (<< 3.20.1-1~)'




More information about the pkg-gnome-commits mailing list