[SCM] Debian packaging of libfile-util-perl branch, master, updated. ec0ad350877a03f69a77ae11117506d292149001

Xavier Guimard x.guimard at free.fr
Fri Dec 7 14:36:43 UTC 2012


The following commit has been merged in the master branch:
commit ec0ad350877a03f69a77ae11117506d292149001
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Fri Dec 7 15:36:27 2012 +0100

    Add override_dh_fixperms to fix Util.pod mode

diff --git a/debian/changelog b/debian/changelog
index cc259ab..240a869 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,4 @@
-libfile-util-perl (3.32-1) UNRELEASED; urgency=low
-
-  TODO:
-  - d/control: libclass-ooorno-perl can probably be removed
-  - d/control: short description (no module name, noun phrase)
-  - lintian:
-    W: libfile-util-perl: executable-not-elf-or-script usr/share/perl5/File/Util.pod
-    --> override_dh_fixperms
+libfile-util-perl (3.32-1) unstable; urgency=low
 
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
@@ -20,8 +13,12 @@ libfile-util-perl (3.32-1) UNRELEASED; urgency=low
   * Use debhelper 8
   * Update debian/copyright (years and format)
   * Add spelling patch
+  * Fix Util.pod mode to 0644
+  * Remove libclass-ooorno-perl from dependencies
+  * Update short description
+  * Add override_dh_fixperms to fix Util.pod mode
 
- -- Xavier Guimard <x.guimard at free.fr>  Fri, 07 Dec 2012 06:06:08 +0100
+ -- Xavier Guimard <x.guimard at free.fr>  Fri, 07 Dec 2012 15:34:43 +0100
 
 libfile-util-perl (3.27-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 2d33f6a..2a94561 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,7 @@
 
 %:
 	dh $@
+
+override_dh_fixperms:
+	dh_fixperms
+	chmod 644 debian/libfile-util-perl/usr/share/perl5/File/Util.p*

-- 
Debian packaging of libfile-util-perl



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