r49436 - in /desktop/unstable/json-glib/debian: changelog control control.in libjson-glib-1.0-0.docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Aug 7 13:19:41 UTC 2016


Author: biebl
Date: Sun Aug  7 13:19:40 2016
New Revision: 49436

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

Added:
    desktop/unstable/json-glib/debian/libjson-glib-1.0-0.docs
Modified:
    desktop/unstable/json-glib/debian/changelog
    desktop/unstable/json-glib/debian/control
    desktop/unstable/json-glib/debian/control.in
    desktop/unstable/json-glib/debian/rules

Modified: desktop/unstable/json-glib/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/json-glib/debian/changelog?rev=49436&op=diff
==============================================================================
--- desktop/unstable/json-glib/debian/changelog	[utf-8] (original)
+++ desktop/unstable/json-glib/debian/changelog	[utf-8] Sun Aug  7 13:19:40 2016
@@ -1,6 +1,7 @@
 json-glib (1.2.2-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Convert from cdbs to dh.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 07 Aug 2016 15:04:08 +0200
 

Modified: desktop/unstable/json-glib/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/json-glib/debian/control?rev=49436&op=diff
==============================================================================
--- desktop/unstable/json-glib/debian/control	[utf-8] (original)
+++ desktop/unstable/json-glib/debian/control	[utf-8] Sun Aug  7 13:19:40 2016
@@ -8,7 +8,6 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Iain Lane <laney at debian.org>, Laurent Bigonville <bigon at debian.org>, Martin Pitt <mpitt at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 9),
-               cdbs (>= 0.4.93~),
                dh-autoreconf,
                dpkg-dev (>= 1.16.1~),
                gnome-pkg-tools,

Modified: desktop/unstable/json-glib/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/json-glib/debian/control.in?rev=49436&op=diff
==============================================================================
--- desktop/unstable/json-glib/debian/control.in	[utf-8] (original)
+++ desktop/unstable/json-glib/debian/control.in	[utf-8] Sun Aug  7 13:19:40 2016
@@ -4,7 +4,6 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 9),
-               cdbs (>= 0.4.93~),
                dh-autoreconf,
                dpkg-dev (>= 1.16.1~),
                gnome-pkg-tools,

Added: desktop/unstable/json-glib/debian/libjson-glib-1.0-0.docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/json-glib/debian/libjson-glib-1.0-0.docs?rev=49436&op=file
==============================================================================
--- desktop/unstable/json-glib/debian/libjson-glib-1.0-0.docs	(added)
+++ desktop/unstable/json-glib/debian/libjson-glib-1.0-0.docs	[utf-8] Sun Aug  7 13:19:40 2016
@@ -0,0 +1 @@
+NEWS

Modified: desktop/unstable/json-glib/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/json-glib/debian/rules?rev=49436&op=diff
==============================================================================
--- desktop/unstable/json-glib/debian/rules	[utf-8] (original)
+++ desktop/unstable/json-glib/debian/rules	[utf-8] Sun Aug  7 13:19:40 2016
@@ -1,21 +1,20 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/cdbs/1/rules/utils.mk
-include /usr/share/cdbs/1/rules/autoreconf.mk
-include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed
 
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed 
-include /usr/share/dpkg/buildflags.mk
+%:
+	dh $@ --with autoreconf,gir,gnome
 
-DEB_COMPRESS_EXCLUDE = .c
-DEB_CONFIGURE_EXTRA_FLAGS := --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
-                             --enable-gtk-doc \
-                             --enable-introspection=yes
-DEB_DH_MAKESHLIBS_ARGS_libjson-glib-1.0-0 += -V -- -c4
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		--enable-gtk-doc \
+		--enable-introspection=yes
 
-DEB_MAKE_CHECK_TARGET = check VERBOSE=1
+override_dh_install:
+	dh_install --list-missing
 
-common-binary-predeb-arch:: list-missing
+override_dh_strip:
+	dh_strip --dbg-package=libjson-glib-1.0-0-dbg
+
+override_dh_makeshlibs:
+	dh_makeshlibs -V -- -c4




More information about the pkg-gnome-commits mailing list