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

Alexandre Mestiashvili alex at biotec.tu-dresden.de
Tue Dec 20 20:21:58 UTC 2011


The following commit has been merged in the master branch:
commit dfc7c853536131dad18d09f879f5dd0a14cbe8ac
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date:   Tue Dec 20 20:59:43 2011 +0100

    Added libtest-pod-perl and libtest-tcp-perl to activate more tests.
    Added Forwarded field according DEP3.

diff --git a/debian/changelog b/debian/changelog
index 15d7cd5..9940bb7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,29 +1,14 @@
 libdancer-session-cookie-perl (0.15-1) UNRELEASED; urgency=low
 
   TODO:
-  - d/changelog: remove the whole FIXED block, this is not nice for uploads :)
-  - d/control: short description: s/Encrypted/encrypted/
+  + d/changelog: remove the whole FIXED block, this is not nice for uploads :)
+  + d/control: short description: s/Encrypted/encrypted/
     (is mentioned as fixed but isn't)
-  - patch: please add a Forwarded header according to DEP3
+  + patch: please add a Forwarded header according to DEP3
     (ideally after forwarding it :))
-  - some tests are skipped, adding libtest-pod-perl and libtest-tcp-perl might
+  + some tests are skipped, adding libtest-pod-perl and libtest-tcp-perl might
     activate them (I haven't tried it)
 
-  FIXED:
-  * debian/copyright:
-    - added copyright years to Files: *
-  * debian/control:
-    - fixed short description s/Encrypted/encrypted/
-    - 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 
-  * lintian warnings (spelling error detected):
-    I: libdancer-session-cookie-perl: spelling-error-in-manpage
-    usr/share/man/man3/Dancer::Session::Cookie.3pm.gz 
-
   * Initial Release (Closes: #649089)
 
  -- Alexandre Mestiashvili <alex at biotec.tu-dresden.de>  Fri, 11 Nov 2011 09:00:36 +0000
diff --git a/debian/control b/debian/control
index 29359cc..33da7d5 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,8 @@ Build-Depends-Indep: libcrypt-cbc-perl,
  libstring-crc32-perl,
  libtest-exception-perl,
  libtest-nowarnings-perl,
+ libtest-pod-perl,
+ libtest-tcp-perl,
  perl
 Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/Dancer-Session-Cookie/
@@ -23,7 +25,7 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libdancer-perl,
  libstring-crc32-perl,
  perl
-Description: Encrypted cookie-based session backend for Dancer
+Description: encrypted cookie-based session backend for Dancer
  Dancer::Session::Cookie implements a session engine for sessions stored
  entirely in cookies. Usually only session id is stored in cookies and the
  session data itself is saved in some external storage, e.g. database. This
diff --git a/debian/patches/0001-spelling_err.patch b/debian/patches/0001-spelling_err.patch
index 3891a20..3feef0a 100644
--- a/debian/patches/0001-spelling_err.patch
+++ b/debian/patches/0001-spelling_err.patch
@@ -1,6 +1,7 @@
 From: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
-Date: Wed, 30 Nov 2011 12:46:50 +0000
 Subject: spelling_err
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=72847
+Last-Update: 2011-12-20
 
 ---
  lib/Dancer/Session/Cookie.pm |    2 +-

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



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