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

Ivan Kohler ivan at freeside.biz
Tue Jun 26 02:12:08 UTC 2012


The following commit has been merged in the master branch:
commit 82c386b1c49e1482dec2fa40cb3390fa217074dc
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jun 25 18:54:42 2012 -0700

    handle binaries per deb policy: remove .pl extensions, csh deps for asciify, move crunchjpg_tmpl.pdf to /usr/share/libcam-pdf-perl/

diff --git a/bin/crunchjpgs.pl b/bin/crunchjpgs.pl
index 0763392..3546d88 100755
--- a/bin/crunchjpgs.pl
+++ b/bin/crunchjpgs.pl
@@ -13,7 +13,7 @@ our $VERSION = '1.58';
 
 my %opts = (
             # Hardcoded:
-            template   => 'crunchjpg_tmpl.pdf',
+            template   => '/usr/share/libcam-pdf-perl/crunchjpg_tmpl.pdf',
 
             # User settable values:
             justjpgs   => 0,
diff --git a/bin/extractallimages.pl b/bin/extractallimages.pl
index 4bcb5a9..20bc7be 100755
--- a/bin/extractallimages.pl
+++ b/bin/extractallimages.pl
@@ -11,7 +11,7 @@ use Pod::Usage;
 our $VERSION = '1.58';
 
 my %opts = (
-            template   => 'crunchjpg_tmpl.pdf',
+            template   => '/usr/share/libcam-pdf-perl/crunchjpg_tmpl.pdf',
 
             verbose    => 0,
             help       => 0,
diff --git a/bin/extractjpgs.pl b/bin/extractjpgs.pl
index 843908d..bff2388 100755
--- a/bin/extractjpgs.pl
+++ b/bin/extractjpgs.pl
@@ -11,7 +11,7 @@ use Pod::Usage;
 our $VERSION = '1.58';
 
 my %opts = (
-            template   => 'crunchjpg_tmpl.pdf',
+            template   => '/usr/share/libcam-pdf-perl/crunchjpg_tmpl.pdf',
 
             verbose    => 0,
             help       => 0,

-- 
Packaging of CAM::PDF in Debian



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