[SCM] Debian packaging of libimage-size-perl branch, master, updated. debian/3.232-1-3-gd7da7b6

gregor herrmann gregoa at debian.org
Tue Jul 24 18:07:57 UTC 2012


The following commit has been merged in the master branch:
commit cc62dadadb8b2ce673c60cdb5444a2798c067749
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jul 24 20:06:48 2012 +0200

    Add patch to fix the hashbang in the imgsize script.
    
    Thanks: Moritz Lenz for the bug report.
    Closes: #681925

diff --git a/debian/patches/hashbang.patch b/debian/patches/hashbang.patch
new file mode 100644
index 0000000..0fae19b
--- /dev/null
+++ b/debian/patches/hashbang.patch
@@ -0,0 +1,15 @@
+Description: update hashbang to use the system perl
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/681925
+Forwarded: not needed
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-07-24
+
+--- a/imgsize
++++ b/imgsize
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!/usr/bin/perl
+ 
+ ###############################################################################
+ #
diff --git a/debian/patches/series b/debian/patches/series
index 5531d6a..069fd06 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 imgsize-exit-code.patch
 fix-pod-spelling.patch
+hashbang.patch

-- 
Debian packaging of libimage-size-perl



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