r51171 - in /desktop/unstable/gnome-dictionary/debian: changelog control.in docs rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Tue Sep 27 15:34:06 UTC 2016


Author: ah
Date: Tue Sep 27 15:34:06 2016
New Revision: 51171

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

Added:
    desktop/unstable/gnome-dictionary/debian/docs
Modified:
    desktop/unstable/gnome-dictionary/debian/changelog
    desktop/unstable/gnome-dictionary/debian/control.in
    desktop/unstable/gnome-dictionary/debian/rules

Modified: desktop/unstable/gnome-dictionary/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/changelog?rev=51171&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/changelog	[utf-8] Tue Sep 27 15:34:06 2016
@@ -1,3 +1,9 @@
+gnome-dictionary (3.20.0-3) UNRELEASED; urgency=medium
+
+  * Convert from cdbs to dh.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Tue, 27 Sep 2016 17:26:14 +0200
+
 gnome-dictionary (3.20.0-2) unstable; urgency=medium
 
   * Bump Build-Depends on libgtk-3-dev to (>= 3.20) as it uses new API like

Modified: desktop/unstable/gnome-dictionary/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/control.in?rev=51171&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/control.in	[utf-8] Tue Sep 27 15:34:06 2016
@@ -3,8 +3,7 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs (>= 0.4.93),
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
                gnome-pkg-tools (>= 0.10),
                autotools-dev,
                intltool (>= 0.40.0),

Added: desktop/unstable/gnome-dictionary/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/docs?rev=51171&op=file
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/docs	(added)
+++ desktop/unstable/gnome-dictionary/debian/docs	[utf-8] Tue Sep 27 15:34:06 2016
@@ -0,0 +1,4 @@
+AUTHORS
+NEWS
+README
+TODO

Modified: desktop/unstable/gnome-dictionary/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-dictionary/debian/rules?rev=51171&op=diff
==============================================================================
--- desktop/unstable/gnome-dictionary/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-dictionary/debian/rules	[utf-8] Tue Sep 27 15:34:06 2016
@@ -1,16 +1,18 @@
 #!/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/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
 
-DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
-                             --enable-ipv6 \
-                             --enable-gtk-doc
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
-LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+%:
+	dh $@ --with gnome,gir
 
-DEB_DH_MAKESHLIBS_ARGS_libgdict-1.0-10 += -- -c4
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
+		--enable-ipv6 \
+		--enable-gtk-doc
+
+override_dh_makeshlibs:
+	dh_makeshlibs -p libgdict-1.0-10 -- -c4
+	dh_makeshlibs --remaining-packages




More information about the pkg-gnome-commits mailing list