Your message dated Wed, 4 Feb 2009 14:28:55 GMT
with message-id <[email protected]>
and subject line opustex has been removed from Debian, closing #391777
has caused the Debian Bug report #391777,
regarding diff for 0.84-6.1 NMU
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
391777: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=391777
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: opustex
Version: 0.84-6
Severity: normal
Tags: patch

Hi,

Attached is the diff for my opustex 0.84-6.1 NMU.
Should close this RC bug.

Regards,

        Benjamin.

diff -u opustex-0.84/debian/changelog opustex-0.84/debian/changelog
--- opustex-0.84/debian/changelog
+++ opustex-0.84/debian/changelog
@@ -1,3 +1,12 @@
+opustex (0.84-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * The PK files have to be removed on remove, not on purge. The
+    only point in keeping those during a remove would be for an
+    upgrade, where they were already removed. (Closes: Bug#331199)
+
+ -- Benjamin Bayart <[email protected]>  Sun,  8 Oct 2006 16:12:44 +0200
+
 opustex (0.84-6) unstable; urgency=low
 
   * Acknowledge NMU (0.84-5.1) by Frank Küster with help from Andreas Jochens.
diff -u opustex-0.84/debian/postrm opustex-0.84/debian/postrm
--- opustex-0.84/debian/postrm
+++ opustex-0.84/debian/postrm
@@ -3,6 +3,7 @@
 # postrm script for the Debian GNU/Linux opustex package
 #   by Anthony Fok <[email protected]>
 #   Last modified:  Mon,  5 Apr 1999 21:50:44 -0600
+#   Last modified:  Sun,  8 Oct 2006 15:30:00 +0200
 
 package=opustex
 font_supplier=opustex
@@ -11,31 +12,25 @@
 std_TEXMFMAIN=/usr/share/texmf
 std_VARTEXFONTS=/var/spool/texmf
 
+if [ -x /usr/bin/kpsewhich ]; then
 TEXMFMAIN=`/usr/bin/kpsewhich -expand-var '$TEXMFMAIN'`
 : ${TEXMFMAIN:=$std_TEXMFMAIN}
 
 VARTEXFONTS=`/usr/bin/kpsewhich -expand-var '$VARTEXFONTS'`
 : ${VARTEXFONTS=$std_VARTEXFONTS}
+fi
 
 WEB2C=$TEXMFMAIN/web2c
 
 #DEBHELPER#
 
 case "$1" in
-    remove)
+    remove|upgrade)
        rm -f $WEB2C/$package.fmt $WEB2C/$package.log
-    ;;
-
-    upgrade)
-       rm -f $WEB2C/$package.fmt $WEB2C/$package.log
-       rm -rf $VARTEXFONTS/pk/*/$font_supplier/$font_typeface
-    ;;
-
-    purge)
        rm -rf $VARTEXFONTS/pk/*/$font_supplier/$font_typeface
     ;;
 
-    failed-upgrade|abort-install|abort-upgrade|disappear)
+    failed-upgrade|abort-install|abort-upgrade|disappear|purge)
     ;;
 
     *)

--- End Message ---
--- Begin Message ---
Version: 0.84-6.1+rm

The opustex package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/503521 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

Kind regards,
--
Marco Rodrigues


--- End Message ---

Reply via email to