r26268 - in /trunk/perlindex/debian: changelog perlindex.config

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Oct 26 23:53:17 UTC 2008


Author: gregoa
Date: Sun Oct 26 23:53:14 2008
New Revision: 26268

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26268
Log:
Add 'set -e' to debian/perlindex.config. 

Modified:
    trunk/perlindex/debian/changelog
    trunk/perlindex/debian/perlindex.config

Modified: trunk/perlindex/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlindex/debian/changelog?rev=26268&op=diff
==============================================================================
--- trunk/perlindex/debian/changelog (original)
+++ trunk/perlindex/debian/changelog Sun Oct 26 23:53:14 2008
@@ -3,6 +3,7 @@
   * Add Swedish debconf translation, thanks to Martin Bagge (closes: #503609).
   * Call debconf-updatepo in debian/rules' clean target; add build dependency
     on po-debconf in debian/control.
+  * Add 'set -e' to debian/perlindex.config. 
 
  -- gregor herrmann <gregoa at debian.org>  Mon, 27 Oct 2008 00:42:38 +0100
 

Modified: trunk/perlindex/debian/perlindex.config
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/perlindex/debian/perlindex.config?rev=26268&op=diff
==============================================================================
--- trunk/perlindex/debian/perlindex.config (original)
+++ trunk/perlindex/debian/perlindex.config Sun Oct 26 23:53:14 2008
@@ -1,4 +1,6 @@
 #!/bin/sh
+
+set -e
 
 . /usr/share/debconf/confmodule
 




More information about the Pkg-perl-cvs-commits mailing list