[libapache-session-memcached-perl] 03/03: back to UNRELEASED, TODO added to d/changelog

gregor herrmann gregoa at debian.org
Thu Jan 29 17:25:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libapache-session-memcached-perl.

commit b8077fe06134b904cef89b7293567a80cd0c8146
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jan 29 18:25:04 2015 +0100

    back to UNRELEASED, TODO added to d/changelog
    
    Git-Dch: Ignore
---
 debian/changelog | 31 ++++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5ec20a5..f0c5a18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,33 @@
-libapache-session-memcached-perl (0.03-1) unstable; urgency=low
+libapache-session-memcached-perl (0.03-1) UNRELEASED; urgency=low
+
+  TODO:
+  - d/copyright:
+    + years for "Files: *" seem to be 2001-2004
+    + license for "Files: *" is just "Artistic or GPL-1+"
+  - d/control:
+    + maybe should Recommends or Suggests memcached?
+    + version can be removed from libapache-session-perl and
+      libcache-memcached-perl, there's nothing older in the archive
+      (tip: cme is helpful for this kind of check)
+  - d/rules / override_dh_autotest:
+    this doesn't work. output:
+      TEMPDIR=`mktemp -d`
+      /usr/bin/memcached -u `whoami` -p 20000 -P/m.pid -d
+      ..
+      [ ! -s m.pid ] || /bin/kill `cat /m.pid`
+    (make is not shell, and the dir is missing in the last line; memcached is
+    never killed, TEMPDIR never set; kill needs procps)
+
+    libmongodb-perl/debian/rules has an example
+
+    ok, since I was curious I've tried to fix it now in d/rules and d/control
+    :) please check
+  - autopktest (declared in d/control) fail, because the smoke tests fail,
+    because there's no running memcached. I've add debian/tests/pkg-perl/SKIP
+    now.
+  - the tests complain about:
+    Use of uninitialized value $proto in socket at /usr/share/perl5/Cache/Memcached.pm line 300, <CFG> line 1.
+    -> add 'netbase' to Build-Depends-Indep
 
   * Initial Release. Closes: #775796
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapache-session-memcached-perl.git



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