[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#198299: marked as done (dh_installmime & xaw-stuff)



Your message dated Mon, 01 Sep 2003 09:18:43 -0400
with message-id <E19toZv-00005B-00@auric.debian.org>
and subject line Bug#198299: fixed in tetex-bin 2.0.2-4.3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 21 Jun 2003 11:41:56 +0000
>From hille42@web.de Sat Jun 21 06:41:40 2003
Return-path: <hille42@web.de>
Received: from smtp03.web.de (smtp.web.de) [217.72.192.158] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19TgkT-0005Ki-00; Sat, 21 Jun 2003 06:41:37 -0500
Received: from [213.7.23.144] (helo=preusse-16223.user.cis.dfn.de)
	by smtp.web.de with asmtp (WEB.DE 4.98 #232)
	id 19TgkO-0005oH-00
	for submit@bugs.debian.org; Sat, 21 Jun 2003 13:41:34 +0200
Received: by preusse-16223.user.cis.dfn.de (Postfix, from userid 1000)
	id 18DE146E3; Sat, 21 Jun 2003 13:14:03 +0200 (CEST)
Date: Sat, 21 Jun 2003 13:14:02 +0200
From: Hilmar Preusse <hille42@web.de>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: dh_installmime & xaw-stuff
Message-ID: <20030621111402.GA32619@preusse-16223.user.cis.dfn.de>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="lrZ03NoBR/3+SXJZ"
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
Organization: Hilmar Preusse Inc.
X-Uptime: 13:03:03 up 3 days, 13:32,  4 users,  load average: 1.53, 1.30, 1.11
X-Operating-System: Linux 2.4.21 i686
X-www.distributed.net: OGR: 6 packets (640.52 stats units) [2.28 Mnodes/s]
X-Confirmation-Request: yes
X-Confirm-Reading-To: "Hilmar Preusse" <hille42@web.de>
Sender: hille42@web.de
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-17.4 required=4.0
	tests=BAYES_10,FROM_ENDS_IN_NUMS,HAS_PACKAGE,PATCH_UNIFIED_DIFF,
	      USER_AGENT_MUTT
	autolearn=ham version=2.53-bugs.debian.org_2003_06_18
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_06_18 (1.174.2.15-2003-03-30-exp)


--lrZ03NoBR/3+SXJZ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: tetex-bin
Version: 2.0.2-4.1
Severity: wishlist
Tags: patch

Hello,

Just an idea: Until now the installation of the MIME-related stuff is
done manually in debian/rules and the call of /usr/sbin/update-mime
is hard coded into post{inst,rm}. My proposal is to swap over that
job to dh_installmime.
Further the installation of update-xaw-wrappers stuff was removed,
but not all related stuff were purged. I propose to remove that too.
Patch included.
Well, errrmm -- doesn't simplify our build-process that much.

Hilmar
-- 
sigmentation fault

--lrZ03NoBR/3+SXJZ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="debian.diff"

diff -urN debian.old/postinst debian/postinst
--- debian.old/postinst	Sat Jun 21 10:59:18 2003
+++ debian/postinst	Sat Jun 21 11:06:04 2003
@@ -236,16 +236,6 @@
 #  chmod -v 644 ${dir} 2>/dev/null | fgrep changed || true
 #done
 
-# register xdvi for mime
-if [ -x /usr/sbin/update-mime ]; then
-    update-mime
-fi
-
-if [ -x /usr/sbin/update-xaw-wrappers ]; then
-    update-xaw-wrappers
-fi
-
-
 # remove the manual setting of the xdvi alternatives when
 # they point to the obsolete location in /usr/X11R6/bin
 test -x /usr/bin/xdvi.bin  || update-alternatives --auto xdvi.bin
diff -urN debian.old/postrm debian/postrm
--- debian.old/postrm	Sat Jun 21 10:59:18 2003
+++ debian/postrm	Sat Jun 21 11:06:31 2003
@@ -5,15 +5,6 @@
 TEXMFD=/etc/texmf/texmf.d
 FMTD=/etc/texmf/fmt.d
 
-# unregister xdvi for mime
-if [ -x /usr/sbin/update-mime ]; then
-    update-mime
-fi
-
-if [ -x /usr/sbin/update-xaw-wrappers ]; then
-    update-xaw-wrappers
-fi
-
 rm -f /usr/lib/texmf/web2c /usr/share/texmf/web2c || true
 
 if [ x"$1" = xpurge ] ; then
diff -urN debian.old/rules debian/rules
--- debian.old/rules	Sat Jun 21 10:59:18 2003
+++ debian/rules	Sat Jun 21 11:01:42 2003
@@ -181,7 +181,6 @@
 	#(cd $(debvar)/web2c/; ln -s $(etcdir)/fmtutil.cnf .)
 #	install -m 644 texk/kpathsea/mktex.cnf $(debetc)/
 #	(cd $(debvar)/web2c/; ln -s $(etcdir)/mktex.cnf .)
-	install -m 644 debian/mime debian/$(package)/usr/lib/mime/packages/$(package)
 	cp debian/update-fmtutil.8 $(sharedir)/man/man8/
 #	update-updmap stuffs #########
 	install -m 755 debian/update-updmap debian/$(package)/usr/sbin
@@ -204,6 +203,7 @@
 	dh_installdocs -p$(package) -p$(sublib)
 	dh_installexamples
 	dh_installchangelogs -p$(package) -p$(sublib) ChangeLog
+	dh_installmime
 	dh_installmenu
 	dh_installcron
 	dh_installman new-manpages/[a-z]*
diff -urN debian.old/xaw-wrappers debian/xaw-wrappers
--- debian.old/xaw-wrappers	Sat Jun 21 10:59:18 2003
+++ debian/xaw-wrappers	Thu Jan  1 01:00:00 1970
@@ -1,9 +0,0 @@
-Program: /usr/bin/xdvi.bin
-Incompat: /usr/X11R6/lib/neXtaw
-Wrapped: /usr/bin/xdvi.real
-Link-name: xdvi.bin
-
-Program: /usr/bin/oxdvi.bin
-Incompat: /usr/X11R6/lib/neXtaw
-Wrapped: /usr/bin/oxdvi.real
-Link-name: oxdvi.bin

--lrZ03NoBR/3+SXJZ--

---------------------------------------
Received: (at 198299-close) by bugs.debian.org; 1 Sep 2003 13:23:21 +0000
>From katie@auric.debian.org Mon Sep 01 08:23:16 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19toeF-0004Kd-00; Mon, 01 Sep 2003 08:23:11 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 19toZv-00005B-00; Mon, 01 Sep 2003 09:18:43 -0400
From: Atsuhito KOHDA <kohda@debian.org>
To: 198299-close@bugs.debian.org
X-Katie: $Revision: 1.35 $
Subject: Bug#198299: fixed in tetex-bin 2.0.2-4.3
Message-Id: <E19toZv-00005B-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Mon, 01 Sep 2003 09:18:43 -0400
Delivered-To: 198299-close@bugs.debian.org

Source: tetex-bin
Source-Version: 2.0.2-4.3

We believe that the bug you reported is fixed in the latest version of
tetex-bin, which is due to be installed in the Debian FTP archive:

libkpathsea-dev_2.0.2-4.3_i386.deb
  to pool/main/t/tetex-bin/libkpathsea-dev_2.0.2-4.3_i386.deb
libkpathsea3_2.0.2-4.3_i386.deb
  to pool/main/t/tetex-bin/libkpathsea3_2.0.2-4.3_i386.deb
tetex-bin_2.0.2-4.3.diff.gz
  to pool/main/t/tetex-bin/tetex-bin_2.0.2-4.3.diff.gz
tetex-bin_2.0.2-4.3.dsc
  to pool/main/t/tetex-bin/tetex-bin_2.0.2-4.3.dsc
tetex-bin_2.0.2-4.3_i386.deb
  to pool/main/t/tetex-bin/tetex-bin_2.0.2-4.3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 198299@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Atsuhito KOHDA <kohda@debian.org> (supplier of updated tetex-bin package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 26 Aug 2003 22:19:35 +0900
Source: tetex-bin
Binary: libkpathsea3 tetex-bin libkpathsea-dev
Architecture: source i386
Version: 2.0.2-4.3
Distribution: unstable
Urgency: low
Maintainer: teTeX maintainers <debian-tetex-maint@lists.debian.org>
Changed-By: Atsuhito KOHDA <kohda@debian.org>
Description: 
 libkpathsea-dev - kpathsea.a and include files for teTeX
 libkpathsea3 - shared libkpathsea for teTeX
 tetex-bin  - The teTeX binary files
Closes: 93781 198299 198546 198549 199357 203532 204459 207160
Changes: 
 tetex-bin (2.0.2-4.3) unstable; urgency=low
 .
   * Refined handling of mime-related (& xaw) stuffs  [kohda]  (Closes: #198299)
   * Fixed mktexlsr so that permissions of ls-R would be preserved.  Thanks to
     jdg  [kohda]  (Closes: #198546, #198549, #203532)
   * Refined handling of language.dat in postinst.  Thanks to Frank Küster
     <frank@kuesterei.ch>  [kohda]  (Closes: #204459)
    - depended on tetex-base (>= 2.0.2-4.2) for the above change.
    - the default hyphenation patterns were of french and ngerman only.
   * Refined Description substantially.  Thanks to Hilmar Preusse
     <hille42@web.de> and Stefan Ulrich <stefan-ulrich.nntp@zen.co.uk>
     [kohda]
   * Lower priorities of debconf questions; tetex-bin/texmf (high -> medium),
     tetex-bin/fmtutil, tetex-bin/upd_map (medium -> low).  [kohda]
   * Fixed postrm with the patch of Hilmar Preusse <hille42@web.de>, so now
     it would remove generated map files under /etc/texmf/dvips at purge.
     [kohda]  (Closes: #207160)
   * Refined texdoc script; it now would use TEXDOCEXT and stopped to launch
     netscape anytime.  Thanks to Michael L. Brownlow <mike@wsmake.org> and
     Hilmar Preusse <hille42@web.de>.  [kohda]  (Closes: #93781, #199357)
    - added mime-support to Depends field for the above.
    - added 90TeXDoc.cnf for the above.
   * Changed templates a bit clearer, hopefully.  [kohda]
   * Updated README.Debian and postinst for explanations and handling for
     update-* scripts.  [kohda]
Files: 
 2212f4caa9d9bbb27a36dd731f7bd347 978 tex optional tetex-bin_2.0.2-4.3.dsc
 6994166b2dbb0d491ae22169331d777d 59204 tex optional tetex-bin_2.0.2-4.3.diff.gz
 bf1fd4d8b81f22ee1b92a2cab9da4d05 3885690 tex optional tetex-bin_2.0.2-4.3_i386.deb
 1ed0702505e4071a418b6ee6db37dd74 50470 libs optional libkpathsea3_2.0.2-4.3_i386.deb
 b37a587fb7bcafd5dc4445aae4b9b8a6 65142 libdevel optional libkpathsea-dev_2.0.2-4.3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/UrsC1IXdL1v6kOwRArlnAKCKpL1KgetKaWBFDtULRN2BLpPTTwCdHZ4/
tlt7ZhJD+rJdo31OyndgByk=
=gEMu
-----END PGP SIGNATURE-----



Reply to: