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

Alexandre Mestiashvili alex at biotec.tu-dresden.de
Mon Nov 28 15:30:35 UTC 2011


The following commit has been merged in the master branch:
commit 4a94fd1cbd2c8bfa480332ddcd85c0aaaee42238
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date:   Mon Nov 28 15:21:15 2011 +0000

    Fixed some minor problems , added VSC fields .

diff --git a/debian/changelog b/debian/changelog
index bd0f374..65b5f56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,18 +1,17 @@
 libdancer-session-cookie-perl (0.15-1) UNRELEASED; urgency=low
 
-  TODO:
+  FIXED:
   * debian/copyright:
-    - Please add upstream's copyright years for Files: *
+    - added copyright years to Files: *
   * debian/control:
-    - s{Encrypted}{encrypted} in short description of package. This is to
-      match '$package is a $description'.
-    - libtest-exception-perl and  libtest-nowarnings-perl are only needed for
-      build (tests) and thus can be dropped from Depends.
-    - Versioned (Build-)Depends(-Indep) on libdancer-perl not needed as Debian
-      has 1.3080+dfsg-1.
-  * debian/libdancer-session-cookie-perl.docs: no need to install the README
-    as ist is extracted from description of the module, and this information
-    should be in manpage already.
+    - fixed short description s/Encrypted/encrypted/
+    - removed libtest-{exception,nowarinings}-perl from Depends.
+    - 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
diff --git a/debian/control b/debian/control
index 8aaa43e..0fa3bbf 100644
--- a/debian/control
+++ b/debian/control
@@ -5,23 +5,21 @@ Maintainer: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libcrypt-cbc-perl,
  libcrypt-rijndael-perl,
- libdancer-perl (>= 1.13),
+ 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/
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdancer-session-cookie-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdancer-session-cookie-perl.git
 
 Package: libdancer-session-cookie-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libcrypt-cbc-perl,
  libcrypt-rijndael-perl,
- libdancer-perl (>= 1.13),
+ libdancer-perl,
  libstring-crc32-perl,
- libtest-exception-perl,
- libtest-nowarnings-perl,
  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 42ca9c8..b59357c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,8 +4,8 @@ Source: http://search.cpan.org/dist/Dancer-Session-Cookie/
 Name: Dancer-Session-Cookie
 
 Files: *
-Copyright: Alex Kapranoff <kappa at cpan.org>
-License: Artistic or GPL-1 
+Copyright: 2009-2010, Alex Kapranoff <kappa at cpan.org>
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2011, Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
diff --git a/debian/libdancer-session-cookie-perl.docs b/debian/libdancer-session-cookie-perl.docs
deleted file mode 100644
index e845566..0000000
--- a/debian/libdancer-session-cookie-perl.docs
+++ /dev/null
@@ -1 +0,0 @@
-README

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



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