[SCM] Packaging of Perlbal in Debian branch, master, updated. upstream/1.80-18-g0eff36d

Dominique Dumont dod at debian.org
Wed Mar 21 18:53:10 UTC 2012


The following commit has been merged in the master branch:
commit 2621d7d49c4ca841fdb0aa1f88dfc95fd2d01ba8
Author: Dominique Dumont <dod at debian.org>
Date:   Wed Mar 21 18:14:19 2012 +0100

    added some TODOs

diff --git a/debian/changelog b/debian/changelog
index 67cc8d1..f9aa9aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 perlbal (1.80-2) UNRELEASED; urgency=low
 
+TODO (dod): 
+  - I've added some FIXMEs in init file
+
   * Cleanup per review by DD
   * Increment version to take care of leaked copies of initial release.
 
diff --git a/debian/perlbal.init b/debian/perlbal.init
index 57d1c7e..e37d985 100644
--- a/debian/perlbal.init
+++ b/debian/perlbal.init
@@ -43,6 +43,7 @@ case "$PERLBAL_ENABLE" in
         ;;
 esac
 
+# FIXME: not consistent: log is used above in case of error. Only echo here
 if [ -z "$USER" ]; then
     echo "Error on $NAME: USER must be set"
     exit 0
@@ -168,4 +169,5 @@ case "$1" in
 	;;
 esac
 
+# FIXME: what is this colon below ??
 :

-- 
Packaging of Perlbal in Debian



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