This is an automated email from the git hooks/post-receive script. xguimard-guest pushed a commit to branch master in repository lemonldap-ng.
commit 0f45bc514f7e1b6aa8c76f92dc842cc6c29862c5 Author: Xavier Guimard <[email protected]> Date: Sun Apr 27 06:13:57 2014 +0200 Add quatation marks to "compare" --- debian/liblemonldap-ng-common-perl.postinst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/liblemonldap-ng-common-perl.postinst b/debian/liblemonldap-ng-common-perl.postinst index 355f449..0486a96 100644 --- a/debian/liblemonldap-ng-common-perl.postinst +++ b/debian/liblemonldap-ng-common-perl.postinst @@ -23,9 +23,9 @@ then if dpkg --compare-versions "$2" lt 1.0; then if [ -e $CONFDIR/storage.conf -o -e $CONFDIR/apply.conf -o -e $CONFDIR/apps-list.xml ] ; then db_get liblemonldap-ng-common-perl/migrate - if [ "$RET" ]; then - $MIGRATION 2>&1 > /dev/null || : - fi + #if [ "$RET" ]; then + # $MIGRATION 2>&1 > /dev/null || : + #fi fi fi fi -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/lemonldap-ng.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
