[SCM] pd-pmpd/master: Use the upstream provided pdf file

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Fri Nov 5 22:30:29 UTC 2010


The following commit has been merged in the master branch:
commit 96c33abd2c14eaa1344cd46946c5d26bad4dc3a8
Author: Felipe Sateler <fsateler at debian.org>
Date:   Fri Nov 5 19:16:25 2010 -0300

    Use the upstream provided pdf file
    
    Unoconv is unreliable for use on buildds, due to OpenOffice
    apparently needing a desktop environment running.

diff --git a/debian/control b/debian/control
index 6bb99c9..a40a38a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 Uploaders: Hans-Christoph Steiner <hans at eds.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~),
-               puredata,
-               unoconv
+               puredata
 Standards-Version: 3.9.1
 Homepage: http://drpichon.free.fr/pmpd/
 Vcs-Git: git://git.debian.org/pkg-multimedia/pd-pmpd.git
diff --git a/debian/rules b/debian/rules
index 2560492..1ae1616 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,18 +7,6 @@ pkglibdir = /usr/lib/pd/extra
 %:
 	dh $@ --buildsystem=makefile
 
-override_dh_auto_clean:
-	dh_auto_clean --buildsystem=makefile
-	[ ! -f $(CURDIR)/manual/pmpd.pdf.old ] || \
-		mv $(CURDIR)/manual/pmpd.pdf.old $(CURDIR)/manual/pmpd.pdf
-
-override_dh_auto_build:
-	dh_auto_build --buildsystem=makefile
-	[ -f $(CURDIR)/manual/pmpd.pdf.old ] || \
-		mv $(CURDIR)/manual/pmpd.pdf $(CURDIR)/manual/pmpd.pdf.old
-	unoconv -f pdf $(CURDIR)/manual/pmpd.sxw
-
-
 override_dh_auto_install:
 	dh_auto_install -- prefix=/usr pkglibdir=$(pkglibdir)
 # replace license file with link to the Debian license file

-- 
pd-pmpd packaging



More information about the pkg-multimedia-commits mailing list