r51921 - in /trunk/libapache-sessionx-perl: SessionX.pm debian/changelog debian/control debian/libapache-sessionx-perl.lintian-overrides debian/patches/ debian/patches/debian-config.patch debian/patches/series debian/patches/spelling.patch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jan 31 13:02:57 UTC 2010


Author: ansgar-guest
Date: Sun Jan 31 13:02:46 2010
New Revision: 51921

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51921
Log:
* Move changes to upstream source to a patch.
  + New patch: debian-config.patch
* Correct spelling errors pointed out by lintian.
  + New patch: spelling.patch
* Add lintian override for unused-debconf-template (false positive if
  maintainer scripts are written in Perl).
* Add lintian override for non-standard-dir-perm for directories below
  /var/lib/libapache-sessionx-perl (they need to be writeable by apache).
* Bump Standards-Version to 3.8.4.
* Add myself to Uploaders.

Added:
    trunk/libapache-sessionx-perl/debian/libapache-sessionx-perl.lintian-overrides
    trunk/libapache-sessionx-perl/debian/patches/
    trunk/libapache-sessionx-perl/debian/patches/debian-config.patch
    trunk/libapache-sessionx-perl/debian/patches/series
    trunk/libapache-sessionx-perl/debian/patches/spelling.patch
Modified:
    trunk/libapache-sessionx-perl/SessionX.pm
    trunk/libapache-sessionx-perl/debian/changelog
    trunk/libapache-sessionx-perl/debian/control

Modified: trunk/libapache-sessionx-perl/SessionX.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-sessionx-perl/SessionX.pm?rev=51921&op=diff
==============================================================================
--- trunk/libapache-sessionx-perl/SessionX.pm (original)
+++ trunk/libapache-sessionx-perl/SessionX.pm Sun Jan 31 13:02:46 2010
@@ -572,9 +572,8 @@
 
 =item config
 
-Use predefiend config from Apache::SessionX::Config, which is configured
-at package installation time.  On Debian, these may be altered by running
-C<dpkg-reconfigure libapache-sessionx-perl>.
+Use predefiend config from Apache::SessionX::Config, which is defined by
+Makefile.PL
 
 
 =item object_store

Modified: trunk/libapache-sessionx-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-sessionx-perl/debian/changelog?rev=51921&op=diff
==============================================================================
--- trunk/libapache-sessionx-perl/debian/changelog (original)
+++ trunk/libapache-sessionx-perl/debian/changelog Sun Jan 31 13:02:46 2010
@@ -17,8 +17,18 @@
   [ Ansgar Burchardt ]
   * Refresh rules for debhelper 7.
   * Use source format 3.0 (quilt).
+  * Move changes to upstream source to a patch.
+    + New patch: debian-config.patch
+  * Correct spelling errors pointed out by lintian.
+    + New patch: spelling.patch
+  * Add lintian override for unused-debconf-template (false positive if
+    maintainer scripts are written in Perl).
+  * Add lintian override for non-standard-dir-perm for directories below
+    /var/lib/libapache-sessionx-perl (they need to be writeable by apache).
+  * Bump Standards-Version to 3.8.4.
+  * Add myself to Uploaders.
 
- -- Dario Minnucci <midget at debian.org>  Wed, 13 Jan 2010 07:06:44 +0100
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 31 Jan 2010 22:00:17 +0900
 
 libapache-sessionx-perl (2.01-1.1) unstable; urgency=low
 

Modified: trunk/libapache-sessionx-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-sessionx-perl/debian/control?rev=51921&op=diff
==============================================================================
--- trunk/libapache-sessionx-perl/debian/control (original)
+++ trunk/libapache-sessionx-perl/debian/control Sun Jan 31 13:02:46 2010
@@ -4,8 +4,9 @@
 Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: perl, libapache-session-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.3
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+ Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Apache-SessionX/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libapache-sessionx-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libapache-sessionx-perl/

Added: trunk/libapache-sessionx-perl/debian/libapache-sessionx-perl.lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-sessionx-perl/debian/libapache-sessionx-perl.lintian-overrides?rev=51921&op=file
==============================================================================
--- trunk/libapache-sessionx-perl/debian/libapache-sessionx-perl.lintian-overrides (added)
+++ trunk/libapache-sessionx-perl/debian/libapache-sessionx-perl.lintian-overrides Sun Jan 31 13:02:46 2010
@@ -1,0 +1,5 @@
+# These directories need to be writable by apache
+libapache-sessionx-perl binary: non-standard-dir-perm var/lib/libapache-sessionx-perl/*
+
+# false positive if maintainer scripts are written in Perl
+libapache-sessionx-perl binary: unused-debconf-template libapache-sessionx-perl/*

Added: trunk/libapache-sessionx-perl/debian/patches/debian-config.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-sessionx-perl/debian/patches/debian-config.patch?rev=51921&op=file
==============================================================================
--- trunk/libapache-sessionx-perl/debian/patches/debian-config.patch (added)
+++ trunk/libapache-sessionx-perl/debian/patches/debian-config.patch Sun Jan 31 13:02:46 2010
@@ -1,0 +1,16 @@
+Subject: Mention how to configure module on Debian
+
+--- libapache-sessionx-perl-2.01.orig/SessionX.pm
++++ libapache-sessionx-perl-2.01/SessionX.pm
+@@ -572,8 +572,9 @@
+ 
+ =item config
+ 
+-Use predefiend config from Apache::SessionX::Config, which is defined by
+-Makefile.PL
++Use predefiend config from Apache::SessionX::Config, which is configured
++at package installation time.  On Debian, these may be altered by running
++C<dpkg-reconfigure libapache-sessionx-perl>.
+ 
+ 
+ =item object_store

Added: trunk/libapache-sessionx-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-sessionx-perl/debian/patches/series?rev=51921&op=file
==============================================================================
--- trunk/libapache-sessionx-perl/debian/patches/series (added)
+++ trunk/libapache-sessionx-perl/debian/patches/series Sun Jan 31 13:02:46 2010
@@ -1,0 +1,2 @@
+debian-config.patch
+spelling.patch

Added: trunk/libapache-sessionx-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-sessionx-perl/debian/patches/spelling.patch?rev=51921&op=file
==============================================================================
--- trunk/libapache-sessionx-perl/debian/patches/spelling.patch (added)
+++ trunk/libapache-sessionx-perl/debian/patches/spelling.patch Sun Jan 31 13:02:46 2010
@@ -1,0 +1,31 @@
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Subject: Correct spelling errors
+--- libapache-sessionx-perl.orig/SessionX.pm
++++ libapache-sessionx-perl/SessionX.pm
+@@ -508,7 +508,7 @@
+ 
+ Apache::SessionX extents Apache::Session. 
+ It was initialy written to use Apache::Session from inside of HTML::Embperl, 
+-but is seems to be usefull outside of Embperl as well, so here is it as standalone module.
++but is seems to be useful outside of Embperl as well, so here is it as standalone module.
+ 
+ Apache::Session is a persistence framework which is particularly useful
+ for tracking session data between httpd requests.  Apache::Session is
+@@ -541,7 +541,7 @@
+ 
+ =item lazy
+ 
+-By Specifing this attribute, you tell Apache::Session to not do any
++By specifying this attribute, you tell Apache::Session to not do any
+ access to the object store, until the first read or write access to
+ the tied hash. Otherwise the B<tie> function will make sure the hash
+ exist or creates a new one.
+@@ -663,7 +663,7 @@
+ 
+ =over 4
+ 
+-=item See documentation of Apache::Session for more informations about it's internals
++=item See documentation of Apache::Session for more information about it's internals
+ 
+ =item Apache::SessionX::Generate::MD5
+ 




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