[SCM] libinstpatch/master: Add patch description as per DEP-3.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Mon Nov 1 11:06:31 UTC 2010
The following commit has been merged in the master branch:
commit 9c30b69b0c57902321874e747a61ede3c9c8c08f
Author: Alessio Treglia <alessio at debian.org>
Date: Mon Nov 1 12:04:20 2010 +0100
Add patch description as per DEP-3.
diff --git a/debian/patches/01-ac-python-devel.patch b/debian/patches/01-ac-python-devel.patch
index a1569af..5e5ff74 100644
--- a/debian/patches/01-ac-python-devel.patch
+++ b/debian/patches/01-ac-python-devel.patch
@@ -1,7 +1,15 @@
-diff -Nur -x '*.orig' -x '*~' libinstpatch-1.0.0/configure.ac libinstpatch-1.0.0.new/configure.ac
---- libinstpatch-1.0.0/configure.ac 2010-10-17 13:26:27.000000000 -0700
-+++ libinstpatch-1.0.0.new/configure.ac 2010-10-26 21:28:15.918407501 -0700
-@@ -136,11 +136,6 @@
+Description: Don't rely on python unconditionally.
+ This makes us allowed to avoid the build-dependency on python-dev as
+ we don't want to build the python extension for now.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ configure.ac | 8 +++-----
+ 1 file changed, 3 insertions(+), 5 deletions(-)
+
+--- libinstpatch.orig/configure.ac
++++ libinstpatch/configure.ac
+@@ -136,11 +136,6 @@ PKG_CHECK_MODULES(SNDFILE, sndfile >= 1.
AC_SUBST(SNDFILE_CFLAGS)
AC_SUBST(SNDFILE_LIBS)
@@ -13,7 +21,7 @@ diff -Nur -x '*.orig' -x '*~' libinstpatch-1.0.0/configure.ac libinstpatch-1.0.0
# Try for pygobject first (removes gtk dependency)
PKG_CHECK_MODULES(PYGTK, pygobject-2.0, PYGTK_SUPPORT=1, PYGTK_SUPPORT=0)
-@@ -166,6 +161,9 @@
+@@ -166,6 +161,9 @@ if test "x${enable_python}" = "xyes" -a
fi
AC_SUBST(PYGTK_CODEGEN_DIR)
--
libinstpatch packaging
More information about the pkg-multimedia-commits
mailing list