[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 c3723e45163606b823d79e9fb7127a5227c12fdd
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jun 25 18:57:31 2012 -0700

    patching properly with quilt instead

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

-- 
Packaging of CAM::PDF in Debian



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