[Python-apps-commits] r2453 - in packages/phatch/trunk/debian (changelog control)

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sat Feb 21 00:48:08 UTC 2009


    Date: Saturday, February 21, 2009 @ 00:48:07
  Author: pochu-guest
Revision: 2453

* debian/control:
  - move python-nautilus and pkg-config to Build-Depends-Indep.
  - Wrap depends.

Modified:
  packages/phatch/trunk/debian/changelog
  packages/phatch/trunk/debian/control

Modified: packages/phatch/trunk/debian/changelog
===================================================================
--- packages/phatch/trunk/debian/changelog	2009-02-21 00:45:11 UTC (rev 2452)
+++ packages/phatch/trunk/debian/changelog	2009-02-21 00:48:07 UTC (rev 2453)
@@ -12,6 +12,9 @@
   * debian/copyright:
     - Add "Copyright" to the debian copyright.
     - Update years.
+  * debian/control:
+    - move python-nautilus and pkg-config to Build-Depends-Indep.
+    - Wrap depends.
 
  -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Fri, 05 Dec 2008 11:17:43 +0100
 

Modified: packages/phatch/trunk/debian/control
===================================================================
--- packages/phatch/trunk/debian/control	2009-02-21 00:45:11 UTC (rev 2452)
+++ packages/phatch/trunk/debian/control	2009-02-21 00:48:07 UTC (rev 2453)
@@ -10,15 +10,19 @@
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/phatch/trunk/
 Build-Depends: debhelper (>= 5.0.51),
                cdbs (>= 0.4.43),
-               python (>= 2.3.5-11),
-               python-nautilus,
-               pkg-config
-Build-Depends-Indep: python-support (>= 0.5.3)
+               python (>= 2.3.5-11)
+Build-Depends-Indep: python-support (>= 0.5.3),
+                     python-nautilus,
+                     pkg-config
 
 Package: phatch
 Architecture: all
-Depends: ${python:Depends}, python-imaging, python-wxgtk2.8 | python-wxgtk2.6, python-wxversion,
- python-pyexiv2, ${misc:Depends}
+Depends: ${python:Depends},
+         ${misc:Depends},
+         python-imaging,
+         python-wxgtk2.8 | python-wxgtk2.6,
+         python-wxversion,
+         python-pyexiv2
 Suggests: python-nautilus
 Enhances: nautilus, thunar
 Description: simple to use cross-platform GUI Photo Batch Processor




More information about the Python-apps-commits mailing list