[Evolvis-commits] r81: some lintian cleanups↵

mirabilos at evolvis.org mirabilos at evolvis.org
Wed Jan 7 11:09:48 CET 2009


Author: mirabilos
Date: 2009-01-07 10:09:48 +0000 (Wed, 07 Jan 2009)
New Revision: 81

Modified:
   branches/php-v5-sid-branch/debian/control
   branches/php-v5-sid-branch/debian/gforge-common.prerm
Log:
some lintian cleanups


Modified: branches/php-v5-sid-branch/debian/control
===================================================================
--- branches/php-v5-sid-branch/debian/control	2009-01-07 10:06:05 UTC (rev 80)
+++ branches/php-v5-sid-branch/debian/control	2009-01-07 10:09:48 UTC (rev 81)
@@ -2,8 +2,8 @@
 Section: devel
 Priority: optional
 Maintainer: Thorsten Glaser <mirabilos at evolvis.org>
-Build-Depends-Indep: sharutils, docbook-to-man, devscripts
-Build-Depends: debhelper (>= 4.1.16), dpatch, perl, gettext
+Build-Depends-Indep: sharutils, docbook-to-man, devscripts, gettext
+Build-Depends: debhelper (>= 5), dpatch, perl
 Standards-Version: 3.7.3
 XS-Vcs-Svn: svn://svn.evolvis.org/svnroot/evolvis/
 XS-Vcs-Browser: https://evolvis.org/plugins/scmsvn/viewcvs.php/?root=evolvis

Modified: branches/php-v5-sid-branch/debian/gforge-common.prerm
===================================================================
--- branches/php-v5-sid-branch/debian/gforge-common.prerm	2009-01-07 10:06:05 UTC (rev 80)
+++ branches/php-v5-sid-branch/debian/gforge-common.prerm	2009-01-07 10:09:48 UTC (rev 81)
@@ -1,4 +1,6 @@
 #! /bin/sh
+# $Id$
+#
 # prerm script for gforge
 #
 # see: dh_installdeb(1)
@@ -15,7 +17,8 @@
 #          <conflicting-package> <version>
 # for details, see /usr/share/doc/packaging-manual/
 
-if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/pkg ]; then
+if test x"$1" = x"upgrade" || test x"$1" = x"remove"; then
+    test -L /usr/doc/pkg && rm -f /usr/doc/pkg
     rm -f /usr/doc/pkg
 fi
 


Property changes on: branches/php-v5-sid-branch/debian/gforge-common.prerm
___________________________________________________________________
Name: svn:keywords
   + Id




More information about the evolvis-commits mailing list