Author: aurel32
Date: 2009-07-19 19:10:13 +0000 (Sun, 19 Jul 2009)
New Revision: 3633

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/debhelper.in/libc-alt.preinst
Log:
  * debian/debhelper.in/libc-alt.preinst: add set -e.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2009-07-19 19:07:54 UTC (rev 
3632)
+++ glibc-package/trunk/debian/changelog        2009-07-19 19:10:13 UTC (rev 
3633)
@@ -10,8 +10,9 @@
     Closes: #537492.
   * debian/local/etc_init.d/glibc.sh: add support for start/stop/restart/
     force-reload options.
+  * debian/debhelper.in/libc-alt.preinst: add set -e.
 
- -- Aurelien Jarno <[email protected]>  Sun, 19 Jul 2009 21:03:16 +0200
+ -- Aurelien Jarno <[email protected]>  Sun, 19 Jul 2009 21:09:38 +0200
 
 eglibc (2.9-20) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/debhelper.in/libc-alt.preinst
===================================================================
--- glibc-package/trunk/debian/debhelper.in/libc-alt.preinst    2009-07-19 
19:07:54 UTC (rev 3632)
+++ glibc-package/trunk/debian/debhelper.in/libc-alt.preinst    2009-07-19 
19:10:13 UTC (rev 3633)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 case $1 in
        (upgrade)
        if [ "$(readlink /lib32)" = "/emul/ia32-linux/lib" ]; then


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to