[SCM] idjc/master: Cherry-pick patch from upstream SCM to fix FTBFS.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Mar 22 18:40:44 UTC 2012


The following commit has been merged in the master branch:
commit 6e2571f20eb01df66f75f665bb7d7f7aa0252fbc
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Mar 22 19:27:28 2012 +0100

    Cherry-pick patch from upstream SCM to fix FTBFS.
    
    Closes: #661605
    LP: #935507

diff --git a/debian/patches/0001-am_py_compile.patch b/debian/patches/0001-am_py_compile.patch
new file mode 100644
index 0000000..8f668c2
--- /dev/null
+++ b/debian/patches/0001-am_py_compile.patch
@@ -0,0 +1,23 @@
+Description: Fix FTBFS due (maybe) to an automake bug.
+From: http://idjc.git.sf.net/git/gitweb.cgi?p=idjc/idjc;a=commitdiff;h=7cbcd0f
+---
+ python/Makefile.am |    6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+--- idjc.orig/python/Makefile.am
++++ idjc/python/Makefile.am
+@@ -1,10 +1,12 @@
+ SUBDIRS = prelims
+ 
++am__py_compile = $(top_srcdir)/py-compile
++
+ pkgpython_PYTHON=utils.py maingui.py midicontrols.py freefunctions.py jingles.py playergui.py preferences.py mutagentagger.py sourceclientgui.py dialogs.py popupwindow.py tooltips.py licence_window.py p3db.py gtkstuff.py irc.py
+ 
+-nodist_pkgpython_PYTHON=__init__.py
++nodist_pkgpython_PYTHON= __init__.py
+ 
+-dist_noinst_PYTHON=__init__.py.in.in
++dist_noinst_PYTHON= __init__.py.in.in
+ 
+ all: __init__.py
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c68209e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-am_py_compile.patch

-- 
idjc packaging



More information about the pkg-multimedia-commits mailing list