[Foo2zjs-commits] r192 - in trunk/foo2zjs_20090301dfsg/debian: . patches

Michael Koch mkoch at alioth.debian.org
Sat Aug 1 11:50:02 UTC 2009


Author: mkoch
Date: 2009-08-01 11:50:02 +0000 (Sat, 01 Aug 2009)
New Revision: 192

Modified:
   trunk/foo2zjs_20090301dfsg/debian/changelog
   trunk/foo2zjs_20090301dfsg/debian/patches/60-getweb.in.dpatch
Log:
* debian/patches/60-getweb.in.dpatch: Exit with failure when called
  as non-root.


Modified: trunk/foo2zjs_20090301dfsg/debian/changelog
===================================================================
--- trunk/foo2zjs_20090301dfsg/debian/changelog	2009-07-30 20:21:03 UTC (rev 191)
+++ trunk/foo2zjs_20090301dfsg/debian/changelog	2009-08-01 11:50:02 UTC (rev 192)
@@ -10,6 +10,8 @@
     + hannah-foo2zjs: Tighten Depends on kdebase-bin to (<< 4:4.4.0-1)
       (Closes: 460480).
     + Updated Standards-Version to 3.8.2.
+  * debian/patches/60-getweb.in.dpatch: Exit with failure when called
+    as non-root.
   * debian/patches/90-manpages.dpatch: New dpatch to fix manpage errors.
 
  -- Michael Koch <konqueror at gmx.de>  Thu, 30 Jul 2009 21:44:44 +0200

Modified: trunk/foo2zjs_20090301dfsg/debian/patches/60-getweb.in.dpatch
===================================================================
--- trunk/foo2zjs_20090301dfsg/debian/patches/60-getweb.in.dpatch	2009-07-30 20:21:03 UTC (rev 191)
+++ trunk/foo2zjs_20090301dfsg/debian/patches/60-getweb.in.dpatch	2009-08-01 11:50:02 UTC (rev 192)
@@ -24,7 +24,7 @@
 +
 +if [ $(id -ru) -ne 0 ]; then
 +    echo "You need to be root"
-+    exit 0
++    exit 1
 +fi
 +
  




More information about the Foo2zjs-commits mailing list