Processing of tcng_10b-4_i386.changes
tcng_10b-4_i386.changes uploaded successfully to localhost along with the files: tcng_10b-4.dsc tcng_10b-4.diff.gz tcng_10b-4_i386.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1skddc-0001x2...@franck.debian.org
tcng_10b-4_i386.changes ACCEPTED into unstable
Accepted: tcng_10b-4.diff.gz to main/t/tcng/tcng_10b-4.diff.gz tcng_10b-4.dsc to main/t/tcng/tcng_10b-4.dsc tcng_10b-4_i386.deb to main/t/tcng/tcng_10b-4_i386.deb Changes: tcng (10b-4) unstable; urgency=low . * Orphan the package. * Add textlive-latex-recommended to Build-Depends, needed for url.sty (Closes: #666336). * Bump standards to 3.9.3 (no changes), debhelper to 8 (dh_prep). * Fix CFLAGS and LDFLAGS being ignored, get them from dpkg-buildflags. * Implement missing build-{arch,indep}. Override entries for your package: tcng_10b-4.dsc - source net tcng_10b-4_i386.deb - extra net Announcing to debian-devel-chan...@lists.debian.org Closing bugs: 666336 Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1skdfb-00026r...@franck.debian.org
Bug#669319: bhl: visiting .bhl after --remove
Package: bhl Version: 1.7.3-2 Severity: normal File: /etc/emacs/site-start.d/50bhl.el After dpkg --remove bhl visiting a .bhl file emacs23 -q /tmp/foo.bhl gives an error File mode specification error: (file-error "Cannot open load file" "bhl") where I hoped it would just give fundamental-mode or whatever. dpkg --remove leaves behind conf files like 50bhl.el. Generally the lisp startup should check for the package contents before making an auto-mode-alist setup. Eg. (if (not (file-exists-p "/usr/share/emacs/site-lisp/bhl.el")) (message "bhl removed but not purged, skipping setup") (autoload ...) (add-to-list '...)) Incidentally, the auto-load-alist regexp usually should be "\\.bhl\\'" rather than "\\.bhl$" since $ matches a newline whereas \\' is end of string -- in the highly unlikely event a non-bhl file has ".bhl\n" in its name :-). -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (990, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-486 Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/dash Versions of packages bhl depends on: ii dpkg 1.15.8.8 ii emacs21 [emacsen]21.4a+1-5.7 ii emacs22-gtk [emacsen]22.3+1-1.2 ii emacs23 [emacsen]23.3+1-1 ii install-info 4.13a.dfsg.1-8 ii xemacs21-mule [emacsen] 21.4.22-3.2 bhl recommends no packages. bhl suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/87aa28a8ck@blah.blah