[Python-modules-commits] r2900 - in /packages/pythonmagick/trunk/debian: README.Debian control rules

azatoth-guest at users.alioth.debian.org azatoth-guest at users.alioth.debian.org
Sun Jul 29 21:57:47 UTC 2007


Author: azatoth-guest
Date: Sun Jul 29 21:57:47 2007
New Revision: 2900

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2900
Log:
fix lintian and linda warnings

Modified:
    packages/pythonmagick/trunk/debian/README.Debian
    packages/pythonmagick/trunk/debian/control
    packages/pythonmagick/trunk/debian/rules

Modified: packages/pythonmagick/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/python-modules/packages/pythonmagick/trunk/debian/README.Debian?rev=2900&op=diff
==============================================================================
--- packages/pythonmagick/trunk/debian/README.Debian (original)
+++ packages/pythonmagick/trunk/debian/README.Debian Sun Jul 29 21:57:47 2007
@@ -3,4 +3,6 @@
 
 As the upstream buildsystem was based on a pretty architecture dependent scons script, I decided to write a autotools script.
 
+As boost-python depends on python2.5, this package will also depend on that, this means, that for the moment, it wont be possible to use with wxPython, as that cannot work with python 2.5.
+
  -- Carl Fürstenberg <azatoth at gmail.com>  Thu, 26 Jul 2007 21:43:09 +0200

Modified: packages/pythonmagick/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pythonmagick/trunk/debian/control?rev=2900&op=diff
==============================================================================
--- packages/pythonmagick/trunk/debian/control (original)
+++ packages/pythonmagick/trunk/debian/control Sun Jul 29 21:57:47 2007
@@ -7,6 +7,7 @@
 
 Package: python-pythonmagick
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libmagick++9c2a, libboost-python1.34.0
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Description: an object-oriented Python interface to ImageMagick
- PythonMagick an object-oriented Python interface to ImageMagick
+ PythonMagick an interface to ImageMagick to give all the functionallity
+ of ImageMagick++ into python.

Modified: packages/pythonmagick/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pythonmagick/trunk/debian/rules?rev=2900&op=diff
==============================================================================
--- packages/pythonmagick/trunk/debian/rules (original)
+++ packages/pythonmagick/trunk/debian/rules Sun Jul 29 21:57:47 2007
@@ -11,5 +11,5 @@
 DEB_ACLOCAL_PARAMS += -I /usr/share/autoconf-archive
 
 
-binary-install/python-magick::
+binary-install/python-pythonmagick::
 	dh_pysupport -ppython-pythonmagick




More information about the Python-modules-commits mailing list