dwww Home | Show directory contents | Find package

sensible-utils (0.0.17) unstable; urgency=medium

  * Bug fix: "Maximum function recursion depth (1000) reached", thanks
    to Martin-Éric Racine (Closes: #993130). Use command nano
    instead of nano alias for working arround nano bug.

 -- Bastien Roucariès <rouca@debian.org>  Sun, 29 Aug 2021 17:44:44 +0000

sensible-utils (0.0.16) unstable; urgency=high

  * Upload to unstable, high priority due to which error message.

 -- Bastien Roucariès <rouca@debian.org>  Thu, 26 Aug 2021 15:47:11 +0000

sensible-utils (0.0.15) experimental; urgency=medium

  * Trim trailing whitespace.
  * debian/copyright: use spaces rather than tabs to start continuation lines.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Document BROWSER variable
  * Do not write to / if $HOME is not set (Closes: #987675).
  * Workarround nano bug that fail if TERM is not set.
  * Merge Bug fix: "Improved implementation of
    sensible-{browser,editor,pager}",thanks to Jari Aalto
    (Closes: #445444).
  * Fix manpages (Closes: #980185)
  * Merge translation:
    + de (Closes: #980183)
    + pt (Closes: #980197)
  * Bug fix: "replace "which" by "command -v" in
    sensible-browser, sensible-editor and sensible-pager", thanks to
    Harald Dunkel (Closes: #972999).

 -- Bastien Roucariès <rouca@debian.org>  Tue, 24 Aug 2021 21:26:38 +0000

sensible-utils (0.0.14) unstable; urgency=medium

  [Boyuan Yang <byang@debian.org>]
  * debian/copyright: Drop words about alioth, set upstream project
    to be the same as Salsa packaging repository.

  [Bastien Roucaries <rouca@debian.org]
  * Bug fix: "select-editor should quote path used in the script", thanks
    to Nicolas Évrard (Closes: #913559).
  * Bug fix: "FTBFS: po4a::po: Invalid value for option porefs,
    thanks to Lucas Nussbaum (Closes: #975851).
  * Improve man pages (Closes: #969587,#397051)
  * Fix recursion protection. Thanks to Matthew Gabeler-Lee
    (Closes: #953134)
  * Update on Portuguese translation of manpage.
    (Closes: #962578,#923807)

 -- Bastien Roucariès <rouca@debian.org>  Tue, 12 Jan 2021 22:01:50 +0000

sensible-utils (0.0.13) experimental; urgency=medium

  * Fix FTBFS po4a::po: Invalid value for option 'porefs'
    Change value for option 'porefs' from 'noline,wrap' to 'noline'
    Closes: #963424
  * d/rules: remove override_dh_autoconfigure
    Closes: #944897
  * d/control:
    Update standards version to 4.5.0.2
    Add build-depends: debhelper (>= 11)
    Drop build-depends-indep: dpkg

 -- Anibal Monsalve Salazar <anibal@debian.org>  Tue, 07 Jul 2020 18:00:29 -0500

sensible-utils (0.0.12+nmu1) unstable; urgency=medium

  [ Felipe Sateler ]
  * Non-maintainer upload.
  * Do not attempt to discover the executable path of empty variables.
    Otherwise, which outputs a message like `usage: which [-as] program ... `.
    Instead of invoking which without arguments, lets skip the check
    (Closes: #927022)

  [ Boyuan Yang ]
  * debian/control: Update Vcs-* fields and use git packaging repo under Salsa Debian group.

 -- Felipe Sateler <fsateler@debian.org>  Sun, 17 Nov 2019 09:21:22 -0300

sensible-utils (0.0.12) unstable; urgency=medium

  * Fix sensible-browser launches $BROWSER with empty argument
    (Closes: #885688)
  * Bug fix: "[INTL:de] updated German man page translation", thanks to
    Helge Kreutzmann (Closes: #877553).
  * Add basic testing.
  * Bump compat and policy (no changes)

 -- Bastien Roucariès <rouca@debian.org>  Mon, 12 Mar 2018 11:17:53 +0100

sensible-utils (0.0.11) unstable; urgency=high

  * Bug fix: "Argument injection in sensible-browser", thanks to Gabriel
    Corona (Closes: #881767). Fixing this bug by not supporting %s
    expansion in $BROWSER. Users needing this feature (like running
    'firefox -remote "openURL(%s,new-window)"',  with %s the URL)
    could use a shell wrapper. Remove also multiple browser support.
  * Fixing #881767 means not using unsupportable %s in $BROWSER, thus
    Closes: #289745.

 -- Bastien Roucariès <rouca@debian.org>  Wed, 15 Nov 2017 16:30:02 +0100

sensible-utils (0.0.10) unstable; urgency=medium

  * Acknowledge NMU
  * Add myself as uploader.
  * Bump policy no change.
  * Update copyright.
  * Use debhelper.
  * Harden recursive execution of script
    (Closes: #775727, #390580).
  * Bug fix: "[l10n:cs] Initial Czech translation of package
    sensible-utils", thanks to Michal Simunek (Closes: #673157).
  * Bug fix: "[INTL:pt] Portuguese translation of manpage", thanks to
    Américo Monteiro (Closes: #758072).
  * Bug fix: "Manpages not utf-8 encoded", thanks to Sandro Mani (Closes:
    #739688).
  * Bug fix: "requires gettext but no dependency on gettext-base", thanks
    to Jonathan Dowland (Closes: #728612). Supply a echo -n gettext in
    private dir.
  * Bug fix: "Manpage should reference appropriate section of Debian
    Policy", thanks to Jari Aalto (Closes: #603243).
  * Bug fix: "Infinite loop in select-editor when nano is not installed
    (batch-mode)", thanks to Niels Thykier (Closes: #777168).
  * Bug fix: "please sort editors by priority in select-editor", thanks to
    David Kalnischkies (Closes: #720853).

 -- Bastien Roucariès <rouca@debian.org>  Fri, 11 Aug 2017 09:06:21 +0200

sensible-utils (0.0.9+nmu1) unstable; urgency=medium

  * Non-maintainer upload.

  [ Jérémy Bobbio ]
  * Make package build reproducibly:
    - Stop recording current time when creating gzip files.
    - Fix mtimes before creating binary packages.

  [ Ximin Luo ]
  * Make package build reproducible, pt 2:
    - Sort file list, to avoid filesystem differences.
    - Explicitly install every language man dir, to avoid umask differences.
    - Slightly refactoring for readability.

 -- Ximin Luo <infinity0@debian.org>  Wed, 28 Jun 2017 18:17:02 +0200

# For older changelog entries, run 'apt-get changelog sensible-utils'

Generated by dwww version 1.14 on Tue Aug 26 13:52:22 CEST 2025.