r50449 - in /desktop/unstable/gnome-contacts/debian: changelog control control.in rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Tue Sep 13 16:18:11 UTC 2016


Author: ah
Date: Tue Sep 13 16:18:11 2016
New Revision: 50449

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

Modified:
    desktop/unstable/gnome-contacts/debian/changelog
    desktop/unstable/gnome-contacts/debian/control
    desktop/unstable/gnome-contacts/debian/control.in
    desktop/unstable/gnome-contacts/debian/rules

Modified: desktop/unstable/gnome-contacts/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-contacts/debian/changelog?rev=50449&op=diff
==============================================================================
--- desktop/unstable/gnome-contacts/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-contacts/debian/changelog	[utf-8] Tue Sep 13 16:18:11 2016
@@ -1,3 +1,9 @@
+gnome-contacts (3.20.0-2) UNRELEASED; urgency=medium
+
+  * Convert from cdbs to dh.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Tue, 13 Sep 2016 17:38:14 +0200
+
 gnome-contacts (3.20.0-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/gnome-contacts/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-contacts/debian/control?rev=50449&op=diff
==============================================================================
--- desktop/unstable/gnome-contacts/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-contacts/debian/control	[utf-8] Tue Sep 13 16:18:11 2016
@@ -6,13 +6,13 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
-Build-Depends: cdbs (>= 0.4.41),
-               debhelper (>= 9),
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
+Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                intltool (>= 0.40),
                gnome-pkg-tools (>= 0.10),
                gnome-common,
+               gobject-introspection,
                libebook1.2-dev (>= 3.13.90),
                libedataserver1.2-dev (>= 3.13.90),
                libedataserverui1.2-dev (>= 3.13.90),

Modified: desktop/unstable/gnome-contacts/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-contacts/debian/control.in?rev=50449&op=diff
==============================================================================
--- desktop/unstable/gnome-contacts/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-contacts/debian/control.in	[utf-8] Tue Sep 13 16:18:11 2016
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs (>= 0.4.41),
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                intltool (>= 0.40),
                gnome-pkg-tools (>= 0.10),
                gnome-common,
+               gobject-introspection,
                libebook1.2-dev (>= 3.13.90),
                libedataserver1.2-dev (>= 3.13.90),
                libedataserverui1.2-dev (>= 3.13.90),

Modified: desktop/unstable/gnome-contacts/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-contacts/debian/rules?rev=50449&op=diff
==============================================================================
--- desktop/unstable/gnome-contacts/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-contacts/debian/rules	[utf-8] Tue Sep 13 16:18:11 2016
@@ -1,25 +1,23 @@
 #!/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-version.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 GNOME_MODULE := gnome-contacts
 
-LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
-DEB_CONFIGURE_EXTRA_FLAGS += 
+%:
+	dh $@ --with gnome,gir,autoreconf
 
 # simplified from autogen.sh
-DEB_DH_AUTORECONF_ARGS = sh -- -c "AUTOPOINT='intltoolize --automake --copy' autoreconf"
+override_dh_autoreconf:
+	dh_autoreconf sh -- -c "AUTOPOINT='intltoolize --automake --copy' autoreconf"
 
 # build from vala source
-makebuilddir::
+override_dh_auto_clean:
 	rm -f src/*vala.stamp
+	dh_auto_clean
 
 # List any files which are not installed
-common-binary-post-install-arch:: list-missing
+override_dh_install:
+	dh_install --list-missing




More information about the pkg-gnome-commits mailing list