[SCM] Debian packaging for jack-audio-connection-kit branch, master, updated. debian/0.116.2+svn3592-2-11-ge67268d
adiknoth-guest at users.alioth.debian.org
adiknoth-guest at users.alioth.debian.org
Sun Aug 23 17:20:58 UTC 2009
The following commit has been merged in the master branch:
commit f58c8e9e2566bb83ff50b75f0cefdb8bc4a5ed91
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date: Sun Aug 23 18:49:01 2009 +0200
Fix FTBFS caused by double-installing the manpages (Closes: #543077)
Upstream source has two manpage targets, one is target is for normal
manpages, the other one is for "make dist", but the lists are the same.
As a consequence, /usr/bin/install is called with an argument list
containing every manpage, twice. Like this:
/usr/bin/install alsa_in.1 alsa_out.1 ... alsa_in.1 alsa_out.1 ...
I simply remove the additional dist manapges from Makefile.am, as we're
not going to call "make dist" for the debian package.
To me, this looks like a quick and dirty fix. If you have a better
approach, I'd like to hear from you. ;)
diff --git a/debian/patches/15_double_manpage.patch b/debian/patches/15_double_manpage.patch
new file mode 100644
index 0000000..44988a0
--- /dev/null
+++ b/debian/patches/15_double_manpage.patch
@@ -0,0 +1,10 @@
+diff --git a/man/Makefile.am b/man/Makefile.am
+index 8d36562..b8de403 100644
+--- a/man/Makefile.am
++++ b/man/Makefile.am
+@@ -10,5 +10,3 @@ clean-local:
+ man1_MANS = $(manpages)
+
+ BUILT_SOURCES = $(manpages)
+-
+-dist_man_MANS = $(manpages)
--
Debian packaging for jack-audio-connection-kit
More information about the pkg-multimedia-commits
mailing list