Your message dated Sat, 23 Apr 2005 14:17:08 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#293139: fixed in auctex 11.55-2
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; 1 Feb 2005 12:38:29 +0000
>From [EMAIL PROTECTED] Tue Feb 01 04:38:29 2005
Return-path: <[EMAIL PROTECTED]>
Received: from idmailgate1.unizh.ch [130.60.68.105]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CvxIa-0007dJ-00; Tue, 01 Feb 2005 04:38:28 -0800
Received: from alhambra.kuesterei.ch ([130.60.169.112])
by idmailgate1.unizh.ch (8.12.10/8.12.10/Debian-2) with ESMTP id
j11CcQQK014017
for <[EMAIL PROTECTED]>; Tue, 1 Feb 2005 13:38:26 +0100
Received: from frank by alhambra.kuesterei.ch with local (Exim 3.35 #1 (Debian))
id 1CvxIX-00040k-00
for <[EMAIL PROTECTED]>; Tue, 01 Feb 2005 13:38:25 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: auctex: please add a reportbug script
X-Debbugs-CC: Frank K�ster <[EMAIL PROTECTED]>
MIME-version: 1.0
Content-type: text/plain; charset=iso-8859-1
Message-Id: <[EMAIL PROTECTED]>
From: =?iso-8859-1?Q?Frank_K=FCster?= <[EMAIL PROTECTED]>
Date: Tue, 01 Feb 2005 13:38:25 +0100
X-Virus-Scanned: by amavisd-new
Content-Transfer-Encoding: quoted-printable
X-MIME-Autoconverted: from 8bit to quoted-printable by idmailgate1.unizh.ch id
j11CcQQK014017
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-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: auctex
Version: 11.54-4.1
Severity: wishlist
Hi Davide,
I would suggest that you apply the included patch. It will cause the
information from TeX-submit-bug-report to be included in Debian bug
reports. It will look like this - actually this bug was created with
my patched version:
Emacs : GNU Emacs 21.3.1 (i386-pc-linux-gnu, X toolkit, Xaw3d scroll bar=
s)
of 2003-11-15 on alhambra, modified by Debian
Package: AUCTeX 11.54
current state:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
(setq
window-system nil
LaTeX-version "2e"
TeX-style-path '("style/" "auto/" "/usr/share/emacs21/site-lisp/auctex/s=
tyle/" "/var/lib/auctex/emacs21/")
TeX-auto-save nil
TeX-parse-self nil
TeX-master t
)
Maybe we can also add the usual "remember to cover the basics"
boilerplate.
Regards, Frank
diff -Nur auctex-11.54.orig/debian/changelog auctex-11.54/debian/changelo=
g
--- auctex-11.54.orig/debian/changelog Tue Feb 1 13:28:29 2005
+++ auctex-11.54/debian/changelog Tue Feb 1 13:26:09 2005
@@ -1,3 +1,10 @@
+auctex (11.54-4.1) unstable; urgency=3Dlow
+
+ * local version number
+ * add reportbug script
+
+ -- Frank K=FCster <[EMAIL PROTECTED]> Tue, 1 Feb 2005 13:26:09 +0100
+
auctex (11.54-4) unstable; urgency=3Dmedium
=20
* control (Conflicts): Set emacspeak version to (<=3D 17.0-1).
diff -Nur auctex-11.54.orig/debian/reportbug.script auctex-11.54/debian/r=
eportbug.script
--- auctex-11.54.orig/debian/reportbug.script Thu Jan 1 01:00:00 1970
+++ auctex-11.54/debian/reportbug.script Tue Feb 1 13:20:33 2005
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+EMACS_COMMAND=3D'(progn(TeX-submit-bug-report)
+ (princ(buffer-substring (point)(or
+ (search-forward "\n-- \n" nil t)(point-max)
+))))'
+
+yes | emacs -batch --eval "$EMACS_COMMAND" 2>/dev/null >&3
+
+
diff -Nur auctex-11.54.orig/debian/rules.in auctex-11.54/debian/rules.in
--- auctex-11.54.orig/debian/rules.in Tue Feb 1 13:28:29 2005
+++ auctex-11.54/debian/rules.in Tue Feb 1 13:24:33 2005
@@ -107,7 +107,7 @@
# install Debian system files
$(INSTDIR) $(tmp)/<:=3D${lisp}:> $(tmp)/<:=3D${cron_weekly}:> \
$(tmp)/<:=3D${sbin}:> $(tmp)/<:=3D${ecode}:>/{install,remove} \
- $(tmp)/<:=3D${docbase}:> $(tmp)/<:=3D${var}:>
+ $(tmp)/<:=3D${docbase}:> $(tmp)/<:=3D${var}:>
$(tmp)/<:=3D${bugscript}=
:>
$(INSTDATA) debian/docbase $(tmp)/<:=3D${docbase}:>/<:=3D${PACKAGE}:>
$(INSTSCRIPT) debian/cron $(tmp)/<:=3D${cron_weekly}:>/<:=3D${PACKAGE}:=
>
$(INSTSCRIPT) debian/<:=3D${UPDATE_ELISP}:> $(tmp)/<:=3D${sbin}:>
@@ -120,6 +120,7 @@
$(INSTDATA) debian/{conffiles,templates} $(tmp)/<:=3D${debian}:>
$(INSTSCRIPT) debian/{config,preinst,postinst,postrm,prerm} \
$(tmp)/<:=3D${debian}:>
+ $(INSTSCRIPT) debian/reportbug.script $(tmp)/<:=3D${bugscript}:>/auctex
=20
# standard stuff
#-# cd $(tmp) && du -k * | grep -v 'DEBIAN' | sort -k 2 -o $(tmp)/<:=3D$=
{debian}:>/du
diff -Nur auctex-11.54.orig/debian/system.variables auctex-11.54/debian/s=
ystem.variables
--- auctex-11.54.orig/debian/system.variables Tue Feb 1 13:28:29 2005
+++ auctex-11.54/debian/system.variables Tue Feb 1 13:24:00 2005
@@ -25,6 +25,8 @@
<:$DINSTALL=3D"test -x /usr/sbin/install-docs && install-docs --install"=
:>//
<:$DREMOVE=3D"test -x /usr/sbin/install-docs && install-docs --remove":>=
//
<:$docbase=3D"/usr/share/doc-base/":>//
+<:# reportbug:>//
+<:$bugscript=3D"/usr/share/bug":>//
<:# emacs:>//
<:$ELCLOG=3D"CompilationLog":>//
<:$EINSTALL=3D"/usr/lib/emacsen-common/emacs-package-install":>//
-- System Information
Debian Release: 3.0-bunk-2
Architecture: i386
Kernel: Linux alhambra 2.4.27 #1 Sam Sep 25 11:29:41 CEST 2004 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]
Versions of packages auctex depends on:
ii debconf 1.2.34 Debian configuration managem=
ent sy
ii debianutils 2.5.4 Miscellaneous utilities spec=
ific t
ii emacs21 21.3+1-4 The GNU Emacs editor
ii make 3.79.1-14 The GNU version of the "make=
" util
---------------------------------------
Received: (at 293139-close) by bugs.debian.org; 23 Apr 2005 18:21:30 +0000
>From [EMAIL PROTECTED] Sat Apr 23 11:21:30 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DPPFy-0005qA-00; Sat, 23 Apr 2005 11:21:30 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DPPBk-0004I1-00; Sat, 23 Apr 2005 14:17:08 -0400
From: [EMAIL PROTECTED] (Davide G. M. Salvetti)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#293139: fixed in auctex 11.55-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 23 Apr 2005 14:17:08 -0400
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-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
X-Spam-Level:
Source: auctex
Source-Version: 11.55-2
We believe that the bug you reported is fixed in the latest version of
auctex, which is due to be installed in the Debian FTP archive:
auctex_11.55-2.diff.gz
to pool/main/a/auctex/auctex_11.55-2.diff.gz
auctex_11.55-2.dsc
to pool/main/a/auctex/auctex_11.55-2.dsc
auctex_11.55-2_all.deb
to pool/main/a/auctex/auctex_11.55-2_all.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Davide G. M. Salvetti <[EMAIL PROTECTED]> (supplier of updated auctex 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: Sat, 23 Apr 2005 19:47:40 +0200
Source: auctex
Binary: auctex
Architecture: source all
Version: 11.55-2
Distribution: unstable
Urgency: low
Maintainer: Davide G. M. Salvetti <[EMAIL PROTECTED]>
Changed-By: Davide G. M. Salvetti <[EMAIL PROTECTED]>
Description:
auctex - An integrated environment for writing TeX/LaTeX documents
Closes: 293139 302915 302916
Changes:
auctex (11.55-2) unstable; urgency=low
.
* bug.presubj, bug.script: New files; thanks to Frank Küster.
(Closes: #293139)
* install (do_install): Add a directory separator at the end of
"--with-auto-dir"; thanks to Reuben Thomas. (Closes: #302916)
* rules (binary-indep): Handle "bug.presubj" and "bug.script".
* rules (binary-indep): Remove "tex-site.el", which is not needed;
thanks to Reuben Thomas. (Closes: #302915)
Files:
7f287073fad4442c02cb15b6bebbf96e 651 tex optional auctex_11.55-2.dsc
52adb7c782054534e4e15b4f39566d30 25248 tex optional auctex_11.55-2.diff.gz
c8f647b0af83662ccc4a02702971f154 645268 tex optional auctex_11.55-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: http://www.linux.it/~salve/dgms.gpg
iD8DBQFCao0xISswbJOWhl0RAt0bAKCfPr6q2thls0+s2KafZiHbp4rodgCgpWmA
LKOp0QSPlERNsvkRBeoVo18=
=WYsV
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]