r50465 - in /desktop/unstable/mm-common/debian: changelog control control.in docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 13 17:31:32 UTC 2016


Author: biebl
Date: Tue Sep 13 17:31:32 2016
New Revision: 50465

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

Added:
    desktop/unstable/mm-common/debian/docs
Modified:
    desktop/unstable/mm-common/debian/changelog
    desktop/unstable/mm-common/debian/control
    desktop/unstable/mm-common/debian/control.in
    desktop/unstable/mm-common/debian/rules

Modified: desktop/unstable/mm-common/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mm-common/debian/changelog?rev=50465&op=diff
==============================================================================
--- desktop/unstable/mm-common/debian/changelog	[utf-8] (original)
+++ desktop/unstable/mm-common/debian/changelog	[utf-8] Tue Sep 13 17:31:32 2016
@@ -1,3 +1,9 @@
+mm-common (0.9.10-2) UNRELEASED; urgency=medium
+
+  * Convert from cdbs to dh.
+
+ -- Michael Biebl <biebl at debian.org>  Tue, 13 Sep 2016 19:31:21 +0200
+
 mm-common (0.9.10-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/mm-common/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mm-common/debian/control?rev=50465&op=diff
==============================================================================
--- desktop/unstable/mm-common/debian/control	[utf-8] (original)
+++ desktop/unstable/mm-common/debian/control	[utf-8] Tue Sep 13 17:31:32 2016
@@ -8,8 +8,7 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
 Homepage: http://www.gtkmm.org/
-Build-Depends: cdbs (>= 0.4.51),
-               gnome-pkg-tools,
+Build-Depends: gnome-pkg-tools,
                debhelper (>= 9),
                dh-autoreconf
 Standards-Version: 3.9.8

Modified: desktop/unstable/mm-common/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mm-common/debian/control.in?rev=50465&op=diff
==============================================================================
--- desktop/unstable/mm-common/debian/control.in	[utf-8] (original)
+++ desktop/unstable/mm-common/debian/control.in	[utf-8] Tue Sep 13 17:31:32 2016
@@ -4,8 +4,7 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Homepage: http://www.gtkmm.org/
-Build-Depends: cdbs (>= 0.4.51),
-               gnome-pkg-tools,
+Build-Depends: gnome-pkg-tools,
                debhelper (>= 9),
                dh-autoreconf
 Standards-Version: 3.9.8

Added: desktop/unstable/mm-common/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mm-common/debian/docs?rev=50465&op=file
==============================================================================
--- desktop/unstable/mm-common/debian/docs	(added)
+++ desktop/unstable/mm-common/debian/docs	[utf-8] Tue Sep 13 17:31:32 2016
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README

Modified: desktop/unstable/mm-common/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mm-common/debian/rules?rev=50465&op=diff
==============================================================================
--- desktop/unstable/mm-common/debian/rules	[utf-8] (original)
+++ desktop/unstable/mm-common/debian/rules	[utf-8] Tue Sep 13 17:31:32 2016
@@ -1,10 +1,9 @@
 #! /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/autotools.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-get-source.mk
 
+%:
+	dh $@ --with autoreconf,gnome
+
+override_dh_gnome:
+	dh_gnome --no-gnome-versions




More information about the pkg-gnome-commits mailing list