reportbug 7.1.7ubuntu1 source package in Ubuntu

Changelog

reportbug (7.1.7ubuntu1) artful; urgency=medium

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

reportbug (7.1.7) unstable; urgency=medium

  * reportbug/utils.py
    - fix description regex to match only textual description (and not the MD5);
      patch by Nis Martensen; Closes: #863322
    - switch to use apt-cache instead of dpkg --print-avail; patch by Nis
      Martensen
    - get_command_output() doesnt strip a trailing new-line, so deal with that
      behavior when running lsb_release and dpkg --print-architecture; patch by
      Nis Martensen; Closes: #861153
    - update suites names: fade out squeeze (wheezy is now oldoldstable) and
      introduce buster (testing), bullseye (next-testing); Closes: #862801
    - in search_path_for, split PATH directories using ':'; patch by Kamaraju
      Kusumanchi; Closes: #827088
    - strip arch-qualifier when looking up dependencies information; patch by
      Nis Martensen; Closes: #749884
    - fix a crash when parsing the config files lines in the package
      information; patch by Nis Martensen; Closes: #857013, #846053, #826534
  * reportbug/debbugs.py
    - add manpages.debian.org to pseudo-packages list; Closes: #861859
  * debian/control
    - update emacs dependencies to emacs24 (default) and emacs25 (alternative)
    - remove Chris Lawrence from Uploaders, thanks for all you've done for
      reportbug!!
    - switch Vcs-* URLs to HTTPS
  * remove double imports
  * debian/desktop
    - add Danish translation to desktop file; patch by scootergrisen;
      Closes: #855973
  * reportbug/bugreport.py
    - add LANGUAGE env var to locales bugreport section; Closes: #840898
  * bin/querybts
    - url_open() now returns a string, no need to read() it anymore; also
      replace URLError exception handling with NoNetwork; Closes: #859274
  * reportbug/debbugs.py, reportbug/utils.py
    - Finish open_url return type conversion: url_open() now returns a string
      and no longer an HTTPRespons object; patch by Nis Martensen; extends the
      fix for #859274
  * bin/reportbug
    - fix error formatting when printing the error for draft directory
      non-existing; patch by Gaetano Guerriero; Closes: #816375
  * doc/README.source
    - update README.source to the current source layout; Closes: #827002
  * debian/copyright
    - switch the Format field to the URL in the packaging-manuals

 -- Bhavani Shankar <email address hidden>  Wed, 31 May 2017 08:46:30 +0530

Upload details

Uploaded by:
Bhavani Shankar
Uploaded to:
Artful
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
reportbug_7.1.7ubuntu1.tar.bz2 338.1 KiB 6cbd29295bce4bcaaa43e52e6befd9ad409d6413dbf767649e94e7a8861db80f
reportbug_7.1.7ubuntu1.dsc 1.5 KiB 491e26a02d1bfd39fe519ae1d2ad6cedddfc8e3668cfdbaca6ce1e1650c0caa3

Available diffs

View changes file

Binary packages built by this source

python3-reportbug: Python modules for interacting with bug tracking systems

 reportbug is a tool designed to make the reporting of bugs in Debian
 and derived distributions relatively painless.
 .
 This package includes Python modules which may be reusable by other
 tools that want to interact with the Debian bug tracking system.
 .
 To actually report a bug, install the reportbug package.

reportbug: reports bugs in the Debian distribution

 reportbug is a tool designed to make the reporting of bugs in Debian
 and derived distributions relatively painless. Its features include:
 .
  * Integration with mutt and mh/nmh mail readers.
  * Access to outstanding bug reports to make it easier to identify
    whether problems have already been reported.
  * Automatic checking for newer versions of packages.
  * Optional automatic verification of integrity of packages via debsums.
  * Support for following-up on outstanding reports.
  * Optional PGP/GnuPG integration.
 .
 reportbug is designed to be used on systems with an installed mail
 transport agent, like exim or sendmail; however, you can edit the
 configuration file and send reports using any available mail server.
 .
 This package also includes the "querybts" script for browsing the
 Debian bug tracking system.
 .
 REPORTBUG IS MEANT FOR UBUNTU DEVELOPERS TO FORWARD BUGS TO DEBIAN.
 IF YOU WANT TO REPORT A BUG IN UBUNTU, PLEASE USE "ubuntu-bug"
 INSTEAD (from the "apport" package).