[SCM] Packaging of CAM::PDF in Debian branch, master, updated. f5e8d9ad92703ecab09e8db30af5d16f8c46f810

Ivan Kohler ivan at freeside.biz
Tue Jun 26 03:53:47 UTC 2012


The following commit has been merged in the master branch:
commit 0c96b650d4d3950669848163154142f394628f3d
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jun 25 19:46:20 2012 -0700

    trying to get the files in /usr/bin renamed without the .pl

diff --git a/debian/libcam-pdf-perl.files b/debian/libcam-pdf-perl.files
deleted file mode 100644
index 92c6295..0000000
--- a/debian/libcam-pdf-perl.files
+++ /dev/null
@@ -1,43 +0,0 @@
-usr/share/perl5/CAM/PDF.pm
-usr/share/perl5/CAM/PDF/PageText.pm
-usr/share/perl5/CAM/PDF/Node.pm
-usr/share/perl5/CAM/PDF/Renderer
-usr/share/perl5/CAM/PDF/Renderer/Dump.pm
-usr/share/perl5/CAM/PDF/Renderer/TextFB.pm
-usr/share/perl5/CAM/PDF/Renderer/Text.pm
-usr/share/perl5/CAM/PDF/Renderer/Images.pm
-usr/share/perl5/CAM/PDF/Content.pm
-usr/share/perl5/CAM/PDF/Decrypt.pm
-usr/share/perl5/CAM/PDF/GS/NoText.pm
-usr/share/perl5/CAM/PDF/GS.pm
-
-usr/bin
-usr/bin/setpdfpage.pl /usr/bin/setpdfpage
-usr/bin/setpdfbackground.pl /usr/bin/setpdfbackground
-usr/bin/listimages.pl /usr/bin/listimages
-usr/bin/asciify
-usr/bin/listfonts.pl /usr/bin/listfonts
-usr/bin/changepagestring.pl /usr/bin/changepagestring
-usr/bin/getpdfpage.pl /usr/bin/getpdfpage
-usr/bin/getpdfpageobject.pl /usr/bin/getpdfpageobject
-usr/bin/extractallimages.pl /usr/bin/extractallimages
-usr/bin/getpdftext.pl /usr/bin/getpdftext
-usr/bin/extractjpgs.pl /usr/bin/extractjpgs
-usr/bin/revertpdf.pl /usr/bin/revertpdf
-usr/bin/getpdffontobject.pl /usr/bin/getpdffontobject
-usr/bin/rewritepdf.pl /usr/bin/rewritepdf
-usr/bin/crunchjpgs.pl /usr/bin/crunchjpgs
-usr/bin/changerefkeys.pl /usr/bin/changerefkeys
-usr/bin/readpdf.pl /usr/bin/readpdf
-usr/bin/renderpdf.pl /usr/bin/renderpdf
-usr/bin/appendpdf.pl /usr/bin/appendpdf
-usr/bin/deillustrate.pl /usr/bin/deillustrate
-usr/bin/crunchjpg_tmpl.pdf /usr/share/libcam-pdf-perl/crunchjpg_tmpl.pdf
-usr/bin/uninlinepdfimages.pl /usr/bin/uninlinepdfimages
-usr/bin/pdfinfo.pl /usr/bin/pdfinfo.cam-pdf
-usr/bin/deletepdfpage.pl /usr/bin/deletepdfpage
-usr/bin/changepdfstring.pl /usr/bin/changepdfstring
-usr/bin/fillpdffields.pl /usr/bin/fillpdffields
-usr/bin/listpdffields.pl /usr/bin/listpdffields
-usr/bin/stamppdf.pl /usr/bin/stamppdf
-usr/bin/replacepdfobj.pl /usr/bin/replacepdfobj
diff --git a/debian/rules b/debian/rules
index 2d33f6a..d38da85 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,9 @@
 
 %:
 	dh $@
+
+build:
+	cd libcam-pdf-perl/usr/bin/
+	for a in setpdfpage setpdfbackground listimages listfonts changepagestring getpdfpage getpdfpageobject extractallimages getpdftext extractjpgs revertpdf getpdffontobject rewritepdf crunchpgs changerefkeys readpdf renderpdf appendpdf deillustrate uninlinepdfimages deletepdfpage changepdfstring fillpdffields listpdffields stamppdf replacepdfobj; do mv $a.pl $a; done
+	mv pdfinfo.pl pdfinfo.cam-pdf
+	mv crunchjpg_tmpl.pdf ../share/libcam-pdf-perl/

-- 
Packaging of CAM::PDF in Debian



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