r50378 - in /packages/unstable/gnome-sound-recorder/debian: changelog control control.in docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 13 00:02:28 UTC 2016


Author: biebl
Date: Tue Sep 13 00:02:28 2016
New Revision: 50378

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

Added:
    packages/unstable/gnome-sound-recorder/debian/docs
Modified:
    packages/unstable/gnome-sound-recorder/debian/changelog
    packages/unstable/gnome-sound-recorder/debian/control
    packages/unstable/gnome-sound-recorder/debian/control.in
    packages/unstable/gnome-sound-recorder/debian/rules

Modified: packages/unstable/gnome-sound-recorder/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-sound-recorder/debian/changelog?rev=50378&op=diff
==============================================================================
--- packages/unstable/gnome-sound-recorder/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-sound-recorder/debian/changelog	[utf-8] Tue Sep 13 00:02:28 2016
@@ -1,6 +1,7 @@
 gnome-sound-recorder (3.21.92-1) UNRELEASED; urgency=medium
 
   * New upstream development release.
+  * Convert from cdbs to dh.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 13 Sep 2016 01:55:02 +0200
 

Modified: packages/unstable/gnome-sound-recorder/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-sound-recorder/debian/control?rev=50378&op=diff
==============================================================================
--- packages/unstable/gnome-sound-recorder/debian/control	[utf-8] (original)
+++ packages/unstable/gnome-sound-recorder/debian/control	[utf-8] Tue Sep 13 00:02:28 2016
@@ -7,8 +7,7 @@
 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>
-Build-Depends: cdbs (>= 0.4.41),
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                gjs,
                gnome-pkg-tools (>= 0.10),

Modified: packages/unstable/gnome-sound-recorder/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-sound-recorder/debian/control.in?rev=50378&op=diff
==============================================================================
--- packages/unstable/gnome-sound-recorder/debian/control.in	[utf-8] (original)
+++ packages/unstable/gnome-sound-recorder/debian/control.in	[utf-8] Tue Sep 13 00:02:28 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.41),
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                gjs,
                gnome-pkg-tools (>= 0.10),

Added: packages/unstable/gnome-sound-recorder/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-sound-recorder/debian/docs?rev=50378&op=file
==============================================================================
--- packages/unstable/gnome-sound-recorder/debian/docs	(added)
+++ packages/unstable/gnome-sound-recorder/debian/docs	[utf-8] Tue Sep 13 00:02:28 2016
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README

Modified: packages/unstable/gnome-sound-recorder/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-sound-recorder/debian/rules?rev=50378&op=diff
==============================================================================
--- packages/unstable/gnome-sound-recorder/debian/rules	[utf-8] (original)
+++ packages/unstable/gnome-sound-recorder/debian/rules	[utf-8] Tue Sep 13 00:02:28 2016
@@ -1,16 +1,11 @@
 #!/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/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
 
-DEB_DH_AUTORECONF_ARGS = --as-needed
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
-DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,-O1 -Wl,--as-needed
-include /usr/share/dpkg/default.mk
+%:
+	dh $@ --with autoreconf,gnome
 
-binary-install/gnome-sound-recorder::
-	rm -f debian/gnome-sound-recorder/usr/lib/gnome-sound-recorder/libgd.la
+override_dh_autoreconf:
+	dh_autoreconf --as-needed




More information about the pkg-gnome-commits mailing list