[SCM] Debian packaging for latexdiff branch, master, updated. c8786b68ae8796cd28eb15c15d424dd4c32dff2c

David Bremner bremner at unb.ca
Wed Aug 12 12:02:06 UTC 2009


The following commit has been merged in the master branch:
commit 9df0d2f4172018c66f454bc33743bb368341f62c
Author: David Bremner <bremner at unb.ca>
Date:   Wed Aug 12 08:18:18 2009 -0300

    rebuild man pages from pod at build time

diff --git a/debian/clean b/debian/clean
index 33a89ac..166df5a 100644
--- a/debian/clean
+++ b/debian/clean
@@ -11,3 +11,6 @@ latexdiff.aux
 latexdiff.tex
 latexrevise.aux
 latexrevise.tex
+latexdiff.1
+latexdiff-vc.1
+latexrevise.1
diff --git a/debian/rules b/debian/rules
index 59616d1..232b75f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,12 @@
 #!/usr/bin/make -f
 
+%.1: %
+	pod2man $< $@
 %: 
 	dh $@
 
+
+override_dh_auto_build: latexdiff.1  latexdiff-vc.1  latexrevise.1
+
 override_dh_auto_install: 
 	make install-latexdiff-fast install-latexrevise install-latexdiff-vc INSTALLPATH=$(CURDIR)/debian/latexdiff/usr

-- 
Debian packaging for latexdiff



More information about the Pkg-perl-cvs-commits mailing list