r51385 - in /desktop/unstable/gnome-panel/debian: changelog control control.in

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Wed Oct 12 12:57:33 UTC 2016


Author: mitya57
Date: Wed Oct 12 12:57:32 2016
New Revision: 51385

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51385
Log:
Build-depend on automake 1.13, as required by configure.ac.

Modified:
    desktop/unstable/gnome-panel/debian/changelog
    desktop/unstable/gnome-panel/debian/control
    desktop/unstable/gnome-panel/debian/control.in

Modified: desktop/unstable/gnome-panel/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/changelog?rev=51385&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/changelog	[utf-8] Wed Oct 12 12:57:32 2016
@@ -1,3 +1,9 @@
+gnome-panel (3.22.0-2) experimental; urgency=medium
+
+  * Build-depend on automake 1.13, as required by configure.ac.
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Wed, 12 Oct 2016 15:54:20 +0300
+
 gnome-panel (3.22.0-1) experimental; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/gnome-panel/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/control?rev=51385&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/control	[utf-8] Wed Oct 12 12:57:32 2016
@@ -8,7 +8,8 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Dmitry Shachnev <mitya57 at debian.org>
 Standards-Version: 3.9.8
-Build-Depends: cdbs (>= 0.4.93~),
+Build-Depends: automake (>= 1.13),
+               cdbs (>= 0.4.93~),
                debhelper (>= 9.20160114~),
                dh-autoreconf,
                evolution-data-server-dev (>= 3.5.3),

Modified: desktop/unstable/gnome-panel/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/control.in?rev=51385&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/control.in	[utf-8] Wed Oct 12 12:57:32 2016
@@ -4,7 +4,8 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.9.8
-Build-Depends: cdbs (>= 0.4.93~),
+Build-Depends: automake (>= 1.13),
+               cdbs (>= 0.4.93~),
                debhelper (>= 9.20160114~),
                dh-autoreconf,
                evolution-data-server-dev (>= 3.5.3),




More information about the pkg-gnome-commits mailing list