[ubuntu/vivid-proposed] reportbug 6.6.0ubuntu1 (Accepted)

Logan Rosen logan at ubuntu.com
Thu Nov 6 06:05:14 UTC 2014


reportbug (6.6.0ubuntu1) vivid; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - bin/reportbug: If bts=ubuntu or unconfigured, exit with an
      an error and refer user "ubuntu-bug" instead.
    - reportbug/__init__.py: Match reportbug version with package version.
    - debian/control: Add prominent note to package description.
    - debian/rules, debian/dirs: Do not install .desktop file.

reportbug (6.6.0) unstable; urgency=medium

  * bin/reportbug, man/reportbug.1 share/reportbug.el
    - rename GNUS to Gnus; thanks to Tollef Fog Heen for the report and to Tomas
      Pospisek for the patch; Closes: #683325
  * reportbug/debbugs.py
    - fix vesion/version typo; thanks to Niels Thykier for the report and to
      Tomas Pospisek for the patch; Closes: #683277
    - use a future-proof URL for the rc_policy.txt document; thanks to Paul Wise
      for the report and patch; Closes: #673270
    - remove 'ROSRM' options from ftp.d.o removal requests; thanks to Scott
      Kitterman for the report and to Adam D. Barratt and Philipp Kern for
      ack'ing it (on IRC); Closes: #682105
  * man/reportbug.1
    - mention that deb-src lines has to be available in sources.list to populate
      apt cache with source packages too, needed for --src/--source option to
      work; thanks to Ian Bruce for the report; Closes: #684227
    - clarify that when using an external MUA, the attachment feature will not
      be able to send those files to the MUA, so they are actually discarded;
      thanks to Stefano Rivera for the report; Closes: #679907
  * reportbug/submit.py
    - properly handle ~/~user in --output cli option, expanding it to the user's
      homedir; thanks to Fritz Wuehler for the report; Closes: #680465
    - don't show the last menu (about how to provide additional info) if
      quitting or saving to file; thanks to Adrian Bunk for the report;
      Closes: #668838
  * reportbug/ui/gtk2_ui.py
    - hide 'Apply' button on the last screen of GTK+ UI; thanks to Samuel Hym
      for the report; Closes: #675735
    - remove indication that 'e' would edit the bug report in the last menu,
      it's text UI specific; thanks to David Smith for the report;
      Closes: #686168
  * bin/reportbug
    - suggests to contact debian-users@ in case of difficulties in identifying
      the package to associate the bug to; thanks to Jonathan Nieder for the
      report and patch; Closes: #661563
    - correctly identify source packages when presenting the packages menu,
      preventing from reporting bugs against unexisting source packages; thanks
      to Jakub Wilk and Andreas Beckmann for the report; Closes: #650386
  * reportbug/utils.py
    - identify also config files with spaces in the filename; thanks to Vincent
      Lefevre for the report; Closes: #669022
  * debian/control
    - update Suggests on emacs packages; thanks to Adrian Bunk for the report;
      Closes: #686165
    - bump Standards-Version to 3.9.6 (no changes needed)

Date: Thu, 06 Nov 2014 00:38:47 -0500
Changed-By: Logan Rosen <logan at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/vivid/+source/reportbug/6.6.0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 06 Nov 2014 00:38:47 -0500
Source: reportbug
Binary: reportbug python-reportbug
Architecture: source
Version: 6.6.0ubuntu1
Distribution: vivid
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Logan Rosen <logan at ubuntu.com>
Description:
 python-reportbug - Python modules for interacting with bug tracking systems
 reportbug  - reports bugs in the Debian distribution
Closes: 650386 661563 668838 669022 673270 675735 679907 680465 682105 683277 683325 684227 686165 686168
Changes:
 reportbug (6.6.0ubuntu1) vivid; urgency=medium
 .
   * Merge from Debian unstable. Remaining changes:
     - bin/reportbug: If bts=ubuntu or unconfigured, exit with an
       an error and refer user "ubuntu-bug" instead.
     - reportbug/__init__.py: Match reportbug version with package version.
     - debian/control: Add prominent note to package description.
     - debian/rules, debian/dirs: Do not install .desktop file.
 .
 reportbug (6.6.0) unstable; urgency=medium
 .
   * bin/reportbug, man/reportbug.1 share/reportbug.el
     - rename GNUS to Gnus; thanks to Tollef Fog Heen for the report and to Tomas
       Pospisek for the patch; Closes: #683325
   * reportbug/debbugs.py
     - fix vesion/version typo; thanks to Niels Thykier for the report and to
       Tomas Pospisek for the patch; Closes: #683277
     - use a future-proof URL for the rc_policy.txt document; thanks to Paul Wise
       for the report and patch; Closes: #673270
     - remove 'ROSRM' options from ftp.d.o removal requests; thanks to Scott
       Kitterman for the report and to Adam D. Barratt and Philipp Kern for
       ack'ing it (on IRC); Closes: #682105
   * man/reportbug.1
     - mention that deb-src lines has to be available in sources.list to populate
       apt cache with source packages too, needed for --src/--source option to
       work; thanks to Ian Bruce for the report; Closes: #684227
     - clarify that when using an external MUA, the attachment feature will not
       be able to send those files to the MUA, so they are actually discarded;
       thanks to Stefano Rivera for the report; Closes: #679907
   * reportbug/submit.py
     - properly handle ~/~user in --output cli option, expanding it to the user's
       homedir; thanks to Fritz Wuehler for the report; Closes: #680465
     - don't show the last menu (about how to provide additional info) if
       quitting or saving to file; thanks to Adrian Bunk for the report;
       Closes: #668838
   * reportbug/ui/gtk2_ui.py
     - hide 'Apply' button on the last screen of GTK+ UI; thanks to Samuel Hym
       for the report; Closes: #675735
     - remove indication that 'e' would edit the bug report in the last menu,
       it's text UI specific; thanks to David Smith for the report;
       Closes: #686168
   * bin/reportbug
     - suggests to contact debian-users@ in case of difficulties in identifying
       the package to associate the bug to; thanks to Jonathan Nieder for the
       report and patch; Closes: #661563
     - correctly identify source packages when presenting the packages menu,
       preventing from reporting bugs against unexisting source packages; thanks
       to Jakub Wilk and Andreas Beckmann for the report; Closes: #650386
   * reportbug/utils.py
     - identify also config files with spaces in the filename; thanks to Vincent
       Lefevre for the report; Closes: #669022
   * debian/control
     - update Suggests on emacs packages; thanks to Adrian Bunk for the report;
       Closes: #686165
     - bump Standards-Version to 3.9.6 (no changes needed)
Checksums-Sha1:
 590836618480afa921bdd2cd7f0831f15c98af8c 1604 reportbug_6.6.0ubuntu1.dsc
 e7bda5220503bf2259fb55090219695d014466a0 267563 reportbug_6.6.0ubuntu1.tar.bz2
Checksums-Sha256:
 5db843fa92aec160086274e0deaa1b7f0ceab4f956b4487a86b0fe2ad5685c6c 1604 reportbug_6.6.0ubuntu1.dsc
 fc1388e44d395f8481a40dc48bdbbb52f20791fd16f8b29465a199a1378c60b7 267563 reportbug_6.6.0ubuntu1.tar.bz2
Files:
 ef62f141ad546247d5254942cbaa021e 1604 utils standard reportbug_6.6.0ubuntu1.dsc
 81926d6a42a187cd4069bced740923e5 267563 utils standard reportbug_6.6.0ubuntu1.tar.bz2
Original-Maintainer: Reportbug Maintainers <reportbug-maint at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJUWwnKAAoJEATn8ULx7RNFCQYH/RhPxeP63Ilpd7hkRkYEK83B
ocBx2D2rPl9HuKKa+tEWGADVHrWxca62UrG8Y+65v8pXQB6uxs3SNOlMH5pquOBW
Ph0g5NF2b1P+VrPgP4WkNOesbytlncCkc37AQZiW2zwX4w+5Gs40ouhrJVu/yiUD
BmTpzd2Wcf8ds9gexYhNPVyalKMJBc1YQMP4fSYpX+9DVnURkylRNITM+6mCnlZm
tqpT9RRIYPAOrCtdbspEdWjGl5eOaRqS89QH2Mpx2uyObLe/dCJ/pHGTfaNC2jy5
CuqeJvXq/sT4GeIP0hVekDz8Iu/V51FuxPrfwXRrorQDq9WTAmOFGQ5T3UjFbmI=
=vXs5
-----END PGP SIGNATURE-----


More information about the Vivid-changes mailing list