[libdata-password-perl] 06/07: Refresh usr-dict.patch

Florian Schlichting fsfs at moszumanska.debian.org
Thu May 1 21:06:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository libdata-password-perl.

commit 8f49cc63565fe07bd03a7aa99f556251db9439be
Author: Florian Schlichting <fsfs at debian.org>
Date:   Thu May 1 23:04:16 2014 +0200

    Refresh usr-dict.patch
---
 debian/patches/usr-dict.patch | 26 +++++---------------------
 1 file changed, 5 insertions(+), 21 deletions(-)

diff --git a/debian/patches/usr-dict.patch b/debian/patches/usr-dict.patch
index 5ccc1fc..a0053de 100644
--- a/debian/patches/usr-dict.patch
+++ b/debian/patches/usr-dict.patch
@@ -1,14 +1,14 @@
 Description: Use FHS compliant paths in Debian package
 Author: Michael Shuler <michael at pbandjelly.org>
 Forwarded: not-needed (debian-specific)
-Last-Update: 2013-09-16
+Last-Update: 2014-05-01
 
 --- a/Password.pm
 +++ b/Password.pm
-@@ -25,7 +25,9 @@ $GROUPS = 2;
- 
- $MINLEN = 6;
+@@ -27,7 +27,9 @@
  $MAXLEN = 8;
+ $SKIPCHAR = 0;
+ 
 - at DICTIONARIES = qw(/usr/dict/web2 /usr/dict/words /usr/share/dict/words /usr/share/dict/linux.words);
 +# Modified for Debian FHS from /usr/dict/* to /usr/share/dict/*
 +#@DICTIONARIES = qw(/usr/dict/web2 /usr/dict/words /usr/share/dict/words /usr/share/dict/linux.words);
@@ -16,7 +16,7 @@ Last-Update: 2013-09-16
  
  sub OpenDictionary {
  	foreach my $sym (@DICTIONARIES) {
-@@ -248,11 +250,11 @@ set this variable if you are using not *
+@@ -259,11 +261,11 @@
  
  =item *
  
@@ -30,19 +30,3 @@ Last-Update: 2013-09-16
  
  =item *
  
---- a/README
-+++ b/README
-@@ -71,9 +71,11 @@ VARIABLES
-         set this variable if you are using not *NIX like operating system.
- 
- FILES
--    *   /usr/dict/web2
-+    (Modified for Debian FHS from /usr/dict/* to /usr/share/dict/*)
- 
--    *   /usr/dict/words
-+    *   /usr/share/dict/web2
-+
-+    *   /usr/share/dict/words
- 
-     *   /etc/passwd
- 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-password-perl.git



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