r39645 - in /desktop/unstable/gnome-common/debian: changelog control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 24 11:08:53 UTC 2013


Author: biebl
Date: Tue Sep 24 11:08:52 2013
New Revision: 39645

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39645
Log:
Wrap dependencies.

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

Modified: desktop/unstable/gnome-common/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-common/debian/changelog?rev=39645&op=diff
==============================================================================
--- desktop/unstable/gnome-common/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-common/debian/changelog	[utf-8] Tue Sep 24 11:08:52 2013
@@ -7,6 +7,7 @@
   * Drop debian/patches/02_autogen_required_versions.patch, it no longer
     applies and the minimum required versions are available since a very long
     time now.
+  * Wrap dependencies.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 24 Sep 2013 12:53:06 +0200
 

Modified: desktop/unstable/gnome-common/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-common/debian/control.in?rev=39645&op=diff
==============================================================================
--- desktop/unstable/gnome-common/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-common/debian/control.in	[utf-8] Tue Sep 24 11:08:52 2013
@@ -3,15 +3,25 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 9), cdbs, gnome-pkg-tools
-Build-Depends-Indep: pkg-config, autotools-dev
+Build-Depends: debhelper (>= 9),
+               cdbs,
+               gnome-pkg-tools
+Build-Depends-Indep: pkg-config,
+                     autotools-dev
 Standards-Version: 3.9.4
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-common
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-common
 
 Package: gnome-common
 Architecture: all
-Depends: ${misc:Depends}, autoconf, automake (>= 1:1.11), libtool, pkg-config, gettext, intltool, autopoint
+Depends: ${misc:Depends},
+         autoconf,
+         automake (>= 1:1.11),
+         libtool,
+         pkg-config,
+         gettext,
+         intltool,
+         autopoint
 Description: common scripts and macros to develop with GNOME
  gnome-common is an extension to autoconf, automake and libtool for the GNOME
  environment and GNOME using applications. Included are gnome-autogen.sh and




More information about the pkg-gnome-commits mailing list