Package: gnokii / 0.6.30+dfsg-1

Metadata

Package Version Patches format
gnokii 0.6.30+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
change_configfile_order.patch | (download)

Docs/man/gnokii.1 | 5 2 + 3 - 0 !
common/cfgreader.c | 14 7 + 7 - 0 !
2 files changed, 9 insertions(+), 10 deletions(-)

 config: change the order of the config file lookup

If $XDG_CONFIG_DIRS/gnokii/config was found $HOME/.gnokiirc was ignored.
Even though this location is deprecated, it is very confusing to users.
Current lookup order will be:
 1. $XDG_CONFIG_HOME/gnokii/config
 2. $HOME/.gnokiirc
 3. $XDG_CONFIG_DIRS/gnokii/config
 4. /etc/gnokiirc

Related user report:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623694

debian changes 0.6.30+dfsg 1 | (download)

Docs/man/gnokii.1 | 5 3 + 2 - 0 !
common/cfgreader.c | 14 7 + 7 - 0 !
2 files changed, 10 insertions(+), 9 deletions(-)

 upstream changes introduced in version 0.6.30+dfsg-1
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 gnokii (0.6.30+dfsg-1) unstable; urgency=low
 .
   * new upstream release
     - fixes FTBFS with libpcsclite (closes: 614442, 593509)
     - fix DKU2 issues (closes: 591658)
   * debian/control:
     - bump policy to 3.9.2:
       - clean .la files
     - convert package to git
   * debian/patches:
     - add upstream patch to change search order of config files
       (closes: #623694)
   * debian/rules: clean up .la files' dependencies (closes: 620903)
     (thanks Andreas Moog)
 .
 The person named in the Author field signed this changelog entry.