[Pkg-jed-commit] r334 - trunk/packages/jed/debian
Guenter Milde
milde-guest at costa.debian.org
Mon Jun 19 15:46:39 UTC 2006
Author: milde-guest
Date: 2006-06-19 15:46:39 +0000 (Mon, 19 Jun 2006)
New Revision: 334
Modified:
trunk/packages/jed/debian/changelog
trunk/packages/jed/debian/compile
Log:
compile: fixed bug that prevented remove if no preparsing occured
(add --no-run-if-empty to xargs, as suggested by J?\195?\182rg Sommer
changelog: cleanup
Modified: trunk/packages/jed/debian/changelog
===================================================================
--- trunk/packages/jed/debian/changelog 2006-06-15 07:34:42 UTC (rev 333)
+++ trunk/packages/jed/debian/changelog 2006-06-19 15:46:39 UTC (rev 334)
@@ -20,7 +20,7 @@
uses the startup dir /etc/jed-init.d/ instead of /etc/jed.d/. Some
modes of jed-extra will fail with SLang2. See also NEWS)
- Removed the obsolete Conflict and Replace of jedslc, jedsl, jedsl-src,
- and jed (<< 0.99.10-2) These packages are older than /oldstable.
+ and jed (<< 0.99.10-2).
-- Rafael Laboissiere <rafael at debian.org> Wed, 07 Jun 2006 13:48:13 +0200
Modified: trunk/packages/jed/debian/compile
===================================================================
--- trunk/packages/jed/debian/compile 2006-06-15 07:34:42 UTC (rev 333)
+++ trunk/packages/jed/debian/compile 2006-06-19 15:46:39 UTC (rev 334)
@@ -10,7 +10,8 @@
# again at installation
;;
remove)
- find $LIBDIR \( -name \*.slc -o -name \*.dfa \) -print0 | xargs -0 rm
+ find $LIBDIR \( -name \*.slc -o -name \*.dfa \) -print0 \
+ | xargs -0 --no-run-if-empty rm
;;
*)
echo "unknown argument --> \"$1"\" >&2
More information about the Pkg-jed-commit
mailing list