[SCM] Packaging of dancer-session-cookie module in Debian branch, master, updated. debian/0.15-1-18-g9ea8532
Alexandre Mestiashvili
alex at biotec.tu-dresden.de
Fri Jun 28 12:46:34 UTC 2013
The following commit has been merged in the master branch:
commit 9ea853282c7be13611cc370ecfa99005d17fc6fd
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date: Fri Jun 28 14:26:22 2013 +0200
refreshed patch
- d/copyright: updated years
- d/control: libdancer-perl (>= 1.3113),
removed version from libsession-storage-secure-perl,
B-D-I: perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
- d/changelog: s/URELEASED/unstable/
diff --git a/debian/changelog b/debian/changelog
index 2372719..80fb5c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,4 @@
-libdancer-session-cookie-perl (0.22-1) UNRELEASED; urgency=low
-
- TODO:
- - refresh patch (applies with an offset)
- - d/copyright:
- + update years of upstream and packaging copyright
- - d/control:
- + libdancer-perl (>= 1.3113) (B-D-I and Depends)
- + (cosmetical) B-D-I: mix of space and tab indentation
- + libsession-storage-secure-perl: no need for a version, there's nothing
- older in debian (B-D-I and Depends)
- + B-D-I: we need Test::More 0.96 =>
- perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
+libdancer-session-cookie-perl (0.22-1) unstable; urgency=low
[ Salvatore Bonaccorso ]
* Change maintainer to Debian Perl Group.
@@ -31,7 +19,7 @@ libdancer-session-cookie-perl (0.22-1) UNRELEASED; urgency=low
[ Alexandre Mestiashvili ]
* Imported Upstream version 0.22
- -- Alexandre Mestiashvili <alex at biotec.tu-dresden.de> Fri, 11 Nov 2011 09:00:36 +0000
+ -- Alexandre Mestiashvili <alex at biotec.tu-dresden.de> Fri, 28 Jun 2013 14:37:36 +0000
libdancer-session-cookie-perl (0.15-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 6136583..6bf5659 100644
--- a/debian/control
+++ b/debian/control
@@ -6,15 +6,15 @@ Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libcrypt-cbc-perl,
libcrypt-rijndael-perl,
- libdancer-perl,
- libsession-storage-secure-perl (>=0.7),
+ libdancer-perl (>= 1.3113),
+ libsession-storage-secure-perl,
libstring-crc32-perl,
libtest-exception-perl,
libtest-nowarnings-perl,
libtest-pod-perl,
libtest-tcp-perl,
- libtime-duration-parse-perl,
- perl
+ libtime-duration-parse-perl,
+ perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdancer-session-cookie-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdancer-session-cookie-perl.git
@@ -26,9 +26,9 @@ Depends: ${misc:Depends},
${perl:Depends},
libcrypt-cbc-perl,
libcrypt-rijndael-perl,
- libdancer-perl,
+ libdancer-perl (>= 1.3113),
libstring-crc32-perl,
- libsession-storage-secure-perl (>=0.7),
+ libsession-storage-secure-perl,
libtime-duration-parse-perl
Description: encrypted cookie-based session backend for Dancer
Dancer::Session::Cookie implements a session engine for sessions stored
diff --git a/debian/copyright b/debian/copyright
index db9f578..8204f12 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,11 +4,11 @@ Upstream-Contact: Alex Kapranoff <kappa at cpan.org>
Source: https://metacpan.org/release/Dancer-Session-Cookie/
Files: *
-Copyright: 2009-2010, Alex Kapranoff <kappa at cpan.org>
+Copyright: 2009-2013, Alex Kapranoff <kappa at cpan.org>
License: Artistic or GPL-1+
Files: debian/*
-Copyright: 2011, Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
+Copyright: 2013, Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
License: Artistic or GPL-1+
License: Artistic
diff --git a/debian/patches/0001-spelling_err.patch b/debian/patches/0001-spelling_err.patch
index 3feef0a..539776b 100644
--- a/debian/patches/0001-spelling_err.patch
+++ b/debian/patches/0001-spelling_err.patch
@@ -7,11 +7,9 @@ Last-Update: 2011-12-20
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>:
+--- libdancer-session-cookie-perl.orig/lib/Dancer/Session/Cookie.pm
++++ libdancer-session-cookie-perl/lib/Dancer/Session/Cookie.pm
+@@ -206,7 +206,7 @@
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.
@@ -20,4 +18,3 @@ index 55b1ff3..5a5eacf 100644
all.
Since server cannot trust any data returned by client in cookies, this
---
--
Packaging of dancer-session-cookie module in Debian
More information about the Pkg-perl-cvs-commits
mailing list