Change logs for reportbug source package in Buster

  • reportbug (7.5.3~deb10u1) buster; urgency=medium
    
      * Non-maintainer upload.
      * Re-enable submitting stretch-pu requests.
      * Rebuild for buster.
    
     -- Andreas Beckmann <email address hidden>  Fri, 30 Aug 2019 13:52:06 +0200
  • reportbug (7.5.2) unstable; urgency=medium
    
      * bin/reportbug
        - automatically add ftbfs tag for does-not-build severity, patch by Logan
          Rosen; Closes: #903865
        - fix UnicodeDecodeError crash with debconf-show output, patch by Nis
          Martensen; Closes: #892898
      * reportbug/utils.py
        - add listccme to CONFIG_ARGS, patch by Shengjing Zhu
      * add `outfile` option to reportbug.conf; patch by Jonathan Rubenstein;
        Closes: #916985
      * reportbug/debbugs.py
        - since 2.2, python-debianbts already parses bugs messages as `email`
          object, so dont parse them again
        - copy debian-boot@ ml for every ftp.debian.org override bugs;
          Closes: #893873
        - dont force binary->source package conversion in ftp.debian.org bug
          handling; Closes: #908650
        - remove `debian-maintainers` pseudo-package, it's been deprecated
      * bin/reportbug, reportbug/ui/__init__.py
        - be explicit on why a UI is unavailable when passing -u XYZ on the
          command-line; Closes: #876372
      * reportbug/{bugreport.py, utils.py}
        - add kernel taint flags information to bug report "System Information"
          section; Closes: #865153
      * Extend copyright years to 2019
      * Makefile
        - add `clean` target to remove python build artifacts, patch by Nis
          Martensen; Closes: #918537
      * conf/reportbug.conf
        - fix example for `mua`, patch by Nis Martensen; Closes: #918536
      * reportbug/ui/gtk2_ui.py
        - fix crash by accepting the `exitstatus` argument to `on_child_exited()`;
          patch by Nis Martensen; Closes: #916297
      * bin/reportbug, reportbug/utils.py
        - make sure to run bugscripts in a terminal even with the GTK UI; patch by
          Nis Martensen; Closes: #669038, #803675
      * Rename gtk2 UI to gtk, patch by Nis Martensen; Closes: #848207
    
     -- Sandro Tosi <email address hidden>  Thu, 31 Jan 2019 20:57:49 -0500
  • reportbug (7.5.1) unstable; urgency=medium
    
      * debian/control
        - mark reportbug-gtk as priority: optional; Closes: #910814
      * reportbug/debbugs.py
        - ftp.debian.org removal bugs should say "package(s)"; Closes: #912967
      * reportbug/utils.py
        - restore stderr messages on the terminal, as it's sometimes useful; patch
          by Nis Martensen; Closes: #882130
        - detect Runit as init system, patch by Lorenzo Puliti; Closes: #913236
        - recognize held packages as installed, patch by Nis Martensen;
          Closes: #905353
      * bin/reportbug
        - wildcard globbing for attachments should attach in alphabetical order,
          patch by Nis Martensen; Closes: #906990
      * reportbug/ui/urwid_ui.py
        - fix regression in opening editor from Urwid UI, patch by John Scott;
          Closes: #903969, #908515, #904391
      * Add --list-cc-me option to X-Debbugs-CC your detected email address, patch
        by Josh Triplett; Closes: #910697
    
     -- Sandro Tosi <email address hidden>  Sat, 24 Nov 2018 15:27:06 -0500
  • reportbug (7.5.0) unstable; urgency=medium
    
      * debian/control
        - update Vcs-* to point to salsa; drop Homepage pointing to alioth
      * migrate to <email address hidden>; Closes: #899684
      * reportbug/debbugs.py
        - fix a typo in the serious severity description; Closes: #894972
        - add contributors.debian.org to pseudo-packages list
        - since it's now in LTS status, comment out jessie-pu from the list of
          suites presented for release.debian.org; Closes: #902379
      * replace 999999@b.d.o with a more generic nnnnnn@b.d.o; Closes: #891144
      * reportbug-gtk package created
        - a new package now installs the desktop file only along with the
          dependencies to make it work; desktop install tasks should depend
          on the new reportbug-gtk package; patch by Stephen Paul Weber;
          Closes: #842018, #872300, #902593
      * remove utils.get_cpu_cores() in favor or os.cpu_count(), as available on
        python3; Closes: #894208
      * reportbug/submit.py
        - dereference symbolic links when detecting file type; patch by Nis
          Martensen; Closes: #885959
      * remove unused Python imports; patch by Markus Hackspacher; Closes: #867337
      * lookup package short description using apt python bindings; patch by Nis
        Martensen; Closes: #564112, #876373, #502860
      * reportbug/bugreport.py
        - dont add the novice bug template if the bug report body was provided on
          the command-line (even if in low-level modes); Closes #890793
      * dont add the 'System Information' section when running reportbug with the
        option --from-buildd; Closes: #865812
      * add explicit text to clarify the newer releases menu (some of which could be
        in in-development suites) is meant as a request to the reporter to verify if
        the bug has already been addressed; Closes: #900254, #880857
      * reportbug/ui/gtk2_ui.py
        - fix a crash when showing a changed config file; Closes: #902417
    
     -- Sandro Tosi <email address hidden>  Sun, 01 Jul 2018 14:37:45 -0400
  • reportbug (7.1.10) unstable; urgency=medium
    
      * debian/control
        - add python3-apt dep to python3-reportbug, needed by fix for #878088;
          Closes: #891626
    
     -- Sandro Tosi <email address hidden>  Tue, 27 Feb 2018 20:02:22 -0500
  • reportbug (7.1.8) unstable; urgency=medium
    
      * reportbug/debbugs.py
        - add `a11y` tag
        - dont RFC2047-encode the Owner pseudo header when submitting a WNPP bug;
          patch by Nis Martensen; Closes: #872780
      * reportbug/utils.py, bin/*
        - fix invalid escape sequence deprecation warnings with Python 3.6; patch by
          Ville Skyttä; Closes: #878437
        - redirect stderr to stdout when running commands via get_command_output(),
          and this prevents errors to be sent to the terminal; Closes: #882130
      * reportbug/ui/gtk2_ui.py
        - typo fix; Closes: #875309
      * debian/control
        - add sensible-utils to reportbug depends, since we require sensible-*
          commands to be available; Closes: #871527
      * man/reportbug.1
        - fix reference to -A/--attach in the include-file section; patch by Alex
          Muntada; Closes: #871769, #878420
      * reportbug/{debbugs.py, utils.py}
        - add tailing new-line when processing strings line by line; patch by Nis
          Martensen; Closes: #866596
      * reportbug/submit.py
        - remove spurious print() of MIME type, introduced during the py3k porting;
          patch by Nis Martensen; Closes: #868154
        - use quoted-printable encoding for lines that are over 980 chars long;
          patch by Nis Martensen; Closes: #849765
      * fix some spelling errors; patch by Ville Skyttä; Closes: #878436
      * bin/reportbug
        - preserve attachments order; patch by Ville Skyttä; Closes: #878538
      * add Linux Security Model (LSM) information to the 'System info' section of
        the bug report (if any LSM is enabled on the system); patch by Laurent
        Bigonville and intrigeri; Closes: #773346
      * debian/source/options
        - use the default XZ compression algo by removing the custom setting to use
          bzip2; patch by Boyuan Yang; Closes: #863823
      * use context managers to avoid leaving unclosed file descriptors (which often
        results in users losing control of their terminal windows); patch by Nis
        Martensen; Closes: #695887, #849763, #882983
      * prevent Unicode(De|En)codeError with most open() calls by using
        'backslashreplace' in case of errors; patch by Nis Martensen;
        Closes: #877650, #883577, #868022
      * debian/copyright
        - leave only me as Upstream-Author and Packaged-By
      * debian/control
        - bump Standards-Version to 4.1.2 (no changes needed)
      * debian/rules
        - dont call dpkg-parsechangelog directly, use dpkg/pkg-info.mk instead
    
     -- Sandro Tosi <email address hidden>  Thu, 28 Dec 2017 23:25:43 -0500
  • 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
    
     -- Sandro Tosi <email address hidden>  Mon, 29 May 2017 16:00:17 -0400