[Pkg-galago-commit] r499 - packages/unstable/sexy-python/debian

lool at alioth.debian.org lool at alioth.debian.org
Wed Jun 27 09:16:01 UTC 2007


Author: lool
Date: 2007-06-27 09:16:01 +0000 (Wed, 27 Jun 2007)
New Revision: 499

Modified:
   packages/unstable/sexy-python/debian/changelog
   packages/unstable/sexy-python/debian/control
Log:
* Wrap build-deps and deps.

Modified: packages/unstable/sexy-python/debian/changelog
===================================================================
--- packages/unstable/sexy-python/debian/changelog	2007-06-26 18:05:38 UTC (rev 498)
+++ packages/unstable/sexy-python/debian/changelog	2007-06-27 09:16:01 UTC (rev 499)
@@ -1,5 +1,6 @@
 sexy-python (0.1.9-1) unstable; urgency=low
 
+  [ Julian Andres Klode ]
   * Initial upload to Debian (Closes: #379383, #385662)
   * Don't use cdbs
   * Use dpatch for patching
@@ -9,8 +10,11 @@
   * Added get-orig-source which fetches the tarball and places it
     into ../tarballs
 
- -- Julian Andres Klode <jak at jak-linux.org>  Tue, 26 Jun 2007 20:00:28 +0200
+  [ Loic Minier ]
+  * Wrap build-deps and deps.
 
+ -- Loic Minier <lool at dooz.org>  Wed, 27 Jun 2007 11:15:49 +0200
+
 sexy-python (0.1.9-0ubuntu3) feisty; urgency=low
 
   * debian/patches/10-fix-sexy_tooltip_position_to_rect.patch:

Modified: packages/unstable/sexy-python/debian/control
===================================================================
--- packages/unstable/sexy-python/debian/control	2007-06-26 18:05:38 UTC (rev 498)
+++ packages/unstable/sexy-python/debian/control	2007-06-27 09:16:01 UTC (rev 499)
@@ -3,12 +3,20 @@
 Priority: optional
 XS-Python-Version: >= 2.3
 Maintainer: Julian Andres Klode <jak at jak-linux.org>
-Build-Depends: debhelper (>= 5.0.38), dpatch, python-all-dev (>= 2.3.5-11), python-central (>= 0.5), libsexy-dev (>= 0.1.9), python-gtk2-dev (>= 2.6.2)
+Build-Depends: debhelper (>= 5.0.38),
+               dpatch,
+               python-all-dev (>= 2.3.5-11),
+               python-central (>= 0.5),
+               libsexy-dev (>= 0.1.9),
+               python-gtk2-dev (>= 2.6.2)
 Standards-Version: 3.7.2
 
 Package: python-sexy
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2 (>= 2.6.2)
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends},
+         python-gtk2 (>= 2.6.2)
 XB-Python-Version: ${python:Versions}
 Provides: ${python:Provides}
 Description: python language bindings for libsexy




More information about the Pkg-galago-commit mailing list