lp:ubuntu/gutsy/auctex

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/gutsy/auctex
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

8. By Michael Vogt

add missing depends on texlive-base-bin so that the postrm
does not fail on missing mktexlsr (LP: #148469)

7. By Davide G. M. Salvetti <email address hidden>

* copyright.in, COPYRIGHT, variables: Update copyright.
* config.in, install.in, postinst.in, postrm.in, preinst.in, prerm.in,
  remove.in: Linting.
* control (Build-Depends-Indep, Depends), install.in, remove.in,
  rules.in, auctex/bug.script.in (FLAVORS), auctex/conffiles.in,
  auctex/update-auctex-elisp.in, auctex/update-auctex-install.in: Added
  "emacs22". (Closes: #425148, #426339, #432206, #432215)
* postinst.in, postrm.in, prerm.in: Check script arguments before calling
  actions.
* variables (DINSTALL, DREMOVE): Check for "install-docs" in "${PATH}"
  rather than by absolute location.

* control (Build-Depends-Indep): Dropped "tetex-bin".
  (auctex/Recommends): Dropped "tetex-base".
  (preview-latex-style/Depends): Dropped "tetex-bin".
  (Build-Depends-Indep): Replaced "texlive-base" (which should have been
  "texlive-base-bin") by "texlive-latex-base", which depends on
  "texlive-base-bin" through "texlive-base" because LaTeX is needed by
  "preview" at build time to build its documentation, and checked for by
  "preview/configure".
  (auctex/Recommends): Replaced "xpdf" by "xpdf-reader", since it is the
  reader which is intended to be recommended.
  (auctex/Depends, auctex/Recommends): Move "gs-gpl | gs" from "Depends"
  to "Recommends", as it is not necessary at installation time and it is
  only needed by "preview".
  (preview-latex-style/Recommends): Added missing "doc-base"; note that
  since "auctex" depends on "preview-latex-style"), "doc-base" could be
  safely removed from "auctex/Recommends"; however, there's no harm
  duplicating it there, for the sake of clearness.
  (preview-latex-style/Depends): Replaced "texlive-base" by
  "tex-common", following Debian TeX policy implementation to check if
  "mktexlsr" has to be run.
  (Build-Depends-Indep): Removed "ed", which is no more necessary.
  (auctex/Depends): Removed "debianutils (>= 1.7)", which is no more
  necessary (see #198778).
* auctex/install.in (do_install): Pass "LATEX=/bin/true",
  "PDFLATEX=/bin/true", and "TEX=/bin/true" to configure, in order to
  skip the associated program-in-path test. This avoids an unnecessary
  dependency on "texlive-latex-base". (Closes: #408227, #428908)

* install.in (do_install): Remove an extra space character in the
  'setting-up' message.

* po/pt_BR.po: Updated; thanks to André Luís Lopes. (Closes: #421529)
* po/ru.po: New file; thanks to Yuri Kozlov. (Closes: #434238)

* auctex/docbase.auctex.in, auctex/docbase.preview.in: Remove
  unsupported format "texinfo".

* auctex/lintian.in, preview-latex-style/lintian.in: We do check for
  "installdocs" existence.
* rules.in (DFILES, binary-indep-pls): Add "lintian" overrides for
  "preview-latex-style".

* rules.in (clean): Test for "Makefile" existence before calling "make
  distclean".

6. By Reinhard Tartler

prefer emacs21 over emacs22 in build dependencies as discussed with
Martin Pitt <email address hidden>

5. By Reinhard Tartler

Make auctex work with emacs22. Patch taken from
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=10;filename=auctex-emacs22.diff;att=1;bug=425148
modified to prefer emacs22 over emacs21. LP: #127244

4. By Davide G. M. Salvetti <email address hidden>

* Rebuild with clean source.
* rules.in (build-package): Added dependency on the "clean" target.

3. By Davide G. M. Salvetti <email address hidden>

* New upstream release.
* ../latex.el: Revert to upstream.
* ../tex-buf.el: Revert to upstream.
* ../tex.el: Revert to upstream.
* rules (build, binary-indep): Reflect upstream change in html build
  directory.
* rules (binary-indep): Add "RELEASE" to "/usr/share/doc/auctex/".

2. By Davide G. M. Salvetti <email address hidden>

* New upstream CVS version. (Closes: #115660, #109114)
* ../tex-site.el(TeX-macro-global): Removed old ".../lib/texmf/" items;
  added "/usr/local/share/texmf/bibtex/" and
  "/usr/share/texmf/bibtex/"; thanks to Matt Hodges. (Closes: #125715)
* COPYRIGHT: Updated.
* README(Font-LaTeX): Documented new default. (Closes: #115694)
* config: Removed fldefault and flalreadydefault, see
  README(Font-LaTeX). (Closes: #115694)
* control(Dependes): Removed no longer existing mule2.
  (Standards-Version): Updated to 3.5.6.
  Build-Depends -> Build-Depends-Indep.
* copyright: Updated.
* install: Removed no longer existing mule2.
  Added do_auto from postinst.
* postinst: Removed fldefault code, see README(Font-LaTeX).
  (Closes: #115694)
  Moved do_auto to install.
* postrm: Removed no more needed debconf sourcing.
* preinst: Removed no more needed debconf sourcing.
* prerem: Moved undo_auto to remove.
* remove: Removed no longer existing mule2.
  Added undo_auto from remove; thanks to Julian D. Gilbey.
  (Closes: #117047)
* templates: Added Spanish; thanks to Gorka Olaizola. (Closes: #108211)
  Removed fldefault and flalreadydefault, see README(Font-LaTeX).
  (Closes: #115694)
* update-auctex-elisp: Removed no longer existing mule2.
  Added flavor arguments; thanks to Julian D. Gilbey. (Closes: #117047)
* update-auctex-elisp.8: Documented new command-line arguments.
* variables(AUC TeX sources): Added font-latex.el, tex-font.el.
  (Contributed sources): Removed font-latex.el, added tex-fptex.el.
  (Styles): Added verbatim.el.

1. By Davide G. M. Salvetti <email address hidden>

Import upstream version 11.06

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/lucid/auctex
This branch contains Public information 
Everyone can see this information.

Subscribers