[Python-apps-commits] r379 - in packages/phatch/trunk/debian (control rules)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Thu Dec 6 01:44:16 UTC 2007


    Date: Thursday, December 6, 2007 @ 01:44:15
  Author: bzed
Revision: 379

several updates
-> don;t install into /usr/share - the modules will be useful for other programs (later)

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

Modified: packages/phatch/trunk/debian/control
===================================================================
--- packages/phatch/trunk/debian/control	2007-12-06 01:21:42 UTC (rev 378)
+++ packages/phatch/trunk/debian/control	2007-12-06 01:44:15 UTC (rev 379)
@@ -2,24 +2,21 @@
 Section: graphics
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Uploaders: Emilio Pozuelo Monfort <pochu at ubuntu.com>
+Uploaders: Emilio Pozuelo Monfort <pochu at ubuntu.com>, Bernd Zeimetz <bzed at debian.org>
 Standards-Version: 3.7.3
 Homepage: http://launchpad.net/phatch/
 Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/phatch/trunk/?op=log
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/phatch/trunk/
-XS-Python-Version: all
 Build-Depends: debhelper (>= 5.0.38)
 Build-Depends-Indep: cdbs (>= 0.4.43), python (>= 2.3.5-11), python-support (>= 0.5.3)
 
 Package: phatch
 Architecture: all
-XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, python-imaging, python-wxgtk2.8 | python-wxgtk2.6, python-wxversion
-Description: photo batch processor
- Phatch is a simple to use cross-platform GUI Photo Batch Processor which
- handles all popular image formats and can duplicate (sub)folder hierarchies.
- Phatch can batch resize, rotate, rename, ... and more in minutes instead of
- hours or days if you do it manually.
+Depends: ${python:Depends}, python-imaging, python-wxgtk2.8 | python-wxgtk2.6, python-wxversion, ${misc:Depends}
+Description: Simple to use cross-platform GUI Photo Batch Processor
+ Phatch handles all popular image formats and can duplicate (sub)folder
+ hierarchies. It can also batch resize, rotate, rename, ... and more in
+ minutes instead of hours or days if you do it manually.
  .
  Phatch will also support a console version in the future to batch photos on
  webservers.

Modified: packages/phatch/trunk/debian/rules
===================================================================
--- packages/phatch/trunk/debian/rules	2007-12-06 01:21:42 UTC (rev 378)
+++ packages/phatch/trunk/debian/rules	2007-12-06 01:44:15 UTC (rev 379)
@@ -5,8 +5,6 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
-DEB_PYTHON_INSTALL_ARGS_ALL = --install-lib=usr/share/phatch
-
 binary-install/phatch::
 	dh_desktop
 	dh_icons




More information about the Python-apps-commits mailing list