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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Jun 14 18:33:10 UTC 2015


Author: biebl
Date: Sun Jun 14 18:33:10 2015
New Revision: 45191

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45191
Log:
Add Build-Depends on gnome-common, required by autoreconf.

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

Modified: packages/unstable/gnome-logs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-logs/debian/changelog?rev=45191&op=diff
==============================================================================
--- packages/unstable/gnome-logs/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-logs/debian/changelog	[utf-8] Sun Jun 14 18:33:10 2015
@@ -8,6 +8,7 @@
     - Bump libgtk-3-dev to (>= 3.15.7).
   * Build against libsystemd. (Closes: #779768).
   * Use dh-autoreconf to update the build system.
+  * Add Build-Depends on gnome-common, required by autoreconf.
   * Fix debian/copyright to be compliant with the machine-readable copyright
     format spec 1.0.
 

Modified: packages/unstable/gnome-logs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-logs/debian/control?rev=45191&op=diff
==============================================================================
--- packages/unstable/gnome-logs/debian/control	[utf-8] (original)
+++ packages/unstable/gnome-logs/debian/control	[utf-8] Sun Jun 14 18:33:10 2015
@@ -8,7 +8,7 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
 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/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-logs/debian/control.in?rev=45191&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:33:10 2015
@@ -5,6 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 9.0.0),
                dh-autoreconf,
+               gnome-common,
                libsystemd-dev,
                libglib2.0-dev (>= 2.43.90),
                libgtk-3-dev (>= 3.15.7),




More information about the pkg-gnome-commits mailing list