Your message dated Fri, 02 Jan 2015 21:20:05 +0000
with message-id <[email protected]>
and subject line Bug#773142: fixed in reportbug 6.6.2
has caused the Debian Bug report #773142,
regarding reportbug: add support for jessie-pu
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.)
--
773142: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773142
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: reportbug
Version: 6.6.1
Severity: wishlist
Tags: patch
Hi,
>From #debian-release:
> kraai: Should I file a bug against release.debian.org before uploading a
package to testing-proposed-updates?
> jcristau: kraai: yes.
> adsb: kraai: and wait for an ack, please
> kraai: What tag should I use? reportbug doesn't seem to offer a testing-pu
category.
> adsb: unblock's fine
> kraai: OK, thanks.
> jcristau: hmm should probably update reportbug to handle jessie-pu at some
point
> adsb: ack
I've attached a patch that adds support for jessie-pu.
--
Matt
-- Package-specific info:
** Environment settings:
VISUAL="emacs -nw"
INTERFACE="gtk2"
** /home/kraai/.reportbugrc:
reportbug_version "6.6.1"
mode novice
ui gtk2
-- System Information:
Debian Release: 8.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16.0-4-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages reportbug depends on:
ii apt 1.0.9.4
ii python 2.7.8-2
ii python-reportbug 6.6.1
pn python:any <none>
reportbug recommends no packages.
Versions of packages reportbug suggests:
pn claws-mail <none>
pn debconf-utils <none>
ii debsums 2.0.52+nmu2
ii dlocate 1.02+nmu3
pn emacs23-bin-common | emacs24-bin-common <none>
ii exim4 4.84-4
ii exim4-daemon-light [mail-transport-agent] 4.84-4
ii file 1:5.20-2
ii gnupg 1.4.18-6
ii python-gtk2 2.24.0-4
pn python-gtkspell <none>
pn python-urwid <none>
ii python-vte 1:0.28.2-5
ii xdg-utils 1.1.0~rc1+git20111210-7.1
Versions of packages python-reportbug depends on:
ii apt 1.0.9.4
ii python-debian 0.1.25
ii python-debianbts 1.12
pn python:any <none>
python-reportbug suggests no packages.
Index: reportbug-6.6.1/reportbug/debbugs.py
===================================================================
--- reportbug-6.6.1.orig/reportbug/debbugs.py 2014-12-02 13:53:13.000000000 -0800
+++ reportbug-6.6.1/reportbug/debbugs.py 2014-12-14 15:18:07.733751523 -0800
@@ -399,6 +399,7 @@
'britney': "testing migration script bugs",
'transition': "transition tracking",
'unblock': "unblock requests",
+ 'jessie-pu': "jessie proposed updates requests",
'squeeze-pu': "squeeze proposed updates requests",
'wheezy-pu': "wheezy proposed updates requests",
'rm': "Stable/Testing removal requests",
@@ -445,14 +446,11 @@
else:
package = info[12] or package
- if tag in ('binnmu', 'unblock', 'wheezy-pu', 'squeeze-pu', 'rm'):
+ if tag in ('binnmu', 'unblock', 'jessie-pu', 'wheezy-pu', 'squeeze-pu', 'rm'):
# FIXME: pu/rm should lookup the version elsewhere
version = info and info[0]
- if online:
- if tag == 'wheezy-pu':
- version = checkversions.get_versions_available(package, timeout, 'wheezy').values()[0]
- elif tag == 'squeeze-pu':
- version = checkversions.get_versions_available(package, timeout, 'squeeze').values()[0]
+ if online and tag.endswith('-pu'):
+ version = checkversions.get_versions_available(package, timeout, tag[:-3]).values()[0]
if version:
cont = ui.select_options(
"Latest version seems to be %s, is this the proper one ?" % (version),
--- End Message ---
--- Begin Message ---
Source: reportbug
Source-Version: 6.6.2
We believe that the bug you reported is fixed in the latest version of
reportbug, 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.
Sandro Tosi <[email protected]> (supplier of updated reportbug 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, 02 Jan 2015 20:48:12 +0000
Source: reportbug
Binary: reportbug python-reportbug
Architecture: source all
Version: 6.6.2
Distribution: unstable
Urgency: medium
Maintainer: Reportbug Maintainers <[email protected]>
Changed-By: Sandro Tosi <[email protected]>
Description:
python-reportbug - Python modules for interacting with bug tracking systems
reportbug - reports bugs in the Debian distribution
Closes: 773142
Changes:
reportbug (6.6.2) unstable; urgency=medium
.
* reportbug/debbugs.py
- introduce jessie-pu (removing now EOL squeeze-pu) tag for release.d.o;
thanks to Matt Kraai for the report and patch; Closes: #773142
Checksums-Sha1:
e48630ebf8b6555c3eb3b531e527984139a219e2 1845 reportbug_6.6.2.dsc
0a41e3b01d6de88560e4a4dfa4ff76c1c43df67c 263609 reportbug_6.6.2.tar.bz2
b1d3820ae1b513ee682dfe43d3368b7980d8678f 123286 reportbug_6.6.2_all.deb
30b7532127f53c2450518f64e2d4dba4a2e4bfbc 126238 python-reportbug_6.6.2_all.deb
Checksums-Sha256:
ce41ee5dd2418424c86f8ff4a5146f4d69aad38dbb6dbde282b16e3a116f2723 1845
reportbug_6.6.2.dsc
2d1567492de001598b693c62657b6d1c1c0b2b9bffbac8ebf972dbd7cb111ce6 263609
reportbug_6.6.2.tar.bz2
62be1ec1f7ebf7ee0ba4b19353d8f66eb1284bb4ec65fcc9e212ed90117db75f 123286
reportbug_6.6.2_all.deb
f67137e3039584c8ba4d09e9ca1fcdc45b4c225e612c7039de443cf4f113edf9 126238
python-reportbug_6.6.2_all.deb
Files:
99d5f2df0d1c4a3992425798b7357f77 1845 utils standard reportbug_6.6.2.dsc
69f687e374962dea270792758b4d8d87 263609 utils standard reportbug_6.6.2.tar.bz2
9762e9983be09571f8ab09b62d88702f 123286 utils standard reportbug_6.6.2_all.deb
fe1f8c39a07a75cef05d94db4606a7e1 126238 python standard
python-reportbug_6.6.2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJUpwWmAAoJEP6NePn+T04QRrcQAL/3d535PLhNq36QOdBp3nQX
207wdIJfIJ7VHC/vR8XB7ufjDwJE8KKllx4NlUflmuUmoyjnAV4cvGAd/bK6Fud5
9orVYLB4zgYaf0aCQTIbSpXdEf6/skSC7MMu106likR+vO0JZIWqkKc8Ikmm41fN
N4lmYYjXM9L95iGS+q/HWKqJU89nIFF800Z2LrRoYQbqKDvXSqkPqSnbcnHPXkgR
g+7bAyeYSnDNOB+lWTcowhAwHomQiss9QDCTGq4dnWHVXddvaHHZ6jpLGypboI64
ySI4B97sS1INIsnglJNgqbtiNmmzMMDrZDzanUOavc+ETjDSn/JBXv9kB+6+/uIl
46ms8jvRGMCGm4GjHR5rdTD8R17dNDhwWEQH3dnzl2Q4sTJK+Eb/GqtKFfUCg16m
g5i7AQxqMMDu6NOWhcc5YMcFFb8Dhdy4Y3y2P58BkgBkK38HM5cPYp5/MEy2hWfh
d/nLtgJSUz/vGvaWP1rfZgfSvrvjdhQDYDMvGP8Yy3uxdzw8Xd+8nw/VxZxtnpd2
XjI4JkWhhj+OCo8MmFEiUv08p5vFzNdk5fO9ubsW0331mguwGS3i12S8fd8C5ZPH
0f+dgz1lKxpU9R3MBMGYgcdJpxzfeKFSv5OcSfc1XnvdHSyUAbX/0vxct7Aqu32m
ryhVZV4M9uAVmTXsdGxc
=ZZUH
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Reportbug-maint mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reportbug-maint