Hi,

I uploaded an NMU of your package.

Please see this as help to get the package into a releaseable condition again.
Please use these changes as part of your next maintainer upload.

Please find the used diff below.


Cheers,
Andi

diff -Nur hlatex-1.0.1~/debian/changelog hlatex-1.0.1/debian/changelog
--- hlatex-1.0.1~/debian/changelog      2007-06-10 05:56:13.000000000 +0000
+++ hlatex-1.0.1/debian/changelog       2007-06-10 06:01:47.000000000 +0000
@@ -1,3 +1,10 @@
+hlatex (1.0.1-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Once again allow to purge without mktexlsr. Closes: #391201
+
+ -- Andreas Barth <[EMAIL PROTECTED]>  Sun, 10 Jun 2007 06:01:00 +0000
+
 hlatex (1.0.1-3) unstable; urgency=low
 
   * Standard-Version: 3.7.2.
diff -Nur hlatex-1.0.1~/debian/hlatex.postrm hlatex-1.0.1/debian/hlatex.postrm
--- hlatex-1.0.1~/debian/hlatex.postrm  2007-06-10 05:56:13.000000000 +0000
+++ hlatex-1.0.1/debian/hlatex.postrm   2007-06-10 06:00:44.000000000 +0000
@@ -4,7 +4,9 @@
 
 case "$1" in
     remove | purge)     
-       mktexlsr
+       if mktexlsr --help >/dev/null 2>&1; then
+           mktexlsr
+       fi
         ;;
     upgrade | failed-upgrade | abort-upgrade | abort-install)
        ;;
-- 
  http://home.arcor.de/andreas-barth/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to