[SCM] pd-iemlib/master: Ship upstream's PDF

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Tue Dec 17 10:45:19 UTC 2013


The following commit has been merged in the master branch:
commit 7daafa850bffdb5056eb36a8ebdc5a22cbddc1e8
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Tue Dec 17 11:35:04 2013 +0100

    Ship upstream's PDF
    
    rather than building it from the DOC using `unoconv`.
    unfortunately, unoconv doesn't work reliably on current
    Debian build infrastructure.
    alternatives, like `wv` produce dismal results.
    
    hopefully the situation will change somewhen in the future.

diff --git a/debian/control.in b/debian/control.in
index 8e3d868..bad6172 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -3,8 +3,7 @@ Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: IOhannes m zmölnig <zmoelnig at iem.at>
 Build-Depends: @cdbs@,
- puredata-dev,
- unoconv
+ puredata-dev
 Standards-Version: 3.9.5
 Section: sound
 Homepage: http://puredata.info/community/projects/software/iemlib
diff --git a/debian/docs b/debian/docs
index de505dd..a7ff788 100644
--- a/debian/docs
+++ b/debian/docs
@@ -3,4 +3,4 @@ INSTALL_lin.txt
 INSTALL_win.txt
 README_lin.txt
 README_win.txt
-debian/Dokumentation_German.pdf
\ No newline at end of file
+Dokumentation_German.pdf
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 3c8a05b..b039e89 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,9 +23,3 @@ include /usr/share/cdbs/1/rules/utils.mk
 
 DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(Dokumentation_German\.(pdf|doc)|iem_mp3\/test1.mp3|iemlib1\/lp[123]\.wav)$
 CFLAGS+=$(CPPFLAGS) -I/usr/include/pd
-
-## re-build the German documentation from (doc) source, and cleanup
-build/pd-iemlib::
-	unoconv -f pdf -o $(CURDIR)/debian/Dokumentation_German.pdf $(CURDIR)/Dokumentation_German.doc
-clean::
-	rm -f $(CURDIR)/debian/Dokumentation_German.pdf
\ No newline at end of file

-- 
pd-iemlib packaging



More information about the pkg-multimedia-commits mailing list