Your message dated Thu, 26 Jul 2007 03:32:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#432100: fixed in emacs-goodies-el 26.13-1 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)
--- Begin Message ---Package: emacs-goodies-el Version: 26.11-1 Severity: wishlist Tags: patch Now that emacs22 has been uploaded to unstable, it would be nice if you would prefer it as the first emacs alternative in your packages. Also, the list of files to skip for byte-compilation should be updated, so that the same files are skipped as in emacs-snapshot. The following patch takes care of this: diff -ru emacs-goodies-el-26.11.old/debian/changelog emacs-goodies-el-26.11/debian/changelog --- emacs-goodies-el-26.11.old/debian/changelog 2007-07-07 16:43:28.000000000 +0200 +++ emacs-goodies-el-26.11/debian/changelog 2007-07-07 16:43:57.000000000 +0200 @@ -1,3 +1,14 @@ +emacs-goodies-el (26.11-1sven1) unstable; urgency=low + + * debian/control: + Prefer emacs22 as first alternative throughout. + * debian-el.emacsen-install.in, emacs-goodies-el.emacsen-install.in, + gnus-bonus-el.emacsen-install.in, vm-bonus-el.emacsen-install.in: + Skip the same files for byte-compilation in emacs22 as in + emacs-snapshot. + + -- Sven Joachim <[EMAIL PROTECTED]> Sat, 07 Jul 2007 16:39:26 +0200 + emacs-goodies-el (26.11-1) unstable; urgency=low * dpkg-dev-el: diff -ru emacs-goodies-el-26.11.old/debian/control emacs-goodies-el-26.11/debian/control --- emacs-goodies-el-26.11.old/debian/control 2007-07-07 16:43:28.000000000 +0200 +++ emacs-goodies-el-26.11/debian/control 2007-07-07 16:43:57.000000000 +0200 @@ -8,7 +8,7 @@ Package: emacs-goodies-el Architecture: all -Depends: emacs21 | emacsen, bash (>= 2.05a) | bash-static +Depends: emacs22 | emacsen, bash (>= 2.05a) | bash-static Recommends: dict, wget, perl-doc Replaces: emacs-goodies-extra-el Provides: emacs-goodies-extra-el @@ -99,7 +99,7 @@ Package: gnus-bonus-el Architecture: all -Depends: emacs21 | emacsen, gnus | emacs21 | xemacs21 | emacs-snapshot +Depends: emacs22 | emacsen, gnus | emacs22 | emacs21 | xemacs21 | emacs-snapshot Section: news Description: Miscellaneous add-ons for Gnus This package contains a few Emacs-Lisp files, obtained from various @@ -123,7 +123,7 @@ Package: devscripts-el Architecture: all -Depends: emacs21 | emacsen, bash (>= 2.05a), devscripts, dpkg-dev-el, elserv +Depends: emacs22 | emacsen, bash (>= 2.05a), devscripts, dpkg-dev-el, elserv Description: Emacs wrappers for the commands in devscripts This package contains: devscripts - wrappers around the debuild, debc and debi commands; @@ -134,7 +134,7 @@ Package: debian-el Architecture: all -Depends: emacs21 | emacsen, reportbug (>= 1.41.1), binutils +Depends: emacs22 | emacsen, reportbug (>= 1.41.1), binutils Recommends: wget, dlocate, groff-base Suggests: gnus Replaces: debbugs-el, debview @@ -155,7 +155,7 @@ Package: dpkg-dev-el Architecture: all -Depends: emacs21 | emacsen, debian-el (>= 24.0-1) +Depends: emacs22 | emacsen, debian-el (>= 24.0-1) Suggests: dpkg-dev Recommends: wget Conflicts: dpkg-dev (<< 1.7.2) diff -ru emacs-goodies-el-26.11.old/debian/debian-el.emacsen-install.in emacs-goodies-el-26.11/debian/debian-el.emacsen-install.in --- emacs-goodies-el-26.11.old/debian/debian-el.emacsen-install.in 2007-07-07 16:43:28.000000000 +0200 +++ emacs-goodies-el-26.11/debian/debian-el.emacsen-install.in 2007-07-07 16:43:57.000000000 +0200 @@ -16,11 +16,13 @@ # INCLUDED_emacs20="" # INCLUDED_emacs21="" +# INCLUDED_emacs22="" # INCLUDED_xemacs21="" # INCLUDED_emacs_snapshot="" # EXCLUDED_emacs20="" # EXCLUDED_emacs21="" +# EXCLUDED_emacs22="" # EXCLUDED_xemacs21="" # EXCLUDED_emacs_snapshot="" @@ -29,5 +31,6 @@ # shipped wth Emacs vs package separately). SOURCEONLY_emacs20="gnus-BTS.el" SOURCEONLY_emacs21="gnus-BTS.el" +SOURCEONLY_emacs22="gnus-BTS.el" SOURCEONLY_xemacs21="gnus-BTS.el" SOURCEONLY_emacs_snapshot="gnus-BTS.el" diff -ru emacs-goodies-el-26.11.old/debian/emacs-goodies-el.emacsen-install.in emacs-goodies-el-26.11/debian/emacs-goodies-el.emacsen-install.in --- emacs-goodies-el-26.11.old/debian/emacs-goodies-el.emacsen-install.in 2007-07-07 16:43:28.000000000 +0200 +++ emacs-goodies-el-26.11/debian/emacs-goodies-el.emacsen-install.in 2007-07-07 16:43:57.000000000 +0200 @@ -19,4 +19,5 @@ EXCLUDED_emacs20="cwebm.el tabbar.el newsticker.el session.el csv-mode.el maplev.el" # EXCLUDED_emacs21="whitespace.el" EXCLUDED_xemacs21="csv-mode.el cua.el ibuffer.el minibuf-electric.el tabbar.el todoo.el " +EXCLUDED_emacs22="cua.el cfengine.el ibuffer.el ido.el newsticker.el table.el wdired.el " EXCLUDED_emacs_snapshot="cua.el cfengine.el ibuffer.el ido.el newsticker.el table.el wdired.el " diff -ru emacs-goodies-el-26.11.old/debian/gnus-bonus-el.emacsen-install.in emacs-goodies-el-26.11/debian/gnus-bonus-el.emacsen-install.in --- emacs-goodies-el-26.11.old/debian/gnus-bonus-el.emacsen-install.in 2007-07-07 16:43:28.000000000 +0200 +++ emacs-goodies-el-26.11/debian/gnus-bonus-el.emacsen-install.in 2007-07-07 16:43:57.000000000 +0200 @@ -17,6 +17,7 @@ # EXCLUDED_emacs20="" # EXCLUDED_emacs21="" # EXCLUDED_xemacs21="" +EXCLUDED_emacs22="nnnil.el spam-stat.el" EXCLUDED_emacs_snapshot="nnnil.el spam-stat.el" if [ ${FLAVOR} = emacs20 ]; then diff -ru emacs-goodies-el-26.11.old/debian/vm-bonus-el.emacsen-install.in emacs-goodies-el-26.11/debian/vm-bonus-el.emacsen-install.in --- emacs-goodies-el-26.11.old/debian/vm-bonus-el.emacsen-install.in 2007-07-07 16:43:28.000000000 +0200 +++ emacs-goodies-el-26.11/debian/vm-bonus-el.emacsen-install.in 2007-07-07 16:43:57.000000000 +0200 @@ -16,6 +16,7 @@ # EXCLUDED_emacs20="" # EXCLUDED_emacs21="" +# EXCLUDED_emacs22="" # EXCLUDED_xemacs21="" # EXCLUDED_emacs_snapshot="" -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.21.5 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages emacs-goodies-el depends on: ii bash 3.1dfsg-8 The GNU Bourne Again SHell ii emacs-snapshot [emacsen] 1:20070701-1 The GNU Emacs editor (development ii emacs-snapshot-gtk [emacsen 1:20070701-1 The GNU Emacs editor (with GTK+ 2. ii emacs21 [emacsen] 21.4a+1-5 The GNU Emacs editor ii emacs22-gtk [emacsen] 22.1+1-1 The GNU Emacs editor (with GTK use Versions of packages emacs-goodies-el recommends: pn dict <none> (no description available) ii perl-doc 5.8.8-7 Perl documentation ii wget 1.10.2-3 retrieves files from the web -- no debconf information
--- End Message ---
--- Begin Message ---Source: emacs-goodies-el Source-Version: 26.13-1 We believe that the bug you reported is fixed in the latest version of emacs-goodies-el, which is due to be installed in the Debian FTP archive: debian-el_26.13-1_all.deb to pool/main/e/emacs-goodies-el/debian-el_26.13-1_all.deb devscripts-el_26.13-1_all.deb to pool/main/e/emacs-goodies-el/devscripts-el_26.13-1_all.deb dpkg-dev-el_26.13-1_all.deb to pool/main/e/emacs-goodies-el/dpkg-dev-el_26.13-1_all.deb emacs-goodies-el_26.13-1.diff.gz to pool/main/e/emacs-goodies-el/emacs-goodies-el_26.13-1.diff.gz emacs-goodies-el_26.13-1.dsc to pool/main/e/emacs-goodies-el/emacs-goodies-el_26.13-1.dsc emacs-goodies-el_26.13-1_all.deb to pool/main/e/emacs-goodies-el/emacs-goodies-el_26.13-1_all.deb emacs-goodies-el_26.13.orig.tar.gz to pool/main/e/emacs-goodies-el/emacs-goodies-el_26.13.orig.tar.gz gnus-bonus-el_26.13-1_all.deb to pool/main/e/emacs-goodies-el/gnus-bonus-el_26.13-1_all.deb vm-bonus-el_26.13-1_all.deb to pool/main/e/emacs-goodies-el/vm-bonus-el_26.13-1_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. Peter S Galbraith <[EMAIL PROTECTED]> (supplier of updated emacs-goodies-el 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: Wed, 25 Jul 2007 21:53:16 -0400 Source: emacs-goodies-el Binary: gnus-bonus-el dpkg-dev-el vm-bonus-el emacs-goodies-el debian-el devscripts-el Architecture: source all Version: 26.13-1 Distribution: unstable Urgency: low Maintainer: Peter S Galbraith <[EMAIL PROTECTED]> Changed-By: Peter S Galbraith <[EMAIL PROTECTED]> Description: debian-el - Emacs helpers specific to Debian users devscripts-el - Emacs wrappers for the commands in devscripts dpkg-dev-el - Emacs helpers specific to Debian development emacs-goodies-el - Miscellaneous add-ons for Emacs gnus-bonus-el - Miscellaneous add-ons for Gnus vm-bonus-el - Miscellaneous add-ons for VM Closes: 371861 430788 431091 432100 434491 Changes: emacs-goodies-el (26.13-1) unstable; urgency=low . * Bug fix: "gnus-bonus-el does not know about emacs22", thanks to Mikhail Gusarov (Closes: #434491). * Bug fix: "emacs-goodies-el: Please prefer emacs22 as first alternative", thanks to Sven Joachim (Closes: #432100). * Bug fix: "[debian-bug.el, debian-changelog-mode.el] please be consistent for the close statement", thanks to Luca Capello (Closes: #431091). * Bug fix: "cyclebuffer.el too old global-set-key example", thanks to Dan Jacobson (Closes: #371861). * Bug fix: "emacs-goodies-el: df-mode break minor-mode-alist and function using it". Added 50_df_minor_mode_alist.dpatch thanks to Remi Vanicat (Closes: #430788). Files: a63ad70d82e6c2ef5192fdd91715ca04 875 editors optional emacs-goodies-el_26.13-1.dsc c4bd2edc085c81c806be25ee392dbdcd 1058390 editors optional emacs-goodies-el_26.13.orig.tar.gz eea7d0815c6c39fd8e468dafc07195ff 102957 editors optional emacs-goodies-el_26.13-1.diff.gz cf7fe34743edbf336d9ee6d93cee22cc 937764 editors optional emacs-goodies-el_26.13-1_all.deb b0c71c81fc42b9c687cff5ce4f0d8fb3 73416 news optional gnus-bonus-el_26.13-1_all.deb 4dbab3c51b348e99e2db35e4fa9de432 33226 editors optional devscripts-el_26.13-1_all.deb 1dd371321c6c7ac24c147f43bcfa8fdf 86818 utils optional debian-el_26.13-1_all.deb 43ffc97b61277287e16297e389fc3704 63000 utils optional dpkg-dev-el_26.13-1_all.deb fc781df1b7131a71a6f1c125c6936a7a 57416 mail optional vm-bonus-el_26.13-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iQCVAwUBRqgTXbwVH8jSqROhAQL1HwQApeWoXhqt6rPbVBXywg1oOAihxdtU+beS 04LLjwnVuPMV1/W9kkjay1bg2+1N6h+njP3mKCK3tLofxFPneMcImRbi9D3E2aea TbUKNnd89YDlG+0xId0iX2ZVjyPvVtqe7ridqjtjO/OEnlHDrcF0CWcCH+i1YjXp R6N9Q6rC+8E= =zqJ5 -----END PGP SIGNATURE-----
--- End Message ---

