[SCM] CERNLIB is a suite of data analysis tools and libraries created for use in physics experiments, but also with applications to other fields such as the biological sciences branch, debian-patches/2006.dfsg.2-15, updated. upstream/2006.dfsg.2-16-g7166f5a

Lifeng Sun lifongsun at gmail.com
Tue Mar 22 09:10:15 UTC 2011


The following commit has been merged in the debian-patches/2006.dfsg.2-15 branch:
commit 7166f5ac38e7d0f3e44cf12801a7f86e106fd9b4
Author: Lifeng Sun <lifongsun at gmail.com>
Date:   Tue Mar 22 16:22:49 2011 +0800

    Fix #592299.
    
    Thanks Ben Hutchings <ben at decadent.org.uk>

diff --git a/debian/debhelper/pawserv.prerm b/debian/debhelper/pawserv.prerm
index e0c8d5a..c8eb8da 100644
--- a/debian/debhelper/pawserv.prerm
+++ b/debian/debhelper/pawserv.prerm
@@ -19,8 +19,8 @@ set -e
 
 case "$1" in
     remove|upgrade|deconfigure)
-        update-inetd --remove '^.*/usr/sbin/zserv.*$'
-	update-inetd --remove '^.*/usr/sbin/pawserv.*$'
+        update-inetd --remove '.*/usr/sbin/zserv.*'
+	update-inetd --remove '.*/usr/sbin/pawserv.*'
         ;;
     failed-upgrade)
         ;;

-- 
CERNLIB is a suite of data analysis tools and libraries created for use in physics experiments, but also with applications to other fields such as the biological sciences



More information about the debian-science-commits mailing list