[med-svn] r3075 - trunk/packages/arb/trunk/debian

tille at alioth.debian.org tille at alioth.debian.org
Sat Jan 31 12:37:34 UTC 2009


Author: tille
Date: 2009-01-31 12:37:34 +0000 (Sat, 31 Jan 2009)
New Revision: 3075

Modified:
   trunk/packages/arb/trunk/debian/arb.postinst
   trunk/packages/arb/trunk/debian/changelog
   trunk/packages/arb/trunk/debian/control
Log:
Avoid rxp dependency


Modified: trunk/packages/arb/trunk/debian/arb.postinst
===================================================================
--- trunk/packages/arb/trunk/debian/arb.postinst	2009-01-31 10:32:29 UTC (rev 3074)
+++ trunk/packages/arb/trunk/debian/arb.postinst	2009-01-31 12:37:34 UTC (rev 3075)
@@ -8,7 +8,7 @@
 ## Add group ${PROG} if not existent
 TESTGROUP="`getent group ${GROUP}`" || true
 if [ -z "${TESTGROUP}" ] ; then
-    /usr/sbin/addgroup --system "${GROUP}" >/dev/null
+    addgroup --system "${GROUP}" >/dev/null
 fi
 
 if [ -e /usr/share/${PROG}/SH/arb_create_debian_conffile ] ; then

Modified: trunk/packages/arb/trunk/debian/changelog
===================================================================
--- trunk/packages/arb/trunk/debian/changelog	2009-01-31 10:32:29 UTC (rev 3074)
+++ trunk/packages/arb/trunk/debian/changelog	2009-01-31 12:37:34 UTC (rev 3075)
@@ -2,8 +2,12 @@
 
   * Save use of /tmp in arb-kill
     Closes: #508942
+  * Use xmllint instead of rxp to verify helpfile XML because
+    rxp is outdate, unmaintained and should be removed.
+  * Do not use command-with-path-in-maintainer-script in
+    postinst and config
 
- -- Andreas Tille <tille at debian.org>  Mon, 22 Dec 2008 14:33:38 +0100
+ -- Andreas Tille <tille at debian.org>  Sat, 31 Jan 2009 11:57:12 +0100
 
 arb (0.0.20071207.1-5) unstable; urgency=low
 

Modified: trunk/packages/arb/trunk/debian/control
===================================================================
--- trunk/packages/arb/trunk/debian/control	2009-01-31 10:32:29 UTC (rev 3074)
+++ trunk/packages/arb/trunk/debian/control	2009-01-31 12:37:34 UTC (rev 3075)
@@ -6,7 +6,7 @@
 Uploaders: Andreas Tille <tille at debian.org>,
  David Paleino <d.paleino at gmail.com>
 Build-Depends: debhelper (>= 6.0.7), quilt, libmotif-dev, xviewg-dev,
- rxp, lynx, sablotron, libtiff4-dev, libxaw7-dev, kaffe | free-java-sdk,
+ libxml2-utils, lynx, sablotron, libtiff4-dev, libxaw7-dev, kaffe | free-java-sdk,
  freeglut3-dev | libglu-dev, libglew1.5-dev, libpng12-dev, x11proto-print-dev,
  libxpm-dev, libxp-dev, libglw1-mesa-dev, perl-doc, chrpath
 Standards-Version: 3.8.0




More information about the debian-med-commit mailing list