[SCM] mpd-sima/master: Upstream now guarantees updated manuals.

kaliko-guest at users.alioth.debian.org kaliko-guest at users.alioth.debian.org
Fri Feb 10 18:51:35 UTC 2012


The following commit has been merged in the master branch:
commit bcf3a75ceb4d59edb3ec007fe4289b336cf9878f
Author: Geoffroy Youri Berret <efrim at azylum.org>
Date:   Fri Feb 10 18:15:50 2012 +0100

    Upstream now guarantees updated manuals.
    
    Manuals are not anymore build within the package.
    Git-Dch: Ignore

diff --git a/debian/mpd-sima.manpages b/debian/mpd-sima.manpages
index 335279e..eabd8c9 100644
--- a/debian/mpd-sima.manpages
+++ b/debian/mpd-sima.manpages
@@ -1,3 +1,3 @@
-debian/mpd-sima.1
-debian/simadb_cli.1
-debian/mpd-sima.cfg.1
+data/mpd-sima.1
+data/simadb_cli.1
+data/mpd-sima.cfg.1
diff --git a/debian/rules b/debian/rules
index ae1f921..432628c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,29 +1,12 @@
 #!/usr/bin/make -f
 #
 
-DB2MAN = /usr/share/xml/docbook/stylesheet/docbook-xsl-ns/manpages/docbook.xsl
-XP     = xsltproc --nonet --param make.year.ranges 1 --param make.single.year.ranges 1 --param man.charmap.use.subset 0 -o debian/
-
-mpd-sima.1:
-	$(XP) $(DB2MAN) data/mpd_sima.1.xml
-
-simadb_cli.1:
-	$(XP) $(DB2MAN) data/simadb_cli.1.xml
-
-mpd-sima.cfg.1:
-	$(XP) $(DB2MAN) data/mpd_sima.cfg.1.xml
-
 %:
 	dh $@ --with bash_completion,python2
 
 override_dh_installchangelogs:
 	dh_installchangelogs doc/Changelog
 
-# Upstream does not guarantee to provide or to build latest versions of
-# manuals. We build them here to make sure to have proper manuals.
-override_dh_installman: mpd-sima.1 simadb_cli.1 mpd-sima.cfg.1
-	dh_installman
-
 # Previous version of MPD_sima (< 0.7) did not have any installation script.
 # With 0.7 appears a Makefile but I kept using dh to install the source.
 # This is why debian/rules overrides upstream Makefile calls (clean, install

-- 
mpd-sima packaging



More information about the pkg-multimedia-commits mailing list