r49426 - in /desktop/unstable/gnome-calculator/debian: changelog control control.in docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Aug 7 12:52:20 UTC 2016


Author: biebl
Date: Sun Aug  7 12:52:20 2016
New Revision: 49426

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

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

Modified: desktop/unstable/gnome-calculator/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-calculator/debian/changelog?rev=49426&op=diff
==============================================================================
--- desktop/unstable/gnome-calculator/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-calculator/debian/changelog	[utf-8] Sun Aug  7 12:52:20 2016
@@ -1,6 +1,7 @@
 gnome-calculator (3.20.2-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Convert from cdbs to dh.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 07 Aug 2016 14:43:09 +0200
 

Modified: desktop/unstable/gnome-calculator/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-calculator/debian/control?rev=49426&op=diff
==============================================================================
--- desktop/unstable/gnome-calculator/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-calculator/debian/control	[utf-8] Sun Aug  7 12:52:20 2016
@@ -8,8 +8,7 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Jordi Mallach <jordi at debian.org>, Michael Biebl <biebl at debian.org>
 Homepage: https://wiki.gnome.org/Apps/Calculator
-Build-Depends: cdbs (>= 0.4.41),
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                gnome-pkg-tools (>= 0.10),
                yelp-tools (>= 3.1.1),

Modified: desktop/unstable/gnome-calculator/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-calculator/debian/control.in?rev=49426&op=diff
==============================================================================
--- desktop/unstable/gnome-calculator/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-calculator/debian/control.in	[utf-8] Sun Aug  7 12:52:20 2016
@@ -4,8 +4,7 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Homepage: https://wiki.gnome.org/Apps/Calculator
-Build-Depends: cdbs (>= 0.4.41),
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                gnome-pkg-tools (>= 0.10),
                yelp-tools (>= 3.1.1),

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

Modified: desktop/unstable/gnome-calculator/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-calculator/debian/rules?rev=49426&op=diff
==============================================================================
--- desktop/unstable/gnome-calculator/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-calculator/debian/rules	[utf-8] Sun Aug  7 12:52:20 2016
@@ -1,13 +1,13 @@
 #!/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/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
-install/gnome-calculator::
+%:
+	dh $@ --with autoreconf,gnome
+
+override_dh_install:
+	dh_install
 	find debian/gnome-calculator -name '*.la' -delete




More information about the pkg-gnome-commits mailing list