[Python-modules-commits] r2893 - in /packages/pythonmagick/trunk/debian: control patches/build-system.dpatch pyversions

azatoth-guest at users.alioth.debian.org azatoth-guest at users.alioth.debian.org
Sun Jul 29 18:08:38 UTC 2007


Author: azatoth-guest
Date: Sun Jul 29 18:08:37 2007
New Revision: 2893

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2893
Log:
must be used with python 2.5 (or higher)

Added:
    packages/pythonmagick/trunk/debian/pyversions
Modified:
    packages/pythonmagick/trunk/debian/control
    packages/pythonmagick/trunk/debian/patches/build-system.dpatch

Modified: packages/pythonmagick/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pythonmagick/trunk/debian/control?rev=2893&op=diff
==============================================================================
--- packages/pythonmagick/trunk/debian/control (original)
+++ packages/pythonmagick/trunk/debian/control Sun Jul 29 18:08:37 2007
@@ -7,6 +7,6 @@
 
 Package: python-magick
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends} libmagick++9c2a, libboost-python1.34.0
+Depends: ${shlibs:Depends}, ${misc:Depends} ${python:Depends} libmagick++9c2a, libboost-python1.34.0
 Description: an object-oriented Python interface to ImageMagick
  PythonMagick an object-oriented Python interface to ImageMagick

Modified: packages/pythonmagick/trunk/debian/patches/build-system.dpatch
URL: http://svn.debian.org/wsvn/python-modules/packages/pythonmagick/trunk/debian/patches/build-system.dpatch?rev=2893&op=diff
==============================================================================
--- packages/pythonmagick/trunk/debian/patches/build-system.dpatch (original)
+++ packages/pythonmagick/trunk/debian/patches/build-system.dpatch Sun Jul 29 18:08:37 2007
@@ -7,7 +7,7 @@
 @DPATCH@
 diff -urNad pythonmagick~/Makefile.am pythonmagick/Makefile.am
 --- pythonmagick~/Makefile.am	1970-01-01 01:00:00.000000000 +0100
-+++ pythonmagick/Makefile.am	2007-07-29 19:41:05.000000000 +0200
++++ pythonmagick/Makefile.am	2007-07-29 19:48:22.000000000 +0200
 @@ -0,0 +1,24 @@
 +# Library built from two directories
 +SUBDIRS = pythonmagick_src helpers_src
@@ -35,7 +35,7 @@
 +								  helpers_src/libhelper.la
 diff -urNad pythonmagick~/configure.ac pythonmagick/configure.ac
 --- pythonmagick~/configure.ac	1970-01-01 01:00:00.000000000 +0100
-+++ pythonmagick/configure.ac	2007-07-29 19:41:05.000000000 +0200
++++ pythonmagick/configure.ac	2007-07-29 19:48:22.000000000 +0200
 @@ -0,0 +1,42 @@
 +#                                               -*- Autoconf -*-
 +# Process this file with autoconf to produce a configure script.
@@ -81,7 +81,7 @@
 +AC_OUTPUT
 diff -urNad pythonmagick~/helpers_src/Makefile.am pythonmagick/helpers_src/Makefile.am
 --- pythonmagick~/helpers_src/Makefile.am	1970-01-01 01:00:00.000000000 +0100
-+++ pythonmagick/helpers_src/Makefile.am	2007-07-29 19:41:05.000000000 +0200
++++ pythonmagick/helpers_src/Makefile.am	2007-07-29 19:48:22.000000000 +0200
 @@ -0,0 +1,5 @@
 +noinst_LTLIBRARIES = libhelper.la
 +
@@ -90,7 +90,7 @@
 +libhelper_la_CXXFLAGS = $(MAGICKPP_CFLAGS)
 diff -urNad pythonmagick~/m4/ax_boost_python.m4 pythonmagick/m4/ax_boost_python.m4
 --- pythonmagick~/m4/ax_boost_python.m4	1970-01-01 01:00:00.000000000 +0100
-+++ pythonmagick/m4/ax_boost_python.m4	2007-07-29 19:42:46.000000000 +0200
++++ pythonmagick/m4/ax_boost_python.m4	2007-07-29 19:48:22.000000000 +0200
 @@ -0,0 +1,111 @@
 +##### http://autoconf-archive.cryp.to/ax_boost_python.html
 +#
@@ -205,7 +205,7 @@
 +])
 diff -urNad pythonmagick~/m4/ax_python.m4 pythonmagick/m4/ax_python.m4
 --- pythonmagick~/m4/ax_python.m4	1970-01-01 01:00:00.000000000 +0100
-+++ pythonmagick/m4/ax_python.m4	2007-07-29 19:41:05.000000000 +0200
++++ pythonmagick/m4/ax_python.m4	2007-07-29 19:48:22.000000000 +0200
 @@ -0,0 +1,101 @@
 +##### http://autoconf-archive.cryp.to/ax_python.html
 +#
@@ -310,7 +310,7 @@
 +])dnl
 diff -urNad pythonmagick~/pythonmagick_src/Makefile.am pythonmagick/pythonmagick_src/Makefile.am
 --- pythonmagick~/pythonmagick_src/Makefile.am	1970-01-01 01:00:00.000000000 +0100
-+++ pythonmagick/pythonmagick_src/Makefile.am	2007-07-29 19:41:05.000000000 +0200
++++ pythonmagick/pythonmagick_src/Makefile.am	2007-07-29 19:48:22.000000000 +0200
 @@ -0,0 +1,71 @@
 +noinst_LTLIBRARIES = libpymagick.la
 +

Added: packages/pythonmagick/trunk/debian/pyversions
URL: http://svn.debian.org/wsvn/python-modules/packages/pythonmagick/trunk/debian/pyversions?rev=2893&op=file
==============================================================================
--- packages/pythonmagick/trunk/debian/pyversions (added)
+++ packages/pythonmagick/trunk/debian/pyversions Sun Jul 29 18:08:37 2007
@@ -1,0 +1,1 @@
+2.5-




More information about the Python-modules-commits mailing list