r17109 - in /desktop/unstable/gdl/debian: changelog control control.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Sep 26 15:46:45 UTC 2008


Author: lool
Date: Fri Sep 26 15:46:45 2008
New Revision: 17109

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17109
Log:
Wrap build-deps and deps to get cleaner patches.

Modified:
    desktop/unstable/gdl/debian/changelog
    desktop/unstable/gdl/debian/control
    desktop/unstable/gdl/debian/control.in

Modified: desktop/unstable/gdl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdl/debian/changelog?rev=17109&op=diff
==============================================================================
--- desktop/unstable/gdl/debian/changelog (original)
+++ desktop/unstable/gdl/debian/changelog Fri Sep 26 15:46:45 2008
@@ -2,6 +2,7 @@
 
   * Add GNOME team as uploaders; add control.in and includer uploaders.mk to
     generate uploaders list; bdep on gnome-pkg-tools (>= 0.10).
+  * Wrap build-deps and deps to get cleaner patches.
 
  -- Loic Minier <lool at dooz.org>  Fri, 26 Sep 2008 17:42:20 +0200
 

Modified: desktop/unstable/gdl/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdl/debian/control?rev=17109&op=diff
==============================================================================
--- desktop/unstable/gdl/debian/control (original)
+++ desktop/unstable/gdl/debian/control Fri Sep 26 15:46:45 2008
@@ -2,7 +2,14 @@
 Priority: optional
 Maintainer: Rob Bradford <robster at debian.org>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>
-Build-Depends: debhelper (>= 5.0.0), cdbs, autotools-dev, libgconf2-dev, libglade2-dev, libgnomeui-dev, intltool, gnome-pkg-tools (>= 0.10)
+Build-Depends: debhelper (>= 5.0.0),
+               cdbs,
+               autotools-dev,
+               libgconf2-dev,
+               libglade2-dev,
+               libgnomeui-dev,
+               intltool,
+               gnome-pkg-tools (>= 0.10)
 Standards-Version: 3.7.2
 Section: libs
 
@@ -19,7 +26,8 @@
 Package: libgdl-1-0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, libgdl-1-common (= ${source:Version})
+Depends: ${shlibs:Depends},
+         libgdl-1-common (= ${source:Version})
 Description: GNOME DevTool libraries
  Provides a support library for development tools from the GNOME environment.
  Including symbol browser, dock and editor components.

Modified: desktop/unstable/gdl/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdl/debian/control.in?rev=17109&op=diff
==============================================================================
--- desktop/unstable/gdl/debian/control.in (original)
+++ desktop/unstable/gdl/debian/control.in Fri Sep 26 15:46:45 2008
@@ -2,7 +2,14 @@
 Priority: optional
 Maintainer: Rob Bradford <robster at debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 5.0.0), cdbs, autotools-dev, libgconf2-dev, libglade2-dev, libgnomeui-dev, intltool, gnome-pkg-tools (>= 0.10)
+Build-Depends: debhelper (>= 5.0.0),
+               cdbs,
+               autotools-dev,
+               libgconf2-dev,
+               libglade2-dev,
+               libgnomeui-dev,
+               intltool,
+               gnome-pkg-tools (>= 0.10)
 Standards-Version: 3.7.2
 Section: libs
 
@@ -19,7 +26,8 @@
 Package: libgdl-1-0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, libgdl-1-common (= ${source:Version})
+Depends: ${shlibs:Depends},
+         libgdl-1-common (= ${source:Version})
 Description: GNOME DevTool libraries
  Provides a support library for development tools from the GNOME environment.
  Including symbol browser, dock and editor components.




More information about the pkg-gnome-commits mailing list