-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Package: auctex
Version: 11.83-6
Severity: normal
- -- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.21.1-tommy
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Versions of packages auctex depends on:
ii debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii debianutils 2.17 Miscellaneous utilities specific t
ii emacs22-gtk [emacs22] 22.1+1-1 The GNU Emacs editor (with GTK use
ii gs-gpl [gs] 8.54.dfsg.1-5 The GPL Ghostscript PostScript int
ii make 3.81-2 The GNU version of the "make" util
ii preview-latex-style 11.83-6 LaTeX style files for editor embed
Versions of packages auctex recommends:
pn doc-base <none> (no description available)
ii gv [pdf-viewer] 1:3.6.2-3 PostScript and PDF viewer for X
ii tetex-base 3.0.dfsg.3-5 Basic TeX input files of teTeX
ii xpdf 3.01-9 Portable Document Format (PDF) sui
ii xpdf-reader [pdf-viewer] 3.01-9 Portable Document Format (PDF) sui
ii xpdf-utils [pdf-viewer] 3.01-9 Portable Document Format (PDF) sui
- -- debconf information:
auctex/doauto: Background
auctex/logfile: /tmp/update-auctex-elisp.KC18924
auctex/doautofg: File
diff -urN auctex-11.83/debian/auctex/conffiles.in auctex-11.83-my/debian/auctex/conffiles.in
--- auctex-11.83/debian/auctex/conffiles.in 2007-07-08 13:05:46.000000000 +0400
+++ auctex-11.83-my/debian/auctex/conffiles.in 2007-07-08 15:47:11.000000000 +0400
@@ -3,6 +3,9 @@
s|emacs|emacs21|; $_=~tr|/|/|s; print:>
<:$_="${sstartd}/${EPRIORITY}${PACKAGE}.el";
s|emacs|emacs-snapshot|; $_=~tr|/|/|s; print:>
+<:$_="${sstartd}/${EPRIORITY}${PACKAGE}.el";
+ s|emacs|emacs22|; $_=~tr|/|/|s; print:>
+
<:=if($_="${cron_weekly}/${PACKAGE}")=~tr|/|/|s:>
<:
# arch-tag: 6a902afa-3563-4a43-8c5c-77de4bf3b393
diff -urN auctex-11.83/debian/auctex/install.in auctex-11.83-my/debian/auctex/install.in
--- auctex-11.83/debian/auctex/install.in 2007-07-08 13:05:46.000000000 +0400
+++ auctex-11.83-my/debian/auctex/install.in 2007-07-08 13:06:43.000000000 +0400
@@ -103,7 +103,7 @@
case "${FLAVOR}" in
(emacs) : ;;
- (emacs21|emacs-snapshot)
+ (emacs21|emacs22|emacs-snapshot)
<:# clean old cruft :>//
do_clean_old_cruft ${FLAVOR}
do_install ${FLAVOR}
diff -urN auctex-11.83/debian/auctex/remove.in auctex-11.83-my/debian/auctex/remove.in
--- auctex-11.83/debian/auctex/remove.in 2007-07-08 13:05:46.000000000 +0400
+++ auctex-11.83-my/debian/auctex/remove.in 2007-07-08 13:06:56.000000000 +0400
@@ -36,7 +36,7 @@
case "${FLAVOR}" in
(emacs) : ;;
- (emacs21|emacs-snapshot)
+ (emacs21|emacs22|emacs-snapshot)
<:# remove all parsed information files :>//
undo_auto
undo_install
diff -urN auctex-11.83/debian/control auctex-11.83-my/debian/control
--- auctex-11.83/debian/control 2007-07-08 13:05:46.000000000 +0400
+++ auctex-11.83-my/debian/control 2007-07-08 13:06:25.000000000 +0400
@@ -4,11 +4,11 @@
Maintainer: Davide G. M. Salvetti <[EMAIL PROTECTED]>
Uploaders: OHURA Makoto <[EMAIL PROTECTED]>
Standards-Version: 3.7.2
-Build-Depends-Indep: ed, emacs21 | emacs-snapshot, eperl, gs-gpl | gs, po-debconf, tetex-bin | texlive-base, texinfo, texi2html (>=1.76-1)
+Build-Depends-Indep: ed, emacs21 | emacs22 | emacs-snapshot, eperl, gs-gpl | gs, po-debconf, tetex-bin | texlive-base, texinfo, texi2html (>=1.76-1)
Package: auctex
Architecture: all
-Depends: debconf | debconf-2.0, debianutils (>= 1.7), emacs21 | emacs-snapshot, gs-gpl | gs, make, preview-latex-style
+Depends: debconf | debconf-2.0, debianutils (>= 1.7), emacs21 | emacs22 | emacs-snapshot, gs-gpl | gs, make, preview-latex-style
Recommends: tetex-base | texlive-latex-recommended, doc-base, xpdf | pdf-viewer
Suggests: catdvi, dvipng, lacheck
Conflicts: emacspeak (<= 17.0-1), preview-latex
diff -urN auctex-11.83/debian/rules.in auctex-11.83-my/debian/rules.in
--- auctex-11.83/debian/rules.in 2007-07-08 13:05:46.000000000 +0400
+++ auctex-11.83-my/debian/rules.in 2007-07-08 15:55:31.000000000 +0400
@@ -85,7 +85,9 @@
--prefix=<:$_=${usr}; s|/+|/|g; print:> \
--infodir=<:=${info}:> \
--with-emacs=$$(test -x /usr/bin/emacs-snapshot \
- && echo emacs-snapshot || echo emacs21 )
+ && echo emacs-snapshot || \
+ (test -x /usr/bin/emacs22 \
+ && echo emacs22 || echo emacs21) )
cd doc && $(MAKE) all
cd doc && $(MAKE) auctex.htmls/auctex.html
cd doc && $(MAKE) preview-latex.htmls/preview-latex.html
@@ -172,13 +174,17 @@
<:# install Debian system files :>//
$(INSTDIR) $(auctex)/<:$_=${sstartd}; s|emacs|emacs21|; print:> \
- $(auctex)/<:$_=${sstartd}; s|emacs|emacs-snapshot|; print:>
+ $(auctex)/<:$_=${sstartd}; s|emacs|emacs-snapshot|; print:> \
+ $(auctex)/<:$_=${sstartd}; s|emacs|emacs22|; print:>
$(INSTDATA) debian/<:=${PACKAGE}:>/lisp-startup.el \
$(auctex)/<:$_="${sstartd}/${EPRIORITY}${PACKAGE}.el";
s|emacs|emacs21|; $_=~tr|/|/|s; print:>
$(INSTDATA) debian/<:=${PACKAGE}:>/lisp-startup.el \
$(auctex)/<:$_="${sstartd}/${EPRIORITY}${PACKAGE}.el";
s|emacs|emacs-snapshot|; $_=~tr|/|/|s; print:>
+ $(INSTDATA) debian/<:=${PACKAGE}:>/lisp-startup.el \
+ $(auctex)/<:$_="${sstartd}/${EPRIORITY}${PACKAGE}.el";
+ s|emacs|emacs22|; $_=~tr|/|/|s; print:>
$(INSTDIR) $(auctex)/<:=${cron_weekly}:>
$(INSTSCRIPT) debian/<:=${PACKAGE}:>/cron \
$(auctex)/<:=${cron_weekly}:>/<:=${PACKAGE}:>
- --
Victor Chukhantsev
gpg --keyserver wwwkeys.nl.pgp.net --recv-keys 0xF5BCF225
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ <http://mailcrypt.sourceforge.net/>
iD8DBQFGkNxzn8FVNfW88iURAmBbAJ9kdjwCO++P5yUe3eTwGtIqeqAY1wCfT4yj
zDiv0q54qadevLbkeMYE4Tw=
=uqyq
-----END PGP SIGNATURE-----