r51002 - in /packages/unstable/loudmouth/debian: changelog compat control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Sep 21 11:06:23 UTC 2016


Author: biebl
Date: Wed Sep 21 11:06:23 2016
New Revision: 51002

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51002
Log:
Bump debhelper compat level to 10.

Modified:
    packages/unstable/loudmouth/debian/changelog
    packages/unstable/loudmouth/debian/compat
    packages/unstable/loudmouth/debian/control
    packages/unstable/loudmouth/debian/control.in
    packages/unstable/loudmouth/debian/rules

Modified: packages/unstable/loudmouth/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/changelog?rev=51002&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/changelog	[utf-8] (original)
+++ packages/unstable/loudmouth/debian/changelog	[utf-8] Wed Sep 21 11:06:23 2016
@@ -2,6 +2,7 @@
 
   * Convert from cdbs to dh.
   * Bump Standards-Version to 3.9.8.
+  * Bump debhelper compat level to 10.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 21 Sep 2016 13:04:38 +0200
 

Modified: packages/unstable/loudmouth/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/compat?rev=51002&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/compat	[utf-8] (original)
+++ packages/unstable/loudmouth/debian/compat	[utf-8] Wed Sep 21 11:06:23 2016
@@ -1 +1 @@
-9
+10

Modified: packages/unstable/loudmouth/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/control?rev=51002&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/control	[utf-8] (original)
+++ packages/unstable/loudmouth/debian/control	[utf-8] Wed Sep 21 11:06:23 2016
@@ -6,10 +6,8 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
                gnome-pkg-tools,
-               autotools-dev,
-               dh-autoreconf,
                gtk-doc-tools (>= 1.1-2),
                libglib2.0-dev,
                libgnutls28-dev (>= 3.0.20),

Modified: packages/unstable/loudmouth/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/control.in?rev=51002&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/control.in	[utf-8] (original)
+++ packages/unstable/loudmouth/debian/control.in	[utf-8] Wed Sep 21 11:06:23 2016
@@ -2,10 +2,8 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
                gnome-pkg-tools,
-               autotools-dev,
-               dh-autoreconf,
                gtk-doc-tools (>= 1.1-2),
                libglib2.0-dev,
                libgnutls28-dev (>= 3.0.20),

Modified: packages/unstable/loudmouth/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/rules?rev=51002&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/rules	[utf-8] (original)
+++ packages/unstable/loudmouth/debian/rules	[utf-8] Wed Sep 21 11:06:23 2016
@@ -6,7 +6,7 @@
 GNOME_DOWNLOAD_URL = https://mcabber.com/files/loudmouth/$(GNOME_TARBALL)
 
 %:
-	dh $@ --with autoreconf,gnome
+	dh $@ --with gnome
 
 autoreconf:
 	gtkdocize --copy




More information about the pkg-gnome-commits mailing list