[Python-modules-commits] r2899 - /packages/pythonmagick/trunk/debian/patches/build-system.dpatch

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


Author: azatoth-guest
Date: Sun Jul 29 21:41:09 2007
New Revision: 2899

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2899
Log:
fully functional now

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

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=2899&op=diff
==============================================================================
--- packages/pythonmagick/trunk/debian/patches/build-system.dpatch (original)
+++ packages/pythonmagick/trunk/debian/patches/build-system.dpatch Sun Jul 29 21:41:09 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 23:01:24.000000000 +0200
++++ pythonmagick/Makefile.am	2007-07-29 23:27:10.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 23:00:52.000000000 +0200
++++ pythonmagick/configure.ac	2007-07-29 23:27:10.000000000 +0200
 @@ -0,0 +1,44 @@
 +#                                               -*- Autoconf -*-
 +# Process this file with autoconf to produce a configure script.
@@ -83,7 +83,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 23:00:52.000000000 +0200
++++ pythonmagick/helpers_src/Makefile.am	2007-07-29 23:27:10.000000000 +0200
 @@ -0,0 +1,4 @@
 +noinst_LTLIBRARIES = libhelper.la
 +
@@ -91,7 +91,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 23:00:52.000000000 +0200
++++ pythonmagick/m4/ax_boost_python.m4	2007-07-29 23:27:10.000000000 +0200
 @@ -0,0 +1,111 @@
 +##### http://autoconf-archive.cryp.to/ax_boost_python.html
 +#
@@ -206,7 +206,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 23:00:52.000000000 +0200
++++ pythonmagick/m4/ax_python.m4	2007-07-29 23:27:10.000000000 +0200
 @@ -0,0 +1,101 @@
 +##### http://autoconf-archive.cryp.to/ax_python.html
 +#
@@ -311,11 +311,24 @@
 +])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 23:00:52.000000000 +0200
-@@ -0,0 +1,71 @@
++++ pythonmagick/pythonmagick_src/Makefile.am	2007-07-29 23:34:00.000000000 +0200
+@@ -0,0 +1,84 @@
 +noinst_LTLIBRARIES = libpymagick.la
 +
-+libpymagick_la_SOURCES = _PathLinetoAbs.cpp \
++libpymagick_la_SOURCES = _DrawableFillRule.cpp \
++						 _PathMovetoAbs.cpp \
++						 _DrawableText.cpp \
++						 _Blob.cpp \
++						 _DrawableRotation.cpp \
++						 _DrawableCompositeImage.cpp \
++						 _PathSmoothCurvetoAbs.cpp \
++						 _PathLinetoVerticalAbs.cpp \
++						 _DrawableCircle.cpp \
++						 _DrawablePoint.cpp \
++						 _PathArcRel.cpp \
++						 _DrawableClipPath.cpp \
++						 _DrawableArc.cpp \
++						 _PathLinetoAbs.cpp \
 +						 _DrawablePushPattern.cpp \
 +						 _Image.cpp \
 +						 _DrawableTextDecoration.cpp \
@@ -381,6 +394,6 @@
 +						 _DrawableMiterLimit.cpp \
 +						 _PathClosePath.cpp \
 +						 _PathSmoothCurvetoRel.cpp \
-+						 _PathLinetoHorizontalRel.cpp
++						 _PathLinetoHorizontalRel.cpp 
 +
 +libpymagick_la_CXXFLAGS = -I$(PYTHON_INCLUDE_DIR) $(BOOST_CPPFLAGS) $(MAGICKPP_CFLAGS)




More information about the Python-modules-commits mailing list