Your message dated Thu, 04 Aug 2005 03:32:09 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#119260: fixed in mmm-mode 0.4.8-1 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; 12 Nov 2001 05:10:21 +0000 >From [EMAIL PROTECTED] Sun Nov 11 23:10:21 2001 Return-path: <[EMAIL PROTECTED]> Received: from ns.do-johodai.ac.jp [202.34.242.5] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 1639MS-0002zT-00; Sun, 11 Nov 2001 23:10:20 -0600 Received: from ns.do-johodai.ac.jp ([EMAIL PROTECTED]) by ns.do-johodai.ac.jp with ESMTP id fAC5AHg20334 for <[EMAIL PROTECTED]>; Mon, 12 Nov 2001 14:10:17 +0900 (JST) Received: from mails.do-johodai.ac.jp (iserve.do-johodai.ac.jp [172.17.12.3]) by ns.do-johodai.ac.jp with ESMTP id fAC5AG720330 for <[EMAIL PROTECTED]>; Mon, 12 Nov 2001 14:10:16 +0900 (JST) Received: from fine.do-johodai.ac.jp ([EMAIL PROTECTED]) by mails.do-johodai.ac.jp (8.8.8+2.7Wbeta7/3.7W) with ESMTP id OAA00113 for <[EMAIL PROTECTED]>; Mon, 12 Nov 2001 14:10:11 +0900 (JST) Date: Mon, 12 Nov 2001 14:10:24 +0900 Message-ID: <[EMAIL PROTECTED]> From: YAMASHITA Junji <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: mmm-mode: please use package directory for elc files X-Debbugs-CC: YAMASHITA Junji <[EMAIL PROTECTED]> User-Agent: Wanderlust/2.7.5 (Too Funky) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.1 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Delivered-To: [EMAIL PROTECTED] Package: mmm-mode Version: 0.4.7-2 Severity: normal Tags: patch elisp source files are placed on /usr/share/emacs/site-lisp/mmm-mode, but byte-compiled files are on /usr/share/${FLAVOR}/site-lisp ! Please put byte-compiled files on /usr/share/${FLAVOR}/site-lisp/mmm-mode if there is no problem do it so. Here is patch. ; Note that this code is not tested. --- /usr/lib/emacsen-common/packages/install/mmm-mode Wed Aug 8 05:51:45 2001 +++ install.mmm-mode Mon Nov 12 14:04:14 2001 @@ -10,7 +10,13 @@ echo "install/mmm-mode: byte-compiling for ${FLAVOR}" cd /usr/share/emacs/site-lisp/mmm-mode cp $FILES /usr/share/${FLAVOR}/site-lisp - cd /usr/share/${FLAVOR}/site-lisp + if [ -d /usr/share/${FLAVOR}/site-lisp/mmm-mode ];then + : + else + rm -f /usr/share/${FLAVOR}/site-lisp/mmm-mode + mkdir /usr/share/${FLAVOR}/site-lisp/mmm-mode + fi + cd /usr/share/${FLAVOR}/site-lisp/mmm-mode echo "(setq load-path (cons nil load-path))" > script ${FLAVOR} -q -batch -l script -f batch-byte-compile $FILES rm script $FILES --- /usr/lib/emacsen-common/packages/remove/mmm-mode Wed Aug 8 05:51:45 2001 +++ remove.mmm-mode Mon Nov 12 14:05:01 2001 @@ -1,15 +1,12 @@ #!/bin/sh -e -FILES="mmm-compat.elc mmm-vars.elc mmm-utils.elc mmm-auto.elc mmm-region.elc mmm-class.elc mmm-cmds.elc mmm-mode.elc mmm-sample.elc mmm-mason.elc mmm-univ.elc mmm-rpm.elc" - FLAVOR="$1" echo "install/mmm-mode: Handling removal of emacsen flavor ${FLAVOR}" if [ "${FLAVOR}" != "emacs" ]; then echo "install/mmm-mode: purging byte-compiled files for ${FLAVOR}" - cd /usr/share/${FLAVOR}/site-lisp - rm -f $FILES + rm -rf /usr/share/${FLAVOR}/site-lisp/mmm-mode fi exit 0; -- System Information Debian Release: testing/unstable Architecture: i386 Kernel: Linux fine 2.4.14 #1 Tue Nov 6 17:14:18 JST 2001 i686 Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP Versions of packages mmm-mode depends on: ii emacs20-dl [emacs20] 20.7-8 The GNU Emacs editor. (Dynamic Loa ii emacs20-dl [emacsen] 20.7-8 The GNU Emacs editor. (Dynamic Loa ii emacs21 [emacsen] 21.1-1 The GNU Emacs editor. --------------------------------------- Received: (at 119260-close) by bugs.debian.org; 4 Aug 2005 10:39:30 +0000 >From [EMAIL PROTECTED] Thu Aug 04 03:39:30 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E0d1F-0002eO-00; Thu, 04 Aug 2005 03:32:09 -0700 From: Russ Allbery <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#119260: fixed in mmm-mode 0.4.8-1 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Thu, 04 Aug 2005 03:32:09 -0700 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: mmm-mode Source-Version: 0.4.8-1 We believe that the bug you reported is fixed in the latest version of mmm-mode, which is due to be installed in the Debian FTP archive: mmm-mode_0.4.8-1.diff.gz to pool/main/m/mmm-mode/mmm-mode_0.4.8-1.diff.gz mmm-mode_0.4.8-1.dsc to pool/main/m/mmm-mode/mmm-mode_0.4.8-1.dsc mmm-mode_0.4.8-1_all.deb to pool/main/m/mmm-mode/mmm-mode_0.4.8-1_all.deb mmm-mode_0.4.8.orig.tar.gz to pool/main/m/mmm-mode/mmm-mode_0.4.8.orig.tar.gz 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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Russ Allbery <[EMAIL PROTECTED]> (supplier of updated mmm-mode 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Wed, 3 Aug 2005 00:08:23 -0700 Source: mmm-mode Binary: mmm-mode Architecture: source all Version: 0.4.8-1 Distribution: unstable Urgency: low Maintainer: Debian QA Group <[EMAIL PROTECTED]> Changed-By: Russ Allbery <[EMAIL PROTECTED]> Description: mmm-mode - Multiple Major Mode for Emacs Closes: 96185 119260 214681 218087 232775 281659 Changes: mmm-mode (0.4.8-1) unstable; urgency=low . * QA upload. * New upstream version. (Closes: #281659, #214681) - Use virgin upstream tarball. (Closes: #96185) * Remove the compatibility code for three-argument regexp-opt in XEmacs, since XEmacs has now reverted back to two arguments. * Provide a match-string-no-properties alias for XEmacs. * Use installation and removal code similar to other mode packages. - Install *.elc files into a subdirectory. (Closes: #119260) - Use -no-site-file or --no-site-file. (Closes: #218087) * Depend on emacs21 instead of emacs20. (Closes: #232775) * Add a versioned dependency on xemacs21-basesupport to get a two-argument regexp-opt. * Update standards-version to 3.6.2 (no changes required). * Update debhelper level to V4 and add versioned dependency. Files: 4d15bdd51b8ca41c8ca61b4bc5eebbb5 576 editors optional mmm-mode_0.4.8-1.dsc 5dd9e415ced923b588962efa41324de4 231318 editors optional mmm-mode_0.4.8.orig.tar.gz 6f76210a48a25f25cb16ab86e90d81e1 3520 editors optional mmm-mode_0.4.8-1.diff.gz d0c2e89b95a6a8928d0940c6d0ab1477 106686 editors optional mmm-mode_0.4.8-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iEYEARECAAYFAkLx6bgACgkQmO5zOp3h7rHy6wCdHEFzf0654m4pAnZpOsO6hoS7 hl8An2IRusDF+WHR6bH9+yhxTyHl/KlM =+y+Y -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]