Your message dated Sun, 06 Nov 2016 16:03:59 +0000
with message-id <[email protected]>
and subject line Bug#818010: fixed in emacs-goodies-el 35.13
has caused the Debian Bug report #818010,
regarding debian-changelog-mode: improve handling of {old-, 
}stable-proposed-updates
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.)


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

Hi,
the proposed-update suites currently do not get highlighted and can't be
switched to in the menu. Attached patch fixes this.

Just since there wasn't an upload since 2014: I'm happy to NMU with this
patch applied.

Cheers,
 -- Guido


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable-updates'), (500, 'unstable'), 
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.1.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages emacs-goodies-el depends on:
ii  bash               4.3-14+b1
ii  dpkg               1.18.4
ii  emacs              46.1
ii  emacs24 [emacsen]  24.5+1-6+b1
ii  install-info       6.0.0.dfsg.1-4

Versions of packages emacs-goodies-el recommends:
ii  dict      1.12.1+dfsg-3
ii  perl-doc  5.22.1-7
ii  wget      1.17.1-1+b1

emacs-goodies-el suggests no packages.

-- no debconf information
>From 51014c75ee25490c65a9f8210c42c5539aba622d Mon Sep 17 00:00:00 2001
Message-Id: <51014c75ee25490c65a9f8210c42c5539aba622d.1457803233.git....@sigxcpu.org>
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <[email protected]>
Date: Sat, 12 Mar 2016 18:20:07 +0100
Subject: [PATCH] debian-changelog: handle {old,}stable-proposed-updates as
 well

---
 elisp/dpkg-dev-el/debian-changelog-mode.el | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/elisp/dpkg-dev-el/debian-changelog-mode.el b/elisp/dpkg-dev-el/debian-changelog-mode.el
index e5c045c..c1b32ba 100644
--- a/elisp/dpkg-dev-el/debian-changelog-mode.el
+++ b/elisp/dpkg-dev-el/debian-changelog-mode.el
@@ -394,7 +394,9 @@ This defaults to the value of (in order of precedence):
     "testing-security"
     "stable" 
     "stable-security" 
+    "stable-proposed-updates"
     "oldstable-security" 
+    "oldstable-proposed-updates"
     "experimental" 
     "UNRELEASED" )
   "*Allowed values for distribution."
@@ -701,7 +703,10 @@ Upload to " val  " anyway?")))
     ("--")
     ["stable" (debian-changelog-setdistribution "stable") t]
     ["stable-security" (debian-changelog-setdistribution "stable-security") t]
+    ["stable-proposed-updates" (debian-changelog-setdistribution "stable-proposed-updates") t]
+    ("--")
     ["oldstable-security" (debian-changelog-setdistribution "oldstable-security") t]
+    ["oldstable-proposed-updates" (debian-changelog-setdistribution "oldstable-proposed-updates") t]
     ("--")
     ["experimental" (debian-changelog-setdistribution "experimental") t]
     ["UNRELEASED" (debian-changelog-setdistribution "UNRELEASED") t])
@@ -752,7 +757,10 @@ Upload to " val  " anyway?")))
     ("--")
     ["stable" (debian-changelog-setdistribution "stable") t]
     ["stable-security" (debian-changelog-setdistribution "stable-security") t]
+    ["stable-proposed-updates" (debian-changelog-setdistribution "stable-proposed-updates") t]
+    ("--")
     ["oldstable-security" (debian-changelog-setdistribution "oldstable-security") t]
+    ["oldstable-proposed-updates" (debian-changelog-setdistribution "oldstable-proposed-updates") t]
     ("--")
     ["experimental" (debian-changelog-setdistribution "experimental") t]
     ["UNRELEASED" (debian-changelog-setdistribution "UNRELEASED") t])
@@ -1567,7 +1575,7 @@ match 1 -> package name
     t))
 
 (defun debian-changelog-fontify-stable (limit)
-  (when (re-search-forward "^\\sw.* (.+).* \\(\\(old\\)?stable\\(-security\\)?\\)" limit t)
+  (when (re-search-forward "^\\sw.* (.+).* \\(\\(old\\)?stable\\(-security\\|-proposed-updates\\)?\\)" limit t)
     (store-match-data
      (list (match-beginning 1)(match-end 1)))
     t))
-- 
2.7.0


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

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.

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: Sun, 06 Nov 2016 10:28:29 -0500
Source: emacs-goodies-el
Binary: emacs-goodies-el devscripts-el debian-el dpkg-dev-el
Architecture: source all
Version: 35.13
Distribution: unstable
Urgency: medium
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
Closes: 613776 638202 643888 705281 712835 756208 818010 842566
Changes:
 emacs-goodies-el (35.13) unstable; urgency=medium
 .
   * debian-el:
   - Bug fix: "Missing ; in debian-bug.el first line header", thanks
     to Antoine R. Dumont (Closes: #842566).
   - Bug fix: "apt-sources.el duplicate auto-mode-alist sources.list",
     thanks to Kevin Ryde (Closes: #712835).
   * Bug fix: "apt-sources.el: Distribution names are out of date", thanks
     to Memnon Anon (Closes: #705281).
   * Bug fix: "should depend on xz-utils", thanks to Sven Joachim
     (Closes: #638202).
   * Bug fix: "gnus-BTS.el search for bugs against wrong url", thanks to
     Marco Bardelli (Closes: #756208).
   * Bug fix: "apt-utils.el should use word-at-point for default value for
     package", thanks to Remi Vanicat (Closes: #613776).
   * Bug fix: "please add all BTS commands (e.g. affects and usertags)",
     thanks to Luca Capello (Closes: #643888).
   * Bug fix: "improve handling of {old-, }stable-proposed-updates", thanks
     to Guido Gunther (Closes: #818010).
   * emacs-goodies-el:
   - maplev.el update to 2.27
   - button-lock.el: new file needed by maplev.el
Checksums-Sha1:
 c07fc95f26198333eb8e674a7f7598823fed3f49 1816 emacs-goodies-el_35.13.dsc
 4efc32f40c264fbed838a7a52a846c1f326e8848 759556 emacs-goodies-el_35.13.tar.xz
 8af340df1fc3e02ffb042b30b71cf7f507d216cb 700050 emacs-goodies-el_35.13_all.deb
 40eceb4ccf5f6671fe12073ab7051428aecef0aa 43740 devscripts-el_35.13_all.deb
 df3e4b841ddf4e70bab6b199bdf60463b8c8d4ac 95180 debian-el_35.13_all.deb
 2317d1bb2432ff04edce992b80c58e25e734e39b 72240 dpkg-dev-el_35.13_all.deb
Checksums-Sha256:
 cedc1beb2c8bfb3c36adcfa93bd2ae0f17745167554b45b7810a6a3bf8a22938 1816 
emacs-goodies-el_35.13.dsc
 d7948fb2d9e1a405e873951aad5998e3ad95f03a03c4d791ed9d6e92f3d4e401 759556 
emacs-goodies-el_35.13.tar.xz
 6d2f8779ba9cf974b046d77ecb3a71cf5ff7d343b66f7628f3bfe00a09496436 700050 
emacs-goodies-el_35.13_all.deb
 d4c7653e7e6d2692fc44231b947cfa948cf3748f0ebeb7bcdbcc62c1de0dacf6 43740 
devscripts-el_35.13_all.deb
 6c9c8c3abb37afd7d1fa6d6c98ad772b94259eb0a8cb545b48486f24057162e1 95180 
debian-el_35.13_all.deb
 28571fbb09fb2818af0f597407da91247f9257764aa730e66c7b54580aa0e929 72240 
dpkg-dev-el_35.13_all.deb
Files:
 13ac5f0e4ed53137beb18abe62195ca9 1816 editors optional 
emacs-goodies-el_35.13.dsc
 f4ac076ac22520047849b5ed2bc2610d 759556 editors optional 
emacs-goodies-el_35.13.tar.xz
 b34c4ec720b9178be0fdd9d3e7b0884c 700050 editors optional 
emacs-goodies-el_35.13_all.deb
 59564b6190116d1065d282758bd4ac1b 43740 editors optional 
devscripts-el_35.13_all.deb
 9af83102b7037f14d81cdf8f48be357e 95180 utils optional debian-el_35.13_all.deb
 0253ae0e4be44bb788566bd902248ffc 72240 utils optional dpkg-dev-el_35.13_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJYH06xAAoJEBfcPMRw1Kl5tXMQALp6T8BWrU4qBF/vAwpiuvjz
SSSlyoeQ9xXZqQHJeFapJ9BQPsggsAHejc132xPlZVLhHr0yQkQV0633MEnab4c4
A7+1jYUlp3tHwTOO2sjxrZFntW5QZzuew6Xosb1vUZ8StzOOppjeogQQiqDk1ce7
gI9pukFBhqjGRzhl4oCMdYtf100xeZ5bhsICfVU1SW8hILu6SsGp/qD40qkmNhQv
z89TWRbtyNUQD3Ya8sbmkSD24XsLCAmeMWOQAnOuO1LrMcLpYFSQ6kAVJMyFo/fo
c8NaxAKz6fMhodwTESI7Fxb9KwZzdqjkEERx/2VAIRWNeJNseNcA6L26wWtmAlS8
V1aESatl3W1+vGVjAjqz4RMRfWVbtarkt05a4QL2CfRh3P3VG6XXTCQiQdp2pJOi
6Ohzi3OloAjdCg0ZVCEGe0FQEIFrSeGpy8phBWpGp+171kQQLTvTzY2eLkem8888
PTNUQghi+sOeNLG9TxVG5vFzTmWTOVuMUY2s9KmPwOkB8bOfh6RKcgwxxCR/xfFh
MUtyqICTzmzxYv9Ae18DoCNZkTdgGKNAh3V4tQ6MTGpGsBUgDDsOh1lBrHsxeU0q
5I/gKfPZ0qSEqUR+JeVLfKtQJBm2hbJEjTuO4VNa9SOY2e8kZni3IF26WxPU0FMw
DtSsPVml3V5xM+Q6JA8K
=GNbe
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to