This is an automated email from the git hooks/post-receive script. xguimard-guest pushed a commit to branch master in repository libapache-session-sqlite3-perl.
commit 4c478916d1dba9ae577b7fd85a42ddd1ff8cf4f1 Author: Xavier Guimard <[email protected]> Date: Sat Nov 18 18:41:56 2017 +0100 Update debian/* files --- debian/changelog | 4 ++-- debian/control | 15 ++++++++------- debian/copyright | 16 +++++++--------- 3 files changed, 17 insertions(+), 18 deletions(-) diff --git a/debian/changelog b/debian/changelog index c1b606c..36faf3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -libapache-session-sqlite3-perl (0.09) UNRELEASED; urgency=low +libapache-session-sqlite3-perl (0.09-1) unstable; urgency=low * Initial Release. (Closes: #882054) - -- Xavier Guimard <[email protected]> Sat, 18 Nov 2017 18:31:56 +0100 + -- Xavier Guimard <[email protected]> Sat, 18 Nov 2017 18:41:30 +0100 diff --git a/debian/control b/debian/control index 12abf71..27e3995 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,8 @@ Priority: optional Maintainer: Debian Perl Group <[email protected]> Uploaders: Xavier Guimard <[email protected]> Build-Depends: debhelper (>= 9) -Build-Depends-Indep: libapache-session-perl (>= 0.15), - libdbd-sqlite3-perl (>= 1.00), +Build-Depends-Indep: libapache-session-perl, + libdbd-sqlite3-perl, perl Standards-Version: 4.1.1 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libapache-session-sqlite3-perl.git @@ -16,9 +16,10 @@ Testsuite: autopkgtest-pkg-perl Package: libapache-session-sqlite3-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, - libapache-session-perl (>= 0.15), - libdbd-sqlite3-perl (>= 1.00) -Description: Use DBD::SQLite 1.x for Apache::Session storage - (no description was found) + libapache-session-perl, + libdbd-sqlite3-perl +Description: SQLite3 implementation of Apache::Session + Apache::Session makes maintaining user data across HTTP requests simple. . - This description was automagically extracted from the module by dh-make-perl. + Apache::Session::SQLite3 is an implementation of Apache::Session that uses + SQLite3 databases to store datas. diff --git a/debian/copyright b/debian/copyright index 3e8e556..a08bc1d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,17 +2,15 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Apache-Session-SQLite3 Upstream-Contact: Autrijus Tang <[email protected]> Upstream-Name: Apache-Session-SQLite3 -DISCLAIMER: This copyright info was automatically extracted - from the perl module. It may not be accurate, so you better - check the module sources in order to ensure the module for its - inclusion in Debian or for general legal information. Please, - if licensing information is incorrectly generated, file a bug - on dh-make-perl. - NOTE: Don't forget to remove this disclaimer once you are happy - with this file. Files: * -Copyright: Autrijus Tang <[email protected]> +Copyright: 2004-2005 Autrijus Tang <[email protected]> +License: Artistic or GPL-1+ + +Files: inc/Module/* +Copyright: 2002-2012, Adam Kennedy <[email protected]> + 2002-2012, Audrey Tang <[email protected]> + 2002-2012, Brian Ingerson <[email protected]> License: Artistic or GPL-1+ Files: debian/* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapache-session-sqlite3-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
