r10097 - in /desktop/unstable/gconf-editor/debian: changelog control control.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue Apr 17 12:02:47 UTC 2007


Author: lool
Date: Tue Apr 17 12:02:47 2007
New Revision: 10097

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10097
Log:
* Wrap build-deps and deps.

Modified:
    desktop/unstable/gconf-editor/debian/changelog
    desktop/unstable/gconf-editor/debian/control
    desktop/unstable/gconf-editor/debian/control.in

Modified: desktop/unstable/gconf-editor/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf-editor/debian/changelog?rev=10097&op=diff
==============================================================================
--- desktop/unstable/gconf-editor/debian/changelog (original)
+++ desktop/unstable/gconf-editor/debian/changelog Tue Apr 17 12:02:47 2007
@@ -1,8 +1,9 @@
 gconf-editor (2.18.0-2) UNRELEASED; urgency=low
 
   * Upload to unstable; drop check-dist include.
-
- -- Loic Minier <lool at dooz.org>  Tue, 17 Apr 2007 14:01:52 +0200
+  * Wrap build-deps and deps.
+
+ -- Loic Minier <lool at dooz.org>  Tue, 17 Apr 2007 14:02:26 +0200
 
 gconf-editor (2.18.0-1) experimental; urgency=low
 

Modified: desktop/unstable/gconf-editor/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf-editor/debian/control?rev=10097&op=diff
==============================================================================
--- desktop/unstable/gconf-editor/debian/control (original)
+++ desktop/unstable/gconf-editor/debian/control Tue Apr 17 12:02:47 2007
@@ -2,13 +2,25 @@
 Section: utils
 Priority: optional
 Maintainer: Josselin Mouette <joss at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Andrew Lau <netsnipe at users.sourceforge.net>, Clément Stenac <zorglub at debian.org>, Dafydd Harries <daf at debian.org>, Guilherme de S. Pastore <gpastore at debian.org>, Gustavo Franco <stratus at debian.org>, Gustavo Noronha Silva <kov at debian.org>, J.H.M. Dassen (Ray) <jdassen at debian.org>, Jordi Mallach <jordi at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Kilian Krause <kilian at debian.org>, Loic Minier <lool at dooz.org>, Marc 'HE' Brockschmidt <he at debian.org>, Marco Cabizza <marco87 at gmail.com>, Oystein Gisnas <oystein at gisnas.net>, Ondřej Surý <ondrej at debian.org>, Ross Burton <ross at debian.org>, Sebastien Bacher <seb128 at debian.org>, Sjoerd Simons <sjoerd at debian.org>
-Build-Depends: debhelper (>= 5), cdbs (>= 0.4.41), libgconf2-dev (>= 2.9.2), libgtk2.0-dev (>= 2.5.5), gettext, gnome-pkg-tools (>= 0.10), libxml-parser-perl, libgnome2-dev (>= 2.14.0), libgnomeui-dev (>= 2.5.4), scrollkeeper, gnome-doc-utils, pkg-config
+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>
+Build-Depends: debhelper (>= 5),
+               cdbs (>= 0.4.41),
+               libgconf2-dev (>= 2.9.2),
+               libgtk2.0-dev (>= 2.5.5),
+               gettext,
+               gnome-pkg-tools (>= 0.10),
+               libxml-parser-perl,
+               libgnome2-dev (>= 2.14.0),
+               libgnomeui-dev (>= 2.5.4),
+               scrollkeeper,
+               gnome-doc-utils,
+               pkg-config
 Standards-Version: 3.7.2
 
 Package: gconf-editor
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: An editor for the GConf configuration system
  GConf-Editor is a tool used for editing the GConf configuration database.  
  This is not the recommended way of setting desktop preferences, but it might 

Modified: desktop/unstable/gconf-editor/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf-editor/debian/control.in?rev=10097&op=diff
==============================================================================
--- desktop/unstable/gconf-editor/debian/control.in (original)
+++ desktop/unstable/gconf-editor/debian/control.in Tue Apr 17 12:02:47 2007
@@ -3,12 +3,24 @@
 Priority: optional
 Maintainer: Josselin Mouette <joss at debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 5), cdbs (>= 0.4.41), libgconf2-dev (>= 2.9.2), libgtk2.0-dev (>= 2.5.5), gettext, gnome-pkg-tools (>= 0.10), libxml-parser-perl, libgnome2-dev (>= 2.14.0), libgnomeui-dev (>= 2.5.4), scrollkeeper, gnome-doc-utils, pkg-config
+Build-Depends: debhelper (>= 5),
+               cdbs (>= 0.4.41),
+               libgconf2-dev (>= 2.9.2),
+               libgtk2.0-dev (>= 2.5.5),
+               gettext,
+               gnome-pkg-tools (>= 0.10),
+               libxml-parser-perl,
+               libgnome2-dev (>= 2.14.0),
+               libgnomeui-dev (>= 2.5.4),
+               scrollkeeper,
+               gnome-doc-utils,
+               pkg-config
 Standards-Version: 3.7.2
 
 Package: gconf-editor
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: An editor for the GConf configuration system
  GConf-Editor is a tool used for editing the GConf configuration database.  
  This is not the recommended way of setting desktop preferences, but it might 




More information about the pkg-gnome-commits mailing list