diff options
author | Antti-Juhani Kaijanaho <ajk@debian.org> | 2011-12-18 21:12:14 +0200 |
---|---|---|
committer | Antti-Juhani Kaijanaho <ajk@debian.org> | 2011-12-18 21:12:14 +0200 |
commit | 87865acd9c16451eb026db7a9aeec06ca0eba962 (patch) | |
tree | 5917e23d255ce76ac85ceca11fbb548def44e844 /debian/changelog | |
parent | cb849a8ae425ba501ea8c953a6afa918b2e4482f (diff) | |
download | dctrl-tools-87865acd9c16451eb026db7a9aeec06ca0eba962.tar.gz |
grep-dctrl: Hardcode default input file names.
Until now, grep-dctrl has used a configuration file to determine which
input file it should use by default. Originally, this was motivated by
a desire not to step too much into the toes of dpkg maintainers - it
allowed the fiction that this package doesn't in fact depend on dpkg's
internal interfaces. Over the last decade, however, this consideration
has became essentially moot, and the status and available files are
effectively public interfaces.
Now, theoretically, this configurability could be in use by someone.
However, the same functionality is available by using shell functions and
shell scripts. I twice called for actual use cases for this feature,
explicitly threatening to remove this feature if nobody stepped up.
Nobody did.
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 99d69d2..15c9e70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,11 @@ dctrl-tools (2.21) unstable; urgency=low * grep-dctrl: Remove the old dead annoying banner code. + * grep-dctrl: Hardcode default input file names. + - The /etc/grep-dctrl.rc conffile is removed upon package upgrade. + - grep-dctrl.1.cp: Updated to match. - -- Antti-Juhani Kaijanaho <ajk@debian.org> Sun, 18 Dec 2011 20:16:49 +0200 + -- Antti-Juhani Kaijanaho <ajk@debian.org> Sun, 18 Dec 2011 21:04:25 +0200 dctrl-tools (2.20.1) unstable; urgency=low |