r45187 - in /packages/unstable/gnome-logs/debian: changelog control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Jun 14 18:23:52 UTC 2015


Author: biebl
Date: Sun Jun 14 18:23:52 2015
New Revision: 45187

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45187
Log:
Use dh-autoreconf to update the build system.

Modified:
    packages/unstable/gnome-logs/debian/changelog
    packages/unstable/gnome-logs/debian/control.in
    packages/unstable/gnome-logs/debian/rules

Modified: packages/unstable/gnome-logs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-logs/debian/changelog?rev=45187&op=diff
==============================================================================
--- packages/unstable/gnome-logs/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-logs/debian/changelog	[utf-8] Sun Jun 14 18:23:52 2015
@@ -7,6 +7,7 @@
     - Bump libglib2.0-dev to (>= 2.43.90).
     - Bump libgtk-3-dev to (>= 3.15.7).
   * Build against libsystemd. (Closes: #779768).
+  * Use dh-autoreconf to update the build system.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 19 May 2015 20:01:35 +0200
 

Modified: packages/unstable/gnome-logs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-logs/debian/control.in?rev=45187&op=diff
==============================================================================
--- packages/unstable/gnome-logs/debian/control.in	[utf-8] (original)
+++ packages/unstable/gnome-logs/debian/control.in	[utf-8] Sun Jun 14 18:23:52 2015
@@ -4,7 +4,7 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 9.0.0),
-               autotools-dev,
+               dh-autoreconf,
                libsystemd-dev,
                libglib2.0-dev (>= 2.43.90),
                libgtk-3-dev (>= 3.15.7),

Modified: packages/unstable/gnome-logs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-logs/debian/rules?rev=45187&op=diff
==============================================================================
--- packages/unstable/gnome-logs/debian/rules	[utf-8] (original)
+++ packages/unstable/gnome-logs/debian/rules	[utf-8] Sun Jun 14 18:23:52 2015
@@ -7,4 +7,4 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@  --with autotools-dev
+	dh $@  --with autoreconf




More information about the pkg-gnome-commits mailing list