r50676 - in /desktop/unstable/gdl/debian: changelog control control.in libgdl-3-5.docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Sep 18 18:24:49 UTC 2016


Author: biebl
Date: Sun Sep 18 18:24:49 2016
New Revision: 50676

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

Added:
    desktop/unstable/gdl/debian/libgdl-3-5.docs
Modified:
    desktop/unstable/gdl/debian/changelog
    desktop/unstable/gdl/debian/control
    desktop/unstable/gdl/debian/control.in
    desktop/unstable/gdl/debian/rules

Modified: desktop/unstable/gdl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdl/debian/changelog?rev=50676&op=diff
==============================================================================
--- desktop/unstable/gdl/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gdl/debian/changelog	[utf-8] Sun Sep 18 18:24:49 2016
@@ -1,6 +1,7 @@
 gdl (3.22.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Convert from cdbs to dh.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 18 Sep 2016 20:16:52 +0200
 

Modified: desktop/unstable/gdl/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdl/debian/control?rev=50676&op=diff
==============================================================================
--- desktop/unstable/gdl/debian/control	[utf-8] (original)
+++ desktop/unstable/gdl/debian/control	[utf-8] Sun Sep 18 18:24:49 2016
@@ -8,7 +8,6 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 9.20160114),
-               cdbs (>= 0.4.93),
                dh-autoreconf,
                libgtk-3-dev,
                libxml2-dev (>= 2.2.8),

Modified: desktop/unstable/gdl/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdl/debian/control.in?rev=50676&op=diff
==============================================================================
--- desktop/unstable/gdl/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gdl/debian/control.in	[utf-8] Sun Sep 18 18:24:49 2016
@@ -4,7 +4,6 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 9.20160114),
-               cdbs (>= 0.4.93),
                dh-autoreconf,
                libgtk-3-dev,
                libxml2-dev (>= 2.2.8),

Added: desktop/unstable/gdl/debian/libgdl-3-5.docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdl/debian/libgdl-3-5.docs?rev=50676&op=file
==============================================================================
--- desktop/unstable/gdl/debian/libgdl-3-5.docs	(added)
+++ desktop/unstable/gdl/debian/libgdl-3-5.docs	[utf-8] Sun Sep 18 18:24:49 2016
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README

Modified: desktop/unstable/gdl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdl/debian/rules?rev=50676&op=diff
==============================================================================
--- desktop/unstable/gdl/debian/rules	[utf-8] (original)
+++ desktop/unstable/gdl/debian/rules	[utf-8] Sun Sep 18 18:24:49 2016
@@ -1,15 +1,13 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/gnome.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
 
-GNOME_MODULE := gdl
+%:
+	dh $@ --with autoreconf,gir,gnome
 
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc \
-                             --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		--enable-gtk-doc
 
-DEB_DH_STRIP_ARGS = --dbgsym-migration='libgdl-3-dbg (<< 3.20.0-1~)'
+override_dh_strip:
+	dh_strip --dbgsym-migration='libgdl-3-dbg (<< 3.20.0-1~)'




More information about the pkg-gnome-commits mailing list