r11406 - in /packages/unstable/meld/debian: changelog control control.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sat Jun 9 18:01:02 UTC 2007


Author: lool
Date: Sat Jun  9 18:01:02 2007
New Revision: 11406

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

Modified:
    packages/unstable/meld/debian/changelog
    packages/unstable/meld/debian/control
    packages/unstable/meld/debian/control.in

Modified: packages/unstable/meld/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/meld/debian/changelog?rev=11406&op=diff
==============================================================================
--- packages/unstable/meld/debian/changelog (original)
+++ packages/unstable/meld/debian/changelog Sat Jun  9 18:01:02 2007
@@ -3,8 +3,9 @@
   * Add Debian GNOME Maintainers to Uploaders; build-dep on gnome-pkg-tools.
   * Cleanups.
   * Update URL in copyright.
-
- -- Loic Minier <lool at dooz.org>  Sat, 09 Jun 2007 20:00:13 +0200
+  * Wrap build-deps and deps.
+
+ -- Loic Minier <lool at dooz.org>  Sat, 09 Jun 2007 20:00:55 +0200
 
 meld (1.1.4-1) unstable; urgency=low
 

Modified: packages/unstable/meld/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/meld/debian/control?rev=11406&op=diff
==============================================================================
--- packages/unstable/meld/debian/control (original)
+++ packages/unstable/meld/debian/control Sat Jun  9 18:01:02 2007
@@ -2,14 +2,22 @@
 Section: gnome
 Priority: optional
 Maintainer: Ross Burton <ross at debian.org>
-Build-Depends: debhelper (>= 4.1.25), cdbs, gnome-pkg-tools
-Build-Depends-Indep: python-dev, python-support (>= 0.4.0), intltool, scrollkeeper
+Build-Depends: debhelper (>= 4.1.25),
+               cdbs,
+               gnome-pkg-tools
+Build-Depends-Indep: python-dev,
+                     python-support (>= 0.4.0),
+                     intltool,
+                     scrollkeeper
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>
 Standards-Version: 3.7.2
 
 Package: meld
 Architecture: all
-Depends: ${python:Depends}, python-gtk2 (>=2.4), python-glade2 (>= 2.4), python-gnome2
+Depends: ${python:Depends},
+         python-gtk2 (>= 2.4),
+         python-glade2 (>= 2.4),
+         python-gnome2
 Recommends: python-gnome2-extras
 Description: graphical tool to diff and merge files
  Meld is a tool which allows the user to see the changes in, and merge between,

Modified: packages/unstable/meld/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/meld/debian/control.in?rev=11406&op=diff
==============================================================================
--- packages/unstable/meld/debian/control.in (original)
+++ packages/unstable/meld/debian/control.in Sat Jun  9 18:01:02 2007
@@ -2,14 +2,22 @@
 Section: gnome
 Priority: optional
 Maintainer: Ross Burton <ross at debian.org>
-Build-Depends: debhelper (>= 4.1.25), cdbs, gnome-pkg-tools
-Build-Depends-Indep: python-dev, python-support (>= 0.4.0), intltool, scrollkeeper
+Build-Depends: debhelper (>= 4.1.25),
+               cdbs,
+               gnome-pkg-tools
+Build-Depends-Indep: python-dev,
+                     python-support (>= 0.4.0),
+                     intltool,
+                     scrollkeeper
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.7.2
 
 Package: meld
 Architecture: all
-Depends: ${python:Depends}, python-gtk2 (>=2.4), python-glade2 (>= 2.4), python-gnome2
+Depends: ${python:Depends},
+         python-gtk2 (>= 2.4),
+         python-glade2 (>= 2.4),
+         python-gnome2
 Recommends: python-gnome2-extras
 Description: graphical tool to diff and merge files
  Meld is a tool which allows the user to see the changes in, and merge between,




More information about the pkg-gnome-commits mailing list