[libcgi-session-driver-chi-perl] 03/04: Fixes to debian/copyright, descriptions in debian/control, removed completed TODO from debian/changelog
Christopher Hoskin
christopher.hoskin at gmail.com
Sun Feb 1 23:23:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
grinorcole-guest pushed a commit to branch master
in repository libcgi-session-driver-chi-perl.
commit 6f030b6e4cb22e16550f6f8b86eeda10ad9223cc
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date: Sun Feb 1 23:03:26 2015 +0000
Fixes to debian/copyright, descriptions in debian/control, removed completed TODO from debian/changelog
---
debian/changelog | 10 ----------
debian/control | 9 +++++----
debian/copyright | 22 ++++++++--------------
3 files changed, 13 insertions(+), 28 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e063242..893e972 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,6 @@
libcgi-session-driver-chi-perl (1.0.3-1) UNRELEASED; urgency=low
TODO:
- - patches:
- + should be unapplied in git
- + look auto-generated; no problem per se but the headers need cleanup
- (remove boilerplate, add proper DEP3 headers, esp. Forwarded after
- forwarding them)
- - d/copyright:
- + add missing year(s) of upstream copyright
- + the GPL-2+ stanza should look like the GPL-1+ one, except for s/1/2/g
- + the dot between the last name and the email address in 'James Rouzier.
- <rouzier at gmail.com>' looks odd :)
- d/control:
+ short description: should be a noun phrase, like "driver for
CGI::Session to use ..."
diff --git a/debian/control b/debian/control
index 2282235..faf58c5 100644
--- a/debian/control
+++ b/debian/control
@@ -14,12 +14,13 @@ Testsuite: autopkgtest-pkg-perl
Package: libcgi-session-driver-chi-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libchi-perl, libcgi-session-perl
-Description: This driver allows CGI::Session to use CHI as a session store
- This driver allows CGI::Session to use CHI as a session store. e.g.
+Description: Driver for CGI::Session to use CHI as a session store
+ CGI::Session::Driver::chi is a driver which allows CGI::Session to use CHI as
+ a session store. e.g.
.
- $s = CGI::Session->new( "driver:chi", $sid, { driver => 'File', root_dir
+ $s = CGI::Session->new( "driver:chi", $sid, { driver => 'File', root_dir
=> '/path/to/root' });
.
- $s = CGI::Session->new( "driver:chi", $sid, { chi_class => 'My::CHI',
+ $s = CGI::Session->new( "driver:chi", $sid, { chi_class => 'My::CHI',
namespace => 'cgi', });
diff --git a/debian/copyright b/debian/copyright
index 04baf0f..75d35b4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,10 +1,10 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://metacpan.org/release/CGI-Session-Driver-chi
-Upstream-Contact: James Rouzier. <rouzier at gmail.com>
+Upstream-Contact: James Rouzier <rouzier at gmail.com>
Upstream-Name: CGI-Session-Driver-chi
Files: *
-Copyright: James Rouzier. <rouzier at gmail.com>
+Copyright: 2013, James Rouzier <rouzier at gmail.com>
License: GPL-2+
Files: debian/*
@@ -28,16 +28,10 @@ License: GPL-1+
Public License can be found in `/usr/share/common-licenses/GPL-1'.
License: GPL-2+
- This program is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by the
- Free Software Foundation; either version 2 of the License, or (at your
- option) any later version.
- .
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
- Public License for more details.
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
.
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ On Debian systems, the complete text of version 2 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-session-driver-chi-perl.git
More information about the Pkg-perl-cvs-commits
mailing list