[SCM] Packaging of dancer-session-cookie module in Debian branch, master, updated. upstream/0.15-4-g1a6e05c

Alexandre Mestiashvili alex at biotec.tu-dresden.de
Wed Nov 30 13:24:26 UTC 2011


The following commit has been merged in the master branch:
commit 1a6e05cbc74e0e396aea40123f336a0bfaa29848
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date:   Wed Nov 30 12:51:29 2011 +0000

    fixed spelling-error-in-manpage lintian's warning

diff --git a/debian/changelog b/debian/changelog
index 65b5f56..b6202aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,16 +5,15 @@ libdancer-session-cookie-perl (0.15-1) UNRELEASED; urgency=low
     - added copyright years to Files: *
   * debian/control:
     - fixed short description s/Encrypted/encrypted/
-    - removed libtest-{exception,nowarinings}-perl from Depends.
+    - removed libtest-{exception,nowarinings}-perl from Depends 
+      for binary package.
     - removed versioned dependence from libdancer-perl .
     - Added VCS-Browser and VCS-Git filed .
   * debian/debian/libdancer-session-cookie-perl.docs
     - removed 
-
-  TODO:
   * lintian warnings (spelling error detected):
     I: libdancer-session-cookie-perl: spelling-error-in-manpage
-    usr/share/man/man3/Dancer::Session::Cookie.3pm.gz allows to allows one to
+    usr/share/man/man3/Dancer::Session::Cookie.3pm.gz 
 
   * Initial Release (Closes: #649089)
 
diff --git a/debian/control b/debian/control
index 0fa3bbf..29359cc 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,8 @@ Build-Depends-Indep: libcrypt-cbc-perl,
  libcrypt-rijndael-perl,
  libdancer-perl,
  libstring-crc32-perl,
+ libtest-exception-perl,
+ libtest-nowarnings-perl,
  perl
 Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/Dancer-Session-Cookie/
diff --git a/debian/patches/0001-spelling_err.patch b/debian/patches/0001-spelling_err.patch
new file mode 100644
index 0000000..3891a20
--- /dev/null
+++ b/debian/patches/0001-spelling_err.patch
@@ -0,0 +1,22 @@
+From: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
+Date: Wed, 30 Nov 2011 12:46:50 +0000
+Subject: spelling_err
+
+---
+ lib/Dancer/Session/Cookie.pm |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/lib/Dancer/Session/Cookie.pm b/lib/Dancer/Session/Cookie.pm
+index 55b1ff3..5a5eacf 100644
+--- a/lib/Dancer/Session/Cookie.pm
++++ b/lib/Dancer/Session/Cookie.pm
+@@ -140,7 +140,7 @@ Your F<config.yml>:
+ This module implements a session engine for sessions stored entirely
+ in cookies. Usually only B<session id> is stored in cookies and
+ the session data itself is saved in some external storage, e.g.
+-database. This module allows to avoid using external storage at
++database. This module allows one to avoid using external storage at
+ all.
+ 
+ Since server cannot trust any data returned by client in cookies, this
+-- 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..346f237
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-spelling_err.patch

-- 
Packaging of dancer-session-cookie module in Debian



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