[SCM] Debian branch, master, updated. debian/1.2.2-3-25-ge9ee5ec

Xavier Guimard x.guimard at free.fr
Thu Apr 11 04:58:53 UTC 2013


The following commit has been merged in the master branch:
commit cd8e622c55674114b949b72b9d7b6ab224a248fe
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Wed Apr 10 13:07:14 2013 +0200

    Fix #DEBHELPER# comment

diff --git a/debian/changelog b/debian/changelog
index 1ac059c..3e7dfd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,11 +8,6 @@ lemonldap-ng (1.2.3-1) UNRELEASED; urgency=low
     (this will be shown by lintian along with the override) why these
     non-standard permissions are necessary (not just "for security reasons",
     but what is protected, and from whom?)
-  - when fixing the #DEBHELPER# issue, you put '# Maintainer: ' in front of
-    the token. Why? In bash, this is a comment, so the first line that
-    #DEBHELPER# may be substituted with, will be commented out -> error. Also,
-    if it's substituted with an empty string like now, the Maintainer-comment
-    doesn't really have a meaning, no?
   - please check if you can change the test for versions < 1.0 in
     liblemonldap-ng-conf-perl.config to use dpkg --compare-versions like you
     did in liblemonldap-ng-conf-perl.postinst
diff --git a/debian/liblemonldap-ng-conf-perl.postinst b/debian/liblemonldap-ng-conf-perl.postinst
index 6354e82..536b9a2 100755
--- a/debian/liblemonldap-ng-conf-perl.postinst
+++ b/debian/liblemonldap-ng-conf-perl.postinst
@@ -31,5 +31,5 @@ then
     fi
 fi
 
-# Maintainer: #DEBHELPER#
+#DEBHELPER#
 exit 0
diff --git a/debian/liblemonldap-ng-manager-perl.preinst b/debian/liblemonldap-ng-manager-perl.preinst
index 89a9bae..b05cf76 100644
--- a/debian/liblemonldap-ng-manager-perl.preinst
+++ b/debian/liblemonldap-ng-manager-perl.preinst
@@ -13,5 +13,5 @@ then
 	fi
 fi
 
-# Maintainer: #DEBHELPER#
+#DEBHELPER#
 exit 0
diff --git a/debian/liblemonldap-ng-portal-perl.postinst b/debian/liblemonldap-ng-portal-perl.postinst
index d93f1d5..cf40671 100644
--- a/debian/liblemonldap-ng-portal-perl.postinst
+++ b/debian/liblemonldap-ng-portal-perl.postinst
@@ -14,5 +14,5 @@ then
 	$BUILDPORTALWSDL > $WSDLFILE || true
 fi
 
-# Maintainer: #DEBHELPER#
+#DEBHELPER#
 exit 0
diff --git a/debian/liblemonldap-ng-portal-perl.preinst b/debian/liblemonldap-ng-portal-perl.preinst
index 3bd429f..4eb8808 100644
--- a/debian/liblemonldap-ng-portal-perl.preinst
+++ b/debian/liblemonldap-ng-portal-perl.preinst
@@ -13,5 +13,5 @@ then
 	fi
 fi
 
-# Maintainer: #DEBHELPER#
+#DEBHELPER#
 exit 0

-- 
Debian



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