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

azatoth-guest at users.alioth.debian.org azatoth-guest at users.alioth.debian.org
Sat Jul 28 15:34:25 UTC 2007


Author: azatoth-guest
Date: Sat Jul 28 15:34:24 2007
New Revision: 2883

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2883
Log:
python-support

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

Modified: packages/pythonmagick/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pythonmagick/trunk/debian/control?rev=2883&op=diff
==============================================================================
--- packages/pythonmagick/trunk/debian/control (original)
+++ packages/pythonmagick/trunk/debian/control Sat Jul 28 15:34:24 2007
@@ -2,10 +2,10 @@
 Section: python
 Priority: extra
 Maintainer: Carl Fürstenberg <azatoth at gmail.com>
-Build-Depends: cdbs, debhelper (>= 5), libmagick++9-dev, autoconf (>=2.61), automake(>= 1.10), libtool (>= 1.5), libboost-python-dev, libmagick++9-dev
+Build-Depends: cdbs, debhelper (>= 5), libmagick++9-dev, autoconf (>=2.61), automake(>= 1.10), libtool (>= 1.5), libboost-python-dev, dpatch, python-support
 Standards-Version: 3.7.2
 
-Package: pythonmagick
+Package: python-magick
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends} libmagick++9, libboost-python1.34.0
 Description: 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=2883&op=diff
==============================================================================
--- packages/pythonmagick/trunk/debian/patches/build-system.dpatch (original)
+++ packages/pythonmagick/trunk/debian/patches/build-system.dpatch Sat Jul 28 15:34:24 2007
@@ -5,9 +5,9 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad pythonmagick-0.6~/Makefile.am pythonmagick-0.6/Makefile.am
---- pythonmagick-0.6~/Makefile.am	1970-01-01 01:00:00.000000000 +0100
-+++ pythonmagick-0.6/Makefile.am	2007-07-26 21:46:12.000000000 +0200
+diff -urNad pythonmagick~/Makefile.am pythonmagick/Makefile.am
+--- pythonmagick~/Makefile.am	1970-01-01 01:00:00.000000000 +0100
++++ pythonmagick/Makefile.am	2007-07-28 17:34:00.000000000 +0200
 @@ -0,0 +1,24 @@
 +# Library built from two directories
 +SUBDIRS = pythonmagick_src helpers_src
@@ -33,9 +33,9 @@
 +# And the libraries to include
 +libpython_imagemagick_la_LIBADD = pythonmagick_src/libpymagick.la \
 +								  helpers_src/libhelper.la
-diff -urNad pythonmagick-0.6~/configure.ac pythonmagick-0.6/configure.ac
---- pythonmagick-0.6~/configure.ac	1970-01-01 01:00:00.000000000 +0100
-+++ pythonmagick-0.6/configure.ac	2007-07-26 21:46:06.000000000 +0200
+diff -urNad pythonmagick~/configure.ac pythonmagick/configure.ac
+--- pythonmagick~/configure.ac	1970-01-01 01:00:00.000000000 +0100
++++ pythonmagick/configure.ac	2007-07-28 17:34:00.000000000 +0200
 @@ -0,0 +1,42 @@
 +#                                               -*- Autoconf -*-
 +# Process this file with autoconf to produce a configure script.
@@ -79,18 +79,18 @@
 +                 helpers_src/Makefile
 +                 pythonmagick_src/Makefile])
 +AC_OUTPUT
-diff -urNad pythonmagick-0.6~/helpers_src/Makefile.am pythonmagick-0.6/helpers_src/Makefile.am
---- pythonmagick-0.6~/helpers_src/Makefile.am	1970-01-01 01:00:00.000000000 +0100
-+++ pythonmagick-0.6/helpers_src/Makefile.am	2007-07-26 21:46:33.000000000 +0200
+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-28 17:34:00.000000000 +0200
 @@ -0,0 +1,5 @@
 +noinst_LTLIBRARIES = libhelper.la
 +
 +libhelper_la_SOURCES = Blob.cpp
 +libhelper_la_LIBS = $(MAGICKPP_LIBS)
 +libhelper_la_CXXFLAGS = $(MAGICKPP_CFLAGS)
-diff -urNad pythonmagick-0.6~/pythonmagick_src/Makefile.am pythonmagick-0.6/pythonmagick_src/Makefile.am
---- pythonmagick-0.6~/pythonmagick_src/Makefile.am	1970-01-01 01:00:00.000000000 +0100
-+++ pythonmagick-0.6/pythonmagick_src/Makefile.am	2007-07-26 21:46:20.000000000 +0200
+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-28 17:34:00.000000000 +0200
 @@ -0,0 +1,73 @@
 +noinst_LTLIBRARIES = libpymagick.la
 +

Modified: packages/pythonmagick/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pythonmagick/trunk/debian/rules?rev=2883&op=diff
==============================================================================
--- packages/pythonmagick/trunk/debian/rules (original)
+++ packages/pythonmagick/trunk/debian/rules Sat Jul 28 15:34:24 2007
@@ -8,3 +8,6 @@
 DEB_ACLOCAL_PARAMS += -I /usr/share/autoconf-archive
 
 # Add here any variable or target overrides you need.
+
+binary-install/python-magick::
+	dh_pysupport -ppython-magick




More information about the Python-modules-commits mailing list