r49422 - in /desktop/unstable/five-or-more/debian: changelog control.in docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Aug 7 12:40:58 UTC 2016


Author: biebl
Date: Sun Aug  7 12:40:58 2016
New Revision: 49422

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

Added:
    desktop/unstable/five-or-more/debian/docs
Modified:
    desktop/unstable/five-or-more/debian/changelog
    desktop/unstable/five-or-more/debian/control.in
    desktop/unstable/five-or-more/debian/rules

Modified: desktop/unstable/five-or-more/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/five-or-more/debian/changelog?rev=49422&op=diff
==============================================================================
--- desktop/unstable/five-or-more/debian/changelog	[utf-8] (original)
+++ desktop/unstable/five-or-more/debian/changelog	[utf-8] Sun Aug  7 12:40:58 2016
@@ -1,6 +1,7 @@
 five-or-more (1:3.20.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Convert from cdbs to dh.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 07 Aug 2016 14:29:35 +0200
 

Modified: desktop/unstable/five-or-more/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/five-or-more/debian/control.in?rev=49422&op=diff
==============================================================================
--- desktop/unstable/five-or-more/debian/control.in	[utf-8] (original)
+++ desktop/unstable/five-or-more/debian/control.in	[utf-8] Sun Aug  7 12:40:58 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.90~),
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                gnome-common,
                gnome-pkg-tools (>= 0.6),

Added: desktop/unstable/five-or-more/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/five-or-more/debian/docs?rev=49422&op=file
==============================================================================
--- desktop/unstable/five-or-more/debian/docs	(added)
+++ desktop/unstable/five-or-more/debian/docs	[utf-8] Sun Aug  7 12:40:58 2016
@@ -0,0 +1 @@
+NEWS

Modified: desktop/unstable/five-or-more/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/five-or-more/debian/rules?rev=49422&op=diff
==============================================================================
--- desktop/unstable/five-or-more/debian/rules	[utf-8] (original)
+++ desktop/unstable/five-or-more/debian/rules	[utf-8] Sun Aug  7 12:40:58 2016
@@ -1,13 +1,12 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
 
-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/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 := --bindir=\$${prefix}/games
-LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+
+%:
+	dh $@ --with autoreconf,gnome
+
+override_dh_auto_configure:
+	dh_auto_configure -- --bindir=\$${prefix}/games




More information about the pkg-gnome-commits mailing list