Change logs for reportbug source package in Artful

  • 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
  • reportbug (7.1.6ubuntu1) 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.6) unstable; urgency=medium
    
      * reportbug/utils.py
        - wrap every command execution in a helper function to (eventually) decode
          the command output, this will prevent non-UTF-8 output to crash reportbug;
          patch by Nis Martensen; Closes: #857794
      * reportbug/submit.py
        - handle text attachments in different encodings, currently making reportbug
          crash; patch by Nis Martensen; Follow up for #848729
    
    reportbug (7.1.5) unstable; urgency=medium
    
      * reportbug/utils.py
        - handle correcly the situation where reportbug config file and dpkg status
          database have a different charset than current locale; patch by Nis
          Martensen; Closes: #848729
      * reportbug/ui/gtk2_ui.py
        - fallback gracefully to text UI if running GTK+ interface on a text
          console; patch by Nis Martensen; Closes: #853269
        - fallback gracefully to text UI in case some of the GTK+ deps are not
          available, by catching all the relevant exceptions; patch by Jakob Haufe;
          Closes: #854405
        - require also Cairo, required to render the GTK+ interface; patch by Nis
          Martensen; Closes: #852652
    
    reportbug (7.1.4) unstable; urgency=medium
    
      * reportbug/submit.py
        - use the correct email.encoders modules when attaching binary files;
          Closes: #850317
      * debian/control
        - add python3-gi-cairo to reportbug Suggests; Closes: #851968
      * doc/README.Users
        - update GTK interface doc about which packages to install
    
     -- Bhavani Shankar <email address hidden>  Sat, 22 Apr 2017 14:59:15 +0530
  • reportbug (7.1.3ubuntu1) zesty; 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.3) unstable; urgency=medium
    
      * debian/control
        - bump Standards-Version to 3.9.8 (no changes needed)
      * share/script
        - modify the bug script to cope with non-ascii characters; patch by Nis
          Martensen; Closes: #851322
      * man/reportbug.1
        - fix order of email environment variables; patch by Nis Martensen;
          Closes: #851355
      * bin/reportbug
        - output user from address in human-readable format; patch by Nis Martensen;
          Closes: 851361
      * reportbug/ui/urwid_ui.py
        - unbreak 'Read bug' functionality in urwid UI; patch by Ryan Kavanagh;
          Closes: #851055
      * debian/menu
        - removed, now obsolete in favor of XDG desktop files; patch by Boyuan Yang;
          Closes: #851415
      * debian/desktop
        - improve to the file and no longer hardcode the debian-swirl file location;
          patch by Boyuan Yang; Closes; #836253
      * reportbug/ui/gtk2_ui.py
        - fixes and improvements to GTK2 interface from James Clarke and Simon
          McVittie, thanks a lot! Closes: #850733
    
     -- Bhavani Shankar <email address hidden>  Tue, 17 Jan 2017 16:42:10 +0530