[SCM] rubberband/master: Fix building man pages

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Sep 24 16:53:03 UTC 2012


The following commit has been merged in the master branch:
commit cdf09ecc87a1ee2f243d5fd7a76dcf6096044839
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Sep 24 18:52:08 2012 +0200

    Fix building man pages

diff --git a/debian/rules b/debian/rules
index 54369d4..0579cfc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,7 @@ LDFLAGS += -Wl,-O1 -Wl,--as-needed
 
 %:
 	dh $@
+
+override_dh_auto_build:
+	docbook-to-man debian/rubberband.sgml > debian/rubberband.1
+	dh_auto_build

-- 
rubberband packaging



More information about the pkg-multimedia-commits mailing list