Your message dated Fri, 24 Jun 2011 18:32:33 +0000
with message-id <[email protected]>
and subject line Bug#613778: fixed in emacs-goodies-el 34.2
has caused the Debian Bug report #613778,
regarding debian-el: Apt-util.el doesn't know about Description-fr
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
613778: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613778
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debian-el
Version: 34.1
Severity: normal
Tags: patch

Debian have added translation for description of package, shown as
Description-fr of the like. As apt-utils-show apt-utils-show-package
look for a Description header, it failed to properly handle those
translation.

The attached patch solve this.
diff -Naur emacs-goodies-el-34.1.orig/elisp/debian-el/apt-utils.el emacs-goodies-el-34.1/elisp/debian-el/apt-utils.el
--- emacs-goodies-el-34.1.orig/elisp/debian-el/apt-utils.el     2010-06-23 17:36:37.000000000 +0200
+++ emacs-goodies-el-34.1/elisp/debian-el/apt-utils.el  2011-02-17 07:13:33.458298305 +0100
@@ -1431,7 +1431,7 @@
               (apt-utils-insert-installed-info package))
             (skip-chars-forward ", |\n")
             (setq packages (cdr packages)))))
-       ((equal match "Description")
+       ((string-match-p "Description\\(-..\\)?" match)
         (add-text-properties (point)
                              (save-excursion
                                (or


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (500, 'oldstable'), (500, 'testing'), (50, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages debian-el depends on:
ii  bzip2                     1.0.5-6        high-quality block-sorting file co
ii  dpkg                      1.15.8.10      Debian package management system
ii  emacs [emacsen]           23.2+1-7       The GNU Emacs editor (metapackage)
ii  emacs22 [emacsen]         22.3+1-1.2     The GNU Emacs editor
ii  emacs23 [emacsen]         23.2+1-7       The GNU Emacs editor (with GTK+ us
ii  file                      5.04-5         Determines file type using "magic"
ii  install-info              4.13a.dfsg.1-6 Manage installed documentation in 
ii  reportbug                 4.12.6         reports bugs in the Debian distrib

Versions of packages debian-el recommends:
ii  dlocate                       1.02       fast alternative to dpkg -L and dp
ii  groff-base                    1.21-4     GNU troff text-formatting system (
ii  wget                          1.12-2.1   retrieves files from the web

Versions of packages debian-el suggests:
pn  gnus                          <none>     (no description available)

-- no debconf information

-- 
Rémi Vanicat

--- End Message ---
--- Begin Message ---
Source: emacs-goodies-el
Source-Version: 34.2

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_34.2_all.deb
  to main/e/emacs-goodies-el/debian-el_34.2_all.deb
devscripts-el_34.2_all.deb
  to main/e/emacs-goodies-el/devscripts-el_34.2_all.deb
dpkg-dev-el_34.2_all.deb
  to main/e/emacs-goodies-el/dpkg-dev-el_34.2_all.deb
emacs-goodies-el_34.2.dsc
  to main/e/emacs-goodies-el/emacs-goodies-el_34.2.dsc
emacs-goodies-el_34.2.tar.gz
  to main/e/emacs-goodies-el/emacs-goodies-el_34.2.tar.gz
emacs-goodies-el_34.2_all.deb
  to main/e/emacs-goodies-el/emacs-goodies-el_34.2_all.deb
gnus-bonus-el_34.2_all.deb
  to main/e/emacs-goodies-el/gnus-bonus-el_34.2_all.deb
vm-bonus-el_34.2_all.deb
  to main/e/emacs-goodies-el/vm-bonus-el_34.2_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: SHA256

Format: 1.8
Date: Fri, 24 Jun 2011 12:37:31 -0400
Source: emacs-goodies-el
Binary: emacs-goodies-el gnus-bonus-el devscripts-el debian-el dpkg-dev-el 
vm-bonus-el
Architecture: source all
Version: 34.2
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 - vm-bogofilter add-on for VM
Closes: 609677 613778 614327
Changes: 
 emacs-goodies-el (34.2) unstable; urgency=low
 .
   * emacs-goodies-el:
   - session.el updated to V2.3, thanks to Christoph Wedler.
   - graphviz-dot-mode.el updated to V0.3.6, thanks to Pander.
   - home-end.el, new upstream version. "home-end-home and home-end-end get
     confused inside keyboard macros", thanks to Dima Kogan
     (Closes: #614327).
   - maplev.texi: Updated from http://www.mapleprimes.com/files/84_maplev.zip
     and added (without patching) "@dircategory Emacs", thanks to
     Christophe Jarry (Closes: #609677).
   * debian-el:
   - apt-utils-el: Bug fix: "Apt-util.el doesn't know about
     Description-fr", thanks to Remi Vanicat (Closes: #613778).
     Patch applied without consulting Matt; Hope that's okay!
Checksums-Sha1: 
 330dffd2646a25946cc8bcd71512424f69ee7198 1650 emacs-goodies-el_34.2.dsc
 8d32be88d77f5eaa633c5969334f9ed3d1ef51c3 1076912 emacs-goodies-el_34.2.tar.gz
 4563363160f167aedce253ff71b1e9565bf8cc4b 830992 emacs-goodies-el_34.2_all.deb
 e7b473cb018c8fb4c226697b7abb58dd2834f096 82034 gnus-bonus-el_34.2_all.deb
 2b89e92d6a472c6c67b4dfd2a192983fb0aa5bea 41468 devscripts-el_34.2_all.deb
 dafb44a14ec870c5dedc322069d207356e9819bd 103466 debian-el_34.2_all.deb
 d015ed51b38bdf0f666f70cb4e6b27f0999fabc8 74924 dpkg-dev-el_34.2_all.deb
 6267fc4caf601a1039da40afe74c1d9f0d85f1fe 43444 vm-bonus-el_34.2_all.deb
Checksums-Sha256: 
 fac86630332665c2d8da5e3f3c2697d0e4a1ccf5c348c7542abe828e7bb5378f 1650 
emacs-goodies-el_34.2.dsc
 f09696faba0bab010a83eb97c54fc7d82f85ba35100d8823654eb088f5034736 1076912 
emacs-goodies-el_34.2.tar.gz
 6436b2ebe6bde741caa09a8a6461bce6f29513be6fb94e5e5bcc2b46e8a7da34 830992 
emacs-goodies-el_34.2_all.deb
 eae580dcd447b8dbf60a4b90df33b8c2195d81724b30400167166ee3afd7064d 82034 
gnus-bonus-el_34.2_all.deb
 242e8002e965a118f5920c703e2f04fd779d755cfbbd18f9b6368cf0bae1b4b3 41468 
devscripts-el_34.2_all.deb
 9093f9f00baadf31ce9743271fa40f47cdee24efbdf6f7141a60d01b19ef936b 103466 
debian-el_34.2_all.deb
 dd97545ff725888113e6bc9211a7e42b2021309c792e3c46b1a8a67659b11e92 74924 
dpkg-dev-el_34.2_all.deb
 ef98d2ec3041df2821cc1981cf282cefb66dc4345b276ef7e532510f2f3d54c5 43444 
vm-bonus-el_34.2_all.deb
Files: 
 ea9a165f7a65a705dd0f3a4df461d6ef 1650 editors optional 
emacs-goodies-el_34.2.dsc
 961e52d2e9f24168c6d08303a9b81fa9 1076912 editors optional 
emacs-goodies-el_34.2.tar.gz
 a740e8b69d9a29b5e7d5d22c345d9773 830992 editors optional 
emacs-goodies-el_34.2_all.deb
 003b0aa49b5edea96a1ce332604d7016 82034 news optional gnus-bonus-el_34.2_all.deb
 33f3701d7b7511ba8b6a42e034636d18 41468 editors optional 
devscripts-el_34.2_all.deb
 ce76efbc3455a6fe21fbdeee4cfa2dcc 103466 utils optional debian-el_34.2_all.deb
 d0464d1fae1b6ca8562cbb9b799980e1 74924 utils optional dpkg-dev-el_34.2_all.deb
 c34728e4eacfa67ea99002d97d9d6320 43444 mail optional vm-bonus-el_34.2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJOBNZ3AAoJEBfcPMRw1Kl58MQP/0uOfJPoc5FvSwt6FFya/mof
XGXoUGROLZxDYlmrhhXXYSWmASG1zpLxRmBt9jz65hLRVepPTEYq04DEI5pP1mfM
WGmc+2weGJL0QECy2BTvj3DJ8Sq80YlkfMx+cf9Q1FweDZusKrZnInNtpgsOxwG4
LobkrTgqum/cxMZ30YEMTzPc+QXLBjsN0QhQJ+APuvKuHv+bVIi4LDtXeiK7DdCh
2Gzs4M1dVTh+kRCbXdIBKqEeCAmu4/lfSypdzZFmf99FZEkuL+mZTYKVFNMhtjuE
5gO5MyNbJnlqH+1C1F2YQgGjd0k+uuHlBK/vk1liAKK55vpqzGFo2MuF2xsYpDwZ
MqAkWDT9u/JDDmjEIDePMd96nLr1ZssXHAJt2qA0zjAbpdaFW2kJJCliK13Y2pXu
bufc74ttzv8Y6lHttCYj3YwM86wlmQPUf0CJ1Jpx91P1DBBa2BxqEc832IWPsP6G
P8WIQtauDs0RFtf1blMFjU49DsCf+8SPFaK3FYnQrpi5Fm7VhKtObhAsoRHIGC+k
a2sBI3qVKwu/8eWj2doP3kMgmhq74Rw8X8zJmBwJ3QrZ0ZTphhz2ygMwXGX9ga5L
FnZ5ySAM62n9e3vZ6kol5+IfWRrCELAZJ3yJFljlZL9P/3NOZIVbyghXOrkBJzwa
fZ1y7hVmNip9YJMdFK9+
=1R09
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to