[SCM] pd-pmpd packaging branch, master, updated. upstream/0.9-6-g124bbaf

eighthave-guest at users.alioth.debian.org eighthave-guest at users.alioth.debian.org
Mon Aug 23 22:56:59 UTC 2010


The following commit has been merged in the master branch:
commit 77820e1937ab6a70db8d77cee261fc0cfdc4f5fa
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Mon Aug 23 18:49:33 2010 -0400

    remove pmpd.pdf from upstream and build one using unoconv

diff --git a/debian/control b/debian/control
index c33ba84..e0d8c46 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: sound
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Hans-Christoph Steiner <hans at eds.org>
-Build-Depends: debhelper (>= 7.0.50~), puredata
+Build-Depends: debhelper (>= 7.0.50~), puredata, unoconv
 Standards-Version: 3.9.1
 Homepage: http://drpichon.free.fr/pmpd/
 
diff --git a/debian/rules b/debian/rules
index 38e3a89..d320ca4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,10 @@ override_dh_auto_install:
 	make DESTDIR=$(CURDIR)/debian/$(PACKAGE) pkglibdir=$(pkglibdir) install
 # replace license file with link to the Debian license file
 	rm -f -- $(CURDIR)/debian/$(PACKAGE)/$(pkglibdir)/$(LIBRARY_NAME)/LICENSE.txt
+# generate and install the PDF manual from the OpenOffice source
+	rm -f -- $(CURDIR)/debian/$(PACKAGE)/$(pkglibdir)/$(LIBRARY_NAME)/manual/pmpd.pdf
+	unoconv -f pdf --stdout $(CURDIR)/manual/pmpd.sxw > \
+		$(CURDIR)/debian/$(PACKAGE)/$(pkglibdir)/$(LIBRARY_NAME)/manual/pmpd.pdf
 
 override_dh_shlibdeps:
 	dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux \

-- 
pd-pmpd packaging



More information about the pkg-multimedia-commits mailing list