[SCM] Packaging of dancer-session-cookie module in Debian branch, master, updated. debian/0.15-1-15-g455b122

Alexandre Mestiashvili alex at biotec.tu-dresden.de
Fri Jun 28 11:15:32 UTC 2013


The following commit has been merged in the master branch:
commit 34e54cb149f3518f2d0506961360e4d319147d45
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date:   Fri Jun 28 12:45:04 2013 +0200

     d/control: depneds on libsession-storage-secure-perl (>=0.7)

diff --git a/debian/control b/debian/control
index 5e6aab0..02b1928 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libcrypt-cbc-perl,
                      libcrypt-rijndael-perl,
                      libdancer-perl,
-		     libsession-storage-secure-perl,
+		     libsession-storage-secure-perl (>=0.7),
                      libstring-crc32-perl,
                      libtest-exception-perl,
                      libtest-nowarnings-perl,
@@ -26,7 +26,8 @@ Depends: ${misc:Depends},
          libcrypt-cbc-perl,
          libcrypt-rijndael-perl,
          libdancer-perl,
-         libstring-crc32-perl
+         libstring-crc32-perl,
+         libsession-storage-secure-perl (>=0.7)
 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

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



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