r50263 - in /packages/unstable/gtkspell3/debian: changelog control control.in libgtkspell3-3-0.docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Sep 10 13:21:08 UTC 2016


Author: biebl
Date: Sat Sep 10 13:21:08 2016
New Revision: 50263

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

Added:
    packages/unstable/gtkspell3/debian/libgtkspell3-3-0.docs
Modified:
    packages/unstable/gtkspell3/debian/changelog
    packages/unstable/gtkspell3/debian/control
    packages/unstable/gtkspell3/debian/control.in
    packages/unstable/gtkspell3/debian/rules

Modified: packages/unstable/gtkspell3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtkspell3/debian/changelog?rev=50263&op=diff
==============================================================================
--- packages/unstable/gtkspell3/debian/changelog	[utf-8] (original)
+++ packages/unstable/gtkspell3/debian/changelog	[utf-8] Sat Sep 10 13:21:08 2016
@@ -3,6 +3,7 @@
   * New upstream release.
   * Fix GNOME_DOWNLOAD_URL in debian/rules and use .xz compression.
   * Update debian/libgtkspell3-3-0.symbols.
+  * Convert from cdbs to dh.
 
  -- Michael Biebl <biebl at debian.org>  Sat, 10 Sep 2016 14:41:54 +0200
 

Modified: packages/unstable/gtkspell3/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtkspell3/debian/control?rev=50263&op=diff
==============================================================================
--- packages/unstable/gtkspell3/debian/control	[utf-8] (original)
+++ packages/unstable/gtkspell3/debian/control	[utf-8] Sat Sep 10 13:21:08 2016
@@ -9,7 +9,6 @@
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Jordi Mallach <jordi at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
-               cdbs (>= 0.4.93),
                gnome-pkg-tools,
                gobject-introspection (>= 1.30.0),
                libgirepository1.0-dev (>= 1.30.0),

Modified: packages/unstable/gtkspell3/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtkspell3/debian/control.in?rev=50263&op=diff
==============================================================================
--- packages/unstable/gtkspell3/debian/control.in	[utf-8] (original)
+++ packages/unstable/gtkspell3/debian/control.in	[utf-8] Sat Sep 10 13:21:08 2016
@@ -5,7 +5,6 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
-               cdbs (>= 0.4.93),
                gnome-pkg-tools,
                gobject-introspection (>= 1.30.0),
                libgirepository1.0-dev (>= 1.30.0),

Added: packages/unstable/gtkspell3/debian/libgtkspell3-3-0.docs
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtkspell3/debian/libgtkspell3-3-0.docs?rev=50263&op=file
==============================================================================
--- packages/unstable/gtkspell3/debian/libgtkspell3-3-0.docs	(added)
+++ packages/unstable/gtkspell3/debian/libgtkspell3-3-0.docs	[utf-8] Sat Sep 10 13:21:08 2016
@@ -0,0 +1,2 @@
+AUTHORS
+README

Modified: packages/unstable/gtkspell3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtkspell3/debian/rules?rev=50263&op=diff
==============================================================================
--- packages/unstable/gtkspell3/debian/rules	[utf-8] (original)
+++ packages/unstable/gtkspell3/debian/rules	[utf-8] Sat Sep 10 13:21:08 2016
@@ -1,23 +1,24 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/class/autotools.mk
-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
 
-LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 TARBALL_EXT = tar.xz
 GNOME_DOWNLOAD_URL = https://sourceforge.net/projects/gtkspell/files/$(DEB_UPSTREAM_VERSION)/$(GNOME_TARBALL)
 
-DEB_DH_MAKESHLIBS_ARGS_libgtkspell3-3-0 += -- -c4
-DEB_INSTALL_DOCS_libgtkspell3-3-0 = 
-DEB_INSTALL_DOCS_libgtkspell3-3-dev = README
+%:
+	dh $@ --with autoreconf,gir,gnome
 
-DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
-                             --enable-gtk-doc
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
 
-common-binary-post-install-arch:: list-missing
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		--enable-gtk-doc
+
+override_dh_install:
+	dh_install --list-missing
+
+override_dh_makeshlibs:
+	dh_makeshlibs -- -c4




More information about the pkg-gnome-commits mailing list