[libapache-session-memcached-perl] 02/04: Removed commented out variable definition from debian/rules
Christopher Hoskin
christopher.hoskin at gmail.com
Mon Feb 16 11:00:55 UTC 2015
This is an automated email from the git hooks/post-receive script.
grinorcole-guest pushed a commit to branch master
in repository libapache-session-memcached-perl.
commit 0f32d442393c0c5666ac1554035a23db3fe4ed88
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date: Mon Feb 16 10:49:19 2015 +0000
Removed commented out variable definition from debian/rules
---
debian/changelog | 1 -
debian/rules | 1 -
2 files changed, 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index be2b431..bc0f718 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
libapache-session-memcached-perl (0.03-1) UNRELEASED; urgency=low
TODO:
- - d/rules: the commented out MEMCACHED_SERVERS variable could be removed
- patches: (purely cosmetic): grammar.patch could be refresh with the same
.quilt(rc) settings/options that are already used in the other patch (to get
rid of the versioned pathnames)
diff --git a/debian/rules b/debian/rules
index 9037fb3..6db80fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,6 @@ BUILDHOME = $(CURDIR)/debian/build
PIDFILE = $(BUILDHOME)/mongod.pid
WHOAMI = $(shell whoami)
PORT := $(shell /bin/netstat -want | perl -w -e 'while (<>) { $$used{$$1}=1 if /127\.0\.0\.1:(\d+)/;}; $$port = 20000; while ($$used{$$port}) { $$port++ }; print "$$port\n";')
-#MEMCACHED_SERVERS = localhost:$(PORT)
%:
dh $@
--
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