[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 6679d3fd01568cc84fafc318b7b189b2b978bfe5
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jun 25 19:11:35 2012 -0700

    move crunchjpg_tmpl.pdf to /usr/share/libcam-pdf-perl/

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..eb88868
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+usr-share-crunchjpg_tmpl.pdf
diff --git a/debian/patches/usr-share-crunchjpg_tmpl.pdf b/debian/patches/usr-share-crunchjpg_tmpl.pdf
new file mode 100644
index 0000000..26036c0
--- /dev/null
+++ b/debian/patches/usr-share-crunchjpg_tmpl.pdf
@@ -0,0 +1,33 @@
+--- a/bin/crunchjpgs.pl
++++ b/bin/crunchjpgs.pl
+@@ -13,7 +13,7 @@
+ 
+ my %opts = (
+             # Hardcoded:
+-            template   => 'crunchjpg_tmpl.pdf',
++            template   => '/usr/share/libcam-pdf-perl/crunchjpg_tmpl.pdf',
+ 
+             # User settable values:
+             justjpgs   => 0,
+--- a/bin/extractallimages.pl
++++ b/bin/extractallimages.pl
+@@ -11,7 +11,7 @@
+ our $VERSION = '1.58';
+ 
+ my %opts = (
+-            template   => 'crunchjpg_tmpl.pdf',
++            template   => '/usr/share/libcam-pdf-perl/crunchjpg_tmpl.pdf',
+ 
+             verbose    => 0,
+             help       => 0,
+--- a/bin/extractjpgs.pl
++++ b/bin/extractjpgs.pl
+@@ -11,7 +11,7 @@
+ 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