[Debian-tex-commits] SVN tex-common commit + diffs: r2023 - in
tex-common/trunk: debian scripts
Norbert Preining
preining at alioth.debian.org
Sat Dec 9 12:55:13 CET 2006
Author: preining
Date: 2006-12-09 12:55:13 +0100 (Sat, 09 Dec 2006)
New Revision: 2023
Modified:
tex-common/trunk/debian/changelog
tex-common/trunk/scripts/postrm-tex
Log:
remove the left-over definition of dhit_check_run_without_errors in
postrm-tex, it is included in postrm-texlsr (Closes: #402068).
Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog 2006-12-09 11:38:57 UTC (rev 2022)
+++ tex-common/trunk/debian/changelog 2006-12-09 11:55:13 UTC (rev 2023)
@@ -1,8 +1,10 @@
tex-common (0.42~1) unreleased; urgency=low
* documentation fixes by Florent
+ * remove the left-over definition of dhit_check_run_without_errors in
+ postrm-tex, it is included in postrm-texlsr (Closes: #402068). [NP]
- -- Frank Küster <frank at debian.org> Wed, 6 Dec 2006 22:48:49 +0100
+ -- Norbert Preining <preining at debian.org> Sat, 9 Dec 2006 12:53:46 +0100
tex-common (0.41) unstable; urgency=low
Modified: tex-common/trunk/scripts/postrm-tex
===================================================================
--- tex-common/trunk/scripts/postrm-tex 2006-12-09 11:38:57 UTC (rev 2022)
+++ tex-common/trunk/scripts/postrm-tex 2006-12-09 11:55:13 UTC (rev 2023)
@@ -14,37 +14,6 @@
# Let vim know that we don't want tabs
# vim:set expandtab: #
-dhit_check_run_without_errors ()
-{
- silent=0
- if [ "$1" = "-silent" ] ; then
- silent=1
- shift
- fi
- if which "$1" >/dev/null; then
- tempfile=$(mktemp -p /tmp checkrun.XXXXXXXX)
- if [ $silent = 0 ] ; then
- printf "Running $*. This may take some time..."
- fi
- set +e
- if "$@" > $tempfile 2>&1 ; then
- rm -f $tempfile
- [ $silent = 0 ] && echo " done."
- else
- echo
- echo "$* failed. Output has been stored in"
- echo "$tempfile"
- echo "If tex-common is not configured you can ignore this error" \
- "message!"
- echo "Otherwise, please include this file if you report a bug."
- echo
- fi
- set -e
- fi
-
- return 0
-}
-
dhit_build_format ()
{
More information about the Debian-tex-commits
mailing list