On Thu, Dec 11, 2014 at 3:52 PM, Guillem Jover wrote:
> A solution to the above is to simply switch the triggers to their
> noawait variants, in this case from «interest» to «interest-noawait»,
> as long as they are not critical for the activating packages, which I
> cannot tell here. Otherwise a fix might unfortunatly be more involved.

Hi,

I uploaded an nmu fixing this to unstable.  Please see attached.

This will also need a tpu, which I'll upload in a few days also if no
one else gets around to it instead.

Best wishes,
Mike
diff -Nru auctex-11.88/debian/auctex.triggers auctex-11.88/debian/auctex.triggers
--- auctex-11.88/debian/auctex.triggers	2014-11-01 16:57:29.000000000 +0000
+++ auctex-11.88/debian/auctex.triggers	2015-01-02 18:20:23.000000000 +0000
@@ -1,5 +1,5 @@
-interest /usr/share/texmf
-interest /usr/share/texlive/texmf-dist
+interest-noawait /usr/share/texmf
+interest-noawait /usr/share/texlive/texmf-dist
 interest auctex-install-emacs23
 interest auctex-install-emacs24
 interest auctex-install-emacs-snapshot
diff -Nru auctex-11.88/debian/changelog auctex-11.88/debian/changelog
--- auctex-11.88/debian/changelog	2014-11-01 21:59:28.000000000 +0000
+++ auctex-11.88/debian/changelog	2015-01-02 18:20:23.000000000 +0000
@@ -1,3 +1,10 @@
+auctex (11.88-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Use interest-nowait triggers for files in /usr/share (closes: #772873).
+
+ -- Michael Gilbert <mgilb...@debian.org>  Fri, 02 Jan 2015 18:14:08 +0000
+
 auctex (11.88-1) unstable; urgency=medium
 
   * [9129986] Imported Upstream version 11.88

Reply via email to