reportbug (4.10.1ubuntu1) lucid; urgency=low

  * Merge from debian testing. Remaining changes:
    - bin/reportbug
      + Make reportbug stop working for bts=ubuntu and refer to "ubuntu-bug"
        instead.
      + exit with an error, if bts=ubuntu (or unconfigured).
    - reportbug/__init__.py: Match reportbug version with package version.
    - debian/control: Add prominent note to package description

reportbug (4.10.1) unstable; urgency=low

  * bin/reportbug
    - import LICENSE from reportbug, so --license won't trigger an error
  * reportbug/utils.py
    - fix broken '--mutt' CLI/config-file option by using a new variable, adding
      the 'mutt' 'if' branch, and the 'get_name()' in MUA class; thanks to
      Julien Cristau for the report; Closes: #564253

reportbug (4.10) unstable; urgency=low

  * conf/reportbug.conf, man/reportbug.conf.5
    - added 'keyid' documentation; thanks to gregor herrmann for the report and
      to Carl Chenet for the partial patch; Closes: #558364
  * bin/querybts
    - use optparse instead of getopt to parse CLI options and arguments;
      Closes: #559677
    - warn users for options not available in querybts (because they are
      reportbug-only); thank to Marc-Jano Knopp, Josh Triplett and Tim Connors
      for the reports and to Carl Chenet for the patch; Closes: #501285
  * reportbug/ui/text_ui.py
    - if help option is selected in debconf values inclusion menu, the second
      message doesn't contain newline, it's fixed now; thanks to Miroslaw
      Zalewski for the report; Closes: #560302
    - retrieve the package information from the report using doing a lower-case
      check; thanks to Dan Greene for the report; Closes: #562912
    - expanded the previous fix to consider either bugs submitted against the
      binary (pseudo-header 'Package') or the source (pseudo-header 'Source')
      package; thanks to Laurent Fousse for the report; Closes: #559065
  * share/presubj
    - refer to reportbug.d.o instead of bugs.d.o as SMTP server; thanks to Karl
      Goetz for the report and patch; Closes: #561802
  * doc/README.{developers, source}
    - fix them to be valid reStrucuturedText files; thanks to Jakub Wilk for the
      report; Closes: #563051
  * debian/{control,rules,source.lintian-overrides}, man/reportbug.ja.1, po4a/*
    - removed l10n contents: they were always outdated and just a restrict set
      of the languages Debian supports
  * man/{querybts.1, reportbug.1}
    - removed NOTE about Python's getopt: both tools are now using optparse
      module to retrieve CLI parameters
  * bin/reportbug
    - notify the user that editing the report with a MUA in the last menu will
      loose every attachements; thanks to Guido Trotter for the report and to
      those that follow it up; Closes: #211808
    - add the possibility to specify the X-Debbugs-CC in the menu before report
      submission; thanks to Sean Finney, Michael Gilbert and Branden Robinson
      for the report and to Carl Chenet for the patch; Closes: #349690
    - clarified that the saved report to a temporary file can also be recovered
      copying the text into a MUA and send the bug from there; thanks to Nelson
      A. de Oliveira for the report; Closes: #405093
    - don't present configuration if using '-f' cli option; thanks to Ross
      Boylan for the report and to Carl Chenet for the patch; Closes: #372250
    - in case the package bug script exited with a non-0 return code, reportbug
      now asks if still reporting or stop; thanks to martin f krafft for the
      report; Closes: #382010
  * man/reportbug.conf.5
    - clarified the configuration files has to be UTF-8 documents; thanks to
      Anders Lageras for the report; Closes: #417054
  * reportbug/ui/urwid_ui.py
    - when retrieving a string, also show a default text (if preset), useful in
      particular with --configure to see the current values for realname and
      email; thanks to Andrei Popescu for the report; Closes: #526631
    - clarified the menu showing bugs already present, changing the title and
      the buttons; thanks to Nick for the report; Closes: #462614
  * reportbug/{submit.py, utils.py}, share/reportbug.el, doc/README.Users,
    debian/control
    - MUA handling now done with a OO-style, reworked emacs integration to use
      emacsclient to reuse an existing emacs instance (if any); thanks to Dan
      Jacobson for the report and Håkon Stordahl for the patch; Closes: #367298
  * bin/reportbug, man/reportbug.1
    - clarified the option -o/--output output the full mail dump (headers and
      body) and how to use to report a new bug; thanks to Alan W. Irwin for the
      report; Closes: #323483
  * doc/HowToReportGoodBugs.txt, debian/doc
    - add a document listing some web resources for providing good bug reports;
      thanks to martin f krafft for the report; Closes: #446168
  * bin/reportbug, man/reportbug.1
    - introduce the new option '--draftpath' to specify an alternative location
      where to save report drafts; thanks to Kokushoku Karasu for the report and
      to Carl Chenet for the (partial) patch; Closes: #309273
  * bin/reportbug, man/*
    - updated all the manpages to reflect the actual cli options accepted by
      reportbug and querybts, removing outdated information and also applying
      some stylistic changes; Closes: #559678
  * debian/control
    - added ${misc:Depends} to binary packages
    - bump Standards-Version to 3.8.3, removal or outdated localized contents
      and manpages updated of CLI options were needed
  * debian/copyright
    - update location of `handle_bugscript`
  * debian/control, *
    - extending my copyright notices to 2010
  * debian/pycompat
    - removed, not needed
  * reportbug/__init__.py
    - release 4.10

Date: Wed, 27 Jan 2010 13:57:02 -0500
Changed-By: Andrew Starr-Bochicchio <a.star...@gmail.com>
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
https://launchpad.net/ubuntu/lucid/+source/reportbug/4.10.1ubuntu1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 27 Jan 2010 13:57:02 -0500
Source: reportbug
Binary: reportbug python-reportbug
Architecture: source
Version: 4.10.1ubuntu1
Distribution: lucid
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Changed-By: Andrew Starr-Bochicchio <a.star...@gmail.com>
Description: 
 python-reportbug - Python modules for interacting with bug tracking systems
 reportbug  - reports bugs in the Debian distribution
Closes: 211808 309273 323483 349690 367298 372250 382010 405093 417054 446168 
462614 501285 526631 558364 559065 559677 559678 560302 561802 562912 563051 
564253
Changes: 
 reportbug (4.10.1ubuntu1) lucid; urgency=low
 .
   * Merge from debian testing. Remaining changes:
     - bin/reportbug
       + Make reportbug stop working for bts=ubuntu and refer to "ubuntu-bug"
         instead.
       + exit with an error, if bts=ubuntu (or unconfigured).
     - reportbug/__init__.py: Match reportbug version with package version.
     - debian/control: Add prominent note to package description
 .
 reportbug (4.10.1) unstable; urgency=low
 .
   * bin/reportbug
     - import LICENSE from reportbug, so --license won't trigger an error
   * reportbug/utils.py
     - fix broken '--mutt' CLI/config-file option by using a new variable, 
adding
       the 'mutt' 'if' branch, and the 'get_name()' in MUA class; thanks to
       Julien Cristau for the report; Closes: #564253
 .
 reportbug (4.10) unstable; urgency=low
 .
   * conf/reportbug.conf, man/reportbug.conf.5
     - added 'keyid' documentation; thanks to gregor herrmann for the report and
       to Carl Chenet for the partial patch; Closes: #558364
   * bin/querybts
     - use optparse instead of getopt to parse CLI options and arguments;
       Closes: #559677
     - warn users for options not available in querybts (because they are
       reportbug-only); thank to Marc-Jano Knopp, Josh Triplett and Tim Connors
       for the reports and to Carl Chenet for the patch; Closes: #501285
   * reportbug/ui/text_ui.py
     - if help option is selected in debconf values inclusion menu, the second
       message doesn't contain newline, it's fixed now; thanks to Miroslaw
       Zalewski for the report; Closes: #560302
     - retrieve the package information from the report using doing a lower-case
       check; thanks to Dan Greene for the report; Closes: #562912
     - expanded the previous fix to consider either bugs submitted against the
       binary (pseudo-header 'Package') or the source (pseudo-header 'Source')
       package; thanks to Laurent Fousse for the report; Closes: #559065
   * share/presubj
     - refer to reportbug.d.o instead of bugs.d.o as SMTP server; thanks to Karl
       Goetz for the report and patch; Closes: #561802
   * doc/README.{developers, source}
     - fix them to be valid reStrucuturedText files; thanks to Jakub Wilk for 
the
       report; Closes: #563051
   * debian/{control,rules,source.lintian-overrides}, man/reportbug.ja.1, po4a/*
     - removed l10n contents: they were always outdated and just a restrict set
       of the languages Debian supports
   * man/{querybts.1, reportbug.1}
     - removed NOTE about Python's getopt: both tools are now using optparse
       module to retrieve CLI parameters
   * bin/reportbug
     - notify the user that editing the report with a MUA in the last menu will
       loose every attachements; thanks to Guido Trotter for the report and to
       those that follow it up; Closes: #211808
     - add the possibility to specify the X-Debbugs-CC in the menu before report
       submission; thanks to Sean Finney, Michael Gilbert and Branden Robinson
       for the report and to Carl Chenet for the patch; Closes: #349690
     - clarified that the saved report to a temporary file can also be recovered
       copying the text into a MUA and send the bug from there; thanks to Nelson
       A. de Oliveira for the report; Closes: #405093
     - don't present configuration if using '-f' cli option; thanks to Ross
       Boylan for the report and to Carl Chenet for the patch; Closes: #372250
     - in case the package bug script exited with a non-0 return code, reportbug
       now asks if still reporting or stop; thanks to martin f krafft for the
       report; Closes: #382010
   * man/reportbug.conf.5
     - clarified the configuration files has to be UTF-8 documents; thanks to
       Anders Lageras for the report; Closes: #417054
   * reportbug/ui/urwid_ui.py
     - when retrieving a string, also show a default text (if preset), useful in
       particular with --configure to see the current values for realname and
       email; thanks to Andrei Popescu for the report; Closes: #526631
     - clarified the menu showing bugs already present, changing the title and
       the buttons; thanks to Nick for the report; Closes: #462614
   * reportbug/{submit.py, utils.py}, share/reportbug.el, doc/README.Users,
     debian/control
     - MUA handling now done with a OO-style, reworked emacs integration to use
       emacsclient to reuse an existing emacs instance (if any); thanks to Dan
       Jacobson for the report and Håkon Stordahl for the patch; Closes: #367298
   * bin/reportbug, man/reportbug.1
     - clarified the option -o/--output output the full mail dump (headers and
       body) and how to use to report a new bug; thanks to Alan W. Irwin for the
       report; Closes: #323483
   * doc/HowToReportGoodBugs.txt, debian/doc
     - add a document listing some web resources for providing good bug reports;
       thanks to martin f krafft for the report; Closes: #446168
   * bin/reportbug, man/reportbug.1
     - introduce the new option '--draftpath' to specify an alternative location
       where to save report drafts; thanks to Kokushoku Karasu for the report 
and
       to Carl Chenet for the (partial) patch; Closes: #309273
   * bin/reportbug, man/*
     - updated all the manpages to reflect the actual cli options accepted by
       reportbug and querybts, removing outdated information and also applying
       some stylistic changes; Closes: #559678
   * debian/control
     - added ${misc:Depends} to binary packages
     - bump Standards-Version to 3.8.3, removal or outdated localized contents
       and manpages updated of CLI options were needed
   * debian/copyright
     - update location of `handle_bugscript`
   * debian/control, *
     - extending my copyright notices to 2010
   * debian/pycompat
     - removed, not needed
   * reportbug/__init__.py
     - release 4.10
Checksums-Sha1: 
 1c58084b5c2c14ce1e748500833d5ba848198c74 1227 reportbug_4.10.1ubuntu1.dsc
 5faf682a5241ee2434ef4a54df68ec09e1876fdc 170462 reportbug_4.10.1ubuntu1.tar.gz
Checksums-Sha256: 
 64a746b37490cb2f3a208384306253d3fdcb4d21e85317ad34911f80d618db5e 1227 
reportbug_4.10.1ubuntu1.dsc
 2f7de0a16da3c4feb21607862e75c7685c753421480b0d4cc7466048df03c5f9 170462 
reportbug_4.10.1ubuntu1.tar.gz
Files: 
 8d08eb6a426552b1ab16cf5d35723462 1227 utils standard 
reportbug_4.10.1ubuntu1.dsc
 2e62969b867ed58839d6986244a6e62d 170462 utils standard 
reportbug_4.10.1ubuntu1.tar.gz
Original-Maintainer: Reportbug Maintainers 
<reportbug-ma...@lists.alioth.debian.org>

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

iEYEARECAAYFAktgjMsACgkQL4k+fGKG+21dugCdFcnqFDIiUwRWHnVwNQFVSt4B
7DEAoIU+FRVDP/VKnKqSKo5fte+lxo/4
=Alsb
-----END PGP SIGNATURE-----
-- 
Lucid-changes mailing list
Lucid-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/lucid-changes

Reply via email to