r13548 - in /desktop/unstable/scrollkeeper/debian: changelog scrollkeeper.cron.monthly scrollkeeper.postinst scrollkeeper.preinst

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Nov 23 14:48:31 UTC 2007


Author: lool
Date: Fri Nov 23 14:48:31 2007
New Revision: 13548

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13548
Log:
* Set remaining shell scripts set -e; drop "exit 0" at the end of scripts.

Modified:
    desktop/unstable/scrollkeeper/debian/changelog
    desktop/unstable/scrollkeeper/debian/scrollkeeper.cron.monthly
    desktop/unstable/scrollkeeper/debian/scrollkeeper.postinst
    desktop/unstable/scrollkeeper/debian/scrollkeeper.preinst

Modified: desktop/unstable/scrollkeeper/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/scrollkeeper/debian/changelog?rev=13548&op=diff
==============================================================================
--- desktop/unstable/scrollkeeper/debian/changelog (original)
+++ desktop/unstable/scrollkeeper/debian/changelog Fri Nov 23 14:48:31 2007
@@ -12,8 +12,9 @@
   * Wrap build-deps and deps.
   * Add more ${misc:Depends}.
   * Cleanups.
-
- -- Loic Minier <lool at dooz.org>  Fri, 23 Nov 2007 15:46:20 +0100
+  * Set remaining shell scripts set -e; drop "exit 0" at the end of scripts.
+
+ -- Loic Minier <lool at dooz.org>  Fri, 23 Nov 2007 15:47:58 +0100
 
 scrollkeeper (0.3.14-14) unstable; urgency=low
 

Modified: desktop/unstable/scrollkeeper/debian/scrollkeeper.cron.monthly
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/scrollkeeper/debian/scrollkeeper.cron.monthly?rev=13548&op=diff
==============================================================================
--- desktop/unstable/scrollkeeper/debian/scrollkeeper.cron.monthly (original)
+++ desktop/unstable/scrollkeeper/debian/scrollkeeper.cron.monthly Fri Nov 23 14:48:31 2007
@@ -1,8 +1,9 @@
 #!/bin/sh
+
+set -e
 
 [ -x /usr/bin/scrollkeeper-rebuilddb ] || exit 0
 
 umask 022
 scrollkeeper-rebuilddb -q
 
-exit 0

Modified: desktop/unstable/scrollkeeper/debian/scrollkeeper.postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/scrollkeeper/debian/scrollkeeper.postinst?rev=13548&op=diff
==============================================================================
--- desktop/unstable/scrollkeeper/debian/scrollkeeper.postinst (original)
+++ desktop/unstable/scrollkeeper/debian/scrollkeeper.postinst Fri Nov 23 14:48:31 2007
@@ -1,4 +1,6 @@
-#!/bin/sh -e
+#!/bin/sh
+
+set -e
 
 #DEBHELPER#
 
@@ -9,4 +11,3 @@
     scrollkeeper-rebuilddb -q
 fi
 
-exit 0

Modified: desktop/unstable/scrollkeeper/debian/scrollkeeper.preinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/scrollkeeper/debian/scrollkeeper.preinst?rev=13548&op=diff
==============================================================================
--- desktop/unstable/scrollkeeper/debian/scrollkeeper.preinst (original)
+++ desktop/unstable/scrollkeeper/debian/scrollkeeper.preinst Fri Nov 23 14:48:31 2007
@@ -12,4 +12,3 @@
 
 #DEBHELPER#
 
-exit 0




More information about the pkg-gnome-commits mailing list