[SCM] hydrogen packaging branch, master, updated. c1ebe0bf09c1ecd0fb25fd8c5c9fb901551f74d4

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Feb 14 03:45:36 UTC 2010


The following commit has been merged in the master branch:
commit cf35ec956cbeebceb919180f59e40b1c0241ac88
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Feb 14 03:41:37 2010 +0100

    Build-depend on recent help2man. Generate man page (no longer shipo3d upstream) from main binary.

diff --git a/debian/control.in b/debian/control.in
index 0a60066..4b763f0 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -2,7 +2,7 @@ Source: hydrogen
 Section: sound
 Priority: optional
 Maintainer: Debian QA Group <packages at qa.debian.org>
-Build-Depends: docbook-utils, @cdbs@, libqt4-dev, libz-dev, pkg-config, libaudiofile-dev, libjack-dev, liblrdf-dev, libsndfile1-dev, libflac++-dev, libflac-dev (>= 1.1.1-3), libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libarchive-dev, libportmidi-dev, liblash-dev, rsvg
+Build-Depends: docbook-utils, @cdbs@, libqt4-dev, libz-dev, pkg-config, libaudiofile-dev, libjack-dev, liblrdf-dev, libsndfile1-dev, libflac++-dev, libflac-dev (>= 1.1.1-3), libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libarchive-dev, libportmidi-dev, liblash-dev, rsvg, help2man (>= 0.28)
 Standards-Version: 3.8.3
 Homepage: http://www.hydrogen-music.org/
 
diff --git a/debian/manpages b/debian/manpages
index 07b0348..6f5ad3c 100644
--- a/debian/manpages
+++ b/debian/manpages
@@ -1 +1 @@
-debian/hydrogen/usr/share/hydrogen/data/doc/man/C/hydrogen.1
+hydrogen.1
diff --git a/debian/rules b/debian/rules
index d8afd32..2d0f139 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,12 @@ common-build-arch::
 clean::
 	rm -f $(imgstub).xpm
 
+# Generate man page from main binary
+common-post-build-arch::
+	help2man --name="advanced pattern-based drum machine" --no-info hydrogen -o hydrogen.1
+clean::
+	rm -f hydrogen.1
+
 clean::
 	rm -f qt4.pyc version.cpp config.h scache.conf
 	rm -rf scons_cache

-- 
hydrogen packaging



More information about the pkg-multimedia-commits mailing list