[Python-modules-commits] r2896 - /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 19:10:26 UTC 2007
Author: azatoth-guest
Date: Sun Jul 29 19:10:26 2007
New Revision: 2896
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2896
Log:
specify 2.5 to AM_PATH_PYTHON
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=2896&op=diff
==============================================================================
--- packages/pythonmagick/trunk/debian/patches/build-system.dpatch (original)
+++ packages/pythonmagick/trunk/debian/patches/build-system.dpatch Sun Jul 29 19:10:26 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:48:22.000000000 +0200
++++ pythonmagick/Makefile.am 2007-07-29 21:08:53.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:48:22.000000000 +0200
++++ pythonmagick/configure.ac 2007-07-29 21:09:19.000000000 +0200
@@ -0,0 +1,42 @@
+# -*- Autoconf -*-
+# Process this file with autoconf to produce a configure script.
@@ -54,7 +54,7 @@
+AC_PROG_LN_S
+AC_PROG_MAKE_SET
+AC_PROG_LIBTOOL
-+AM_PATH_PYTHON
++AM_PATH_PYTHON(2.5)
+
+# Checks for libraries.
+AX_BOOST_BASE
@@ -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:48:22.000000000 +0200
++++ pythonmagick/helpers_src/Makefile.am 2007-07-29 21:08:53.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:48:22.000000000 +0200
++++ pythonmagick/m4/ax_boost_python.m4 2007-07-29 21:08:53.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:48:22.000000000 +0200
++++ pythonmagick/m4/ax_python.m4 2007-07-29 21:08:53.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:48:22.000000000 +0200
++++ pythonmagick/pythonmagick_src/Makefile.am 2007-07-29 21:08:53.000000000 +0200
@@ -0,0 +1,71 @@
+noinst_LTLIBRARIES = libpymagick.la
+
More information about the Python-modules-commits
mailing list