r37796 - in /desktop/unstable/startup-notification/debian: changelog control control.in

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Mon May 20 08:14:29 UTC 2013


Author: smcv
Date: Mon May 20 08:14:28 2013
New Revision: 37796

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37796
Log:
Build-depend on autotools-dev to update config.guess, config.sub

Modified:
    desktop/unstable/startup-notification/debian/changelog
    desktop/unstable/startup-notification/debian/control
    desktop/unstable/startup-notification/debian/control.in

Modified: desktop/unstable/startup-notification/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/startup-notification/debian/changelog?rev=37796&op=diff
==============================================================================
--- desktop/unstable/startup-notification/debian/changelog [utf-8] (original)
+++ desktop/unstable/startup-notification/debian/changelog [utf-8] Mon May 20 08:14:28 2013
@@ -4,6 +4,7 @@
   * Merge from experimental
   * Add a reference to #642418 in the 0.12-2 changelog
   * Standards-Version: 3.9.4 (no changes needed)
+  * Build-depend on autotools-dev to update config.guess, config.sub
 
  -- Simon McVittie <smcv at debian.org>  Mon, 20 May 2013 08:53:00 +0100
 

Modified: desktop/unstable/startup-notification/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/startup-notification/debian/control?rev=37796&op=diff
==============================================================================
--- desktop/unstable/startup-notification/debian/control [utf-8] (original)
+++ desktop/unstable/startup-notification/debian/control [utf-8] Mon May 20 08:14:28 2013
@@ -9,7 +9,8 @@
 Maintainer: Josselin Mouette <joss at debian.org>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, J.H.M. Dassen (Ray) <jdassen at debian.org>, Loic Minier <lool at dooz.org>
 Standards-Version: 3.9.4
-Build-Depends: cdbs (>= 0.4.93~),
+Build-Depends: autotools-dev,
+               cdbs (>= 0.4.93~),
                debhelper (>= 9), 
                libx11-dev, 
                libxt-dev, 

Modified: desktop/unstable/startup-notification/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/startup-notification/debian/control.in?rev=37796&op=diff
==============================================================================
--- desktop/unstable/startup-notification/debian/control.in [utf-8] (original)
+++ desktop/unstable/startup-notification/debian/control.in [utf-8] Mon May 20 08:14:28 2013
@@ -4,7 +4,8 @@
 Maintainer: Josselin Mouette <joss at debian.org>
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.9.4
-Build-Depends: cdbs (>= 0.4.93~),
+Build-Depends: autotools-dev,
+               cdbs (>= 0.4.93~),
                debhelper (>= 9), 
                libx11-dev, 
                libxt-dev, 




More information about the pkg-gnome-commits mailing list