r50269 - in /packages/unstable/sound-juicer/debian: changelog control control.in docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Sep 10 13:48:22 UTC 2016


Author: biebl
Date: Sat Sep 10 13:48:21 2016
New Revision: 50269

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

Modified:
    packages/unstable/sound-juicer/debian/changelog
    packages/unstable/sound-juicer/debian/control
    packages/unstable/sound-juicer/debian/control.in
    packages/unstable/sound-juicer/debian/docs
    packages/unstable/sound-juicer/debian/rules

Modified: packages/unstable/sound-juicer/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/sound-juicer/debian/changelog?rev=50269&op=diff
==============================================================================
--- packages/unstable/sound-juicer/debian/changelog	[utf-8] (original)
+++ packages/unstable/sound-juicer/debian/changelog	[utf-8] Sat Sep 10 13:48:21 2016
@@ -6,6 +6,7 @@
     - Bump libdiscid-dev to (>= 0.4.0).
     - Bump libgtk-3-dev to (>= 3.21.3).
   * Drop obsolete --disable-scrollkeeper configure flag.
+  * Convert from cdbs to dh.
 
  -- Michael Biebl <biebl at debian.org>  Sat, 10 Sep 2016 15:23:44 +0200
 

Modified: packages/unstable/sound-juicer/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/sound-juicer/debian/control?rev=50269&op=diff
==============================================================================
--- packages/unstable/sound-juicer/debian/control	[utf-8] (original)
+++ packages/unstable/sound-juicer/debian/control	[utf-8] Sat Sep 10 13:48:21 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,
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                appstream-util,
                gnome-common,

Modified: packages/unstable/sound-juicer/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/sound-juicer/debian/control.in?rev=50269&op=diff
==============================================================================
--- packages/unstable/sound-juicer/debian/control.in	[utf-8] (original)
+++ packages/unstable/sound-juicer/debian/control.in	[utf-8] Sat Sep 10 13:48:21 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,
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                appstream-util,
                gnome-common,

Modified: packages/unstable/sound-juicer/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/sound-juicer/debian/docs?rev=50269&op=diff
==============================================================================
--- packages/unstable/sound-juicer/debian/docs	[utf-8] (original)
+++ packages/unstable/sound-juicer/debian/docs	[utf-8] Sat Sep 10 13:48:21 2016
@@ -1,3 +1,3 @@
+AUTHORS
 NEWS
 README
-TODO

Modified: packages/unstable/sound-juicer/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/sound-juicer/debian/rules?rev=50269&op=diff
==============================================================================
--- packages/unstable/sound-juicer/debian/rules	[utf-8] (original)
+++ packages/unstable/sound-juicer/debian/rules	[utf-8] Sat Sep 10 13:48:21 2016
@@ -1,13 +1,12 @@
 #!/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
 
-DEB_CFLAGS_MAINT_APPEND += -Wno-unused-parameter
-DEB_LDFLAGS_MAINT_APPEND += -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
+export DEB_CFLAGS_MAINT_APPEND = -Wno-unused-parameter
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
 
-DEB_DH_AUTORECONF_ARGS += ./autogen.sh
+%:
+	dh $@ --with autoreconf,gnome
+
+override_dh_autoreconf:
+	dh_autoreconf --as-needed




More information about the pkg-gnome-commits mailing list