r53562 - in /desktop/unstable/mousetweaks/debian: changelog compat control control.in rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Thu Sep 7 12:25:15 UTC 2017


Author: jbicha
Date: Thu Sep  7 12:25:15 2017
New Revision: 53562

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

* Add debian/docs to explicitly install NEWS and README
* Bump debhelper compat to 10

Modified:
    desktop/unstable/mousetweaks/debian/changelog
    desktop/unstable/mousetweaks/debian/compat
    desktop/unstable/mousetweaks/debian/control
    desktop/unstable/mousetweaks/debian/control.in
    desktop/unstable/mousetweaks/debian/rules

Modified: desktop/unstable/mousetweaks/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mousetweaks/debian/changelog?rev=53562&op=diff
==============================================================================
--- desktop/unstable/mousetweaks/debian/changelog	[utf-8] (original)
+++ desktop/unstable/mousetweaks/debian/changelog	[utf-8] Thu Sep  7 12:25:15 2017
@@ -1,3 +1,11 @@
+mousetweaks (3.12.0-2) UNRELEASED; urgency=medium
+
+  * Switch from cdbs to dh
+  * Add debian/docs to explicitly install NEWS and README
+  * Bump debhelper compat to 10
+
+ -- Jeremy Bicha <jbicha at debian.org>  Thu, 07 Sep 2017 08:01:33 -0400
+
 mousetweaks (3.12.0-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/mousetweaks/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mousetweaks/debian/compat?rev=53562&op=diff
==============================================================================
--- desktop/unstable/mousetweaks/debian/compat	[utf-8] (original)
+++ desktop/unstable/mousetweaks/debian/compat	[utf-8] Thu Sep  7 12:25:15 2017
@@ -1 +1 @@
-9
+10

Modified: desktop/unstable/mousetweaks/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mousetweaks/debian/control?rev=53562&op=diff
==============================================================================
--- desktop/unstable/mousetweaks/debian/control	[utf-8] (original)
+++ desktop/unstable/mousetweaks/debian/control	[utf-8] Thu Sep  7 12:25:15 2017
@@ -2,18 +2,17 @@
 # 
 # Modifications should be made to debian/control.in instead.
 # This file is regenerated automatically in the clean target.
-
 Source: mousetweaks
 Section: gnome
 Priority: optional
 Maintainer: Josselin Mouette <joss at debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Jeremy Bicha <jbicha at debian.org>, Josselin Mouette <joss at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/mousetweaks
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/mousetweaks
 Homepage: https://wiki.gnome.org/Mousetweaks/Home
 Standards-Version: 3.9.5
-Build-Depends: cdbs (>= 0.4.41),
-               debhelper (>= 9),
+Build-Depends: gnome-common,
+               debhelper (>= 10),
                gnome-pkg-tools,
                intltool (>= 0.40.0),
                libglib2.0-dev (>= 2.25.3),

Modified: desktop/unstable/mousetweaks/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mousetweaks/debian/control.in?rev=53562&op=diff
==============================================================================
--- desktop/unstable/mousetweaks/debian/control.in	[utf-8] (original)
+++ desktop/unstable/mousetweaks/debian/control.in	[utf-8] Thu Sep  7 12:25:15 2017
@@ -7,8 +7,8 @@
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/mousetweaks
 Homepage: https://wiki.gnome.org/Mousetweaks/Home
 Standards-Version: 3.9.5
-Build-Depends: cdbs (>= 0.4.41),
-               debhelper (>= 9),
+Build-Depends: gnome-common,
+               debhelper (>= 10),
                gnome-pkg-tools,
                intltool (>= 0.40.0),
                libglib2.0-dev (>= 2.25.3),

Modified: desktop/unstable/mousetweaks/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mousetweaks/debian/rules?rev=53562&op=diff
==============================================================================
--- desktop/unstable/mousetweaks/debian/rules	[utf-8] (original)
+++ desktop/unstable/mousetweaks/debian/rules	[utf-8] Thu Sep  7 12:25:15 2017
@@ -1,8 +1,10 @@
-#! /usr/bin/make -f
-
-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
+#!/usr/bin/make -f
 -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
+
+%:
+	dh $@ --with gnome
+
+override_dh_autoreconf:
+	dh_autoreconf --as-needed




More information about the pkg-gnome-commits mailing list