[SCM] jackd2/master: Fix manpage corruption (Closes: #680159, #672881)

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Sat Aug 11 10:48:57 UTC 2012


The following commit has been merged in the master branch:
commit fefe1e4bd59348425527d5c023eacec4df64f7b8
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Sat Aug 11 12:25:17 2012 +0200

    Fix manpage corruption (Closes: #680159, #672881)
    
    dh_installman already installed /usr/share/man1. A subsequent call to
    dh_install then caused corruption of the already installed manpages.
    
    The fix is to modify the wildcard in jackd2.install, so it no longer
    includes /usr/share/man1.

diff --git a/debian/jackd2.install b/debian/jackd2.install
index ca31a3a..ad588c6 100644
--- a/debian/jackd2.install
+++ b/debian/jackd2.install
@@ -1,5 +1,5 @@
 debian/tmp/usr/bin/jack*
-debian/tmp/usr/share/*
+debian/tmp/usr/share/dbus-1/*
 debian/tmp/usr/lib/*/libjackserver.so.*
 debian/tmp/usr/lib/*/jack/netmanager.so
 debian/tmp/usr/lib/*/jack/profiler.so

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list