[SCM] isrcsubmit/master: Fix installation of manpages

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Thu May 14 15:55:59 UTC 2015


The following commit has been merged in the master branch:
commit 5a03449865ac1dc7fb239ce1b4ae9ad46d7ed0d1
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Thu May 14 17:06:48 2015 +0200

    Fix installation of manpages
    
    Closes: #773669

diff --git a/debian/patches/manpage.patch b/debian/patches/manpage.patch
new file mode 100644
index 0000000..b290381
--- /dev/null
+++ b/debian/patches/manpage.patch
@@ -0,0 +1,17 @@
+Description: Also install isrcsubmit-config.5
+Bug-Debian: https://bugs.debian.org/773669
+Author: Sebastian Ramacher <sramacher at debian.org>
+Forwarded: https://github.com/JonnyJD/musicbrainz-isrcsubmit/pull/94
+
+diff --git a/setup.py b/setup.py
+index e9692d9..673084f 100755
+--- a/setup.py
++++ b/setup.py
+@@ -42,6 +42,7 @@ def initialize_options(self):
+     import os.path
+     man_pages = [
+         (os.path.join(man_dir, 'man1'), ['build/man/isrcsubmit.1']),
++        (os.path.join(man_dir, 'man5'), ['build/man/isrcsubmit-config.5'])
+     ]
+ else:
+     man_pages = []
diff --git a/debian/patches/series b/debian/patches/series
index b841444..2a61ade 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 libdiscid.patch
+manpage.patch

-- 
isrcsubmit packaging



More information about the pkg-multimedia-commits mailing list