summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRaphael Hertzog <hertzog@debian.org>2009-02-11 21:14:07 +0100
committerRaphael Hertzog <hertzog@debian.org>2009-02-11 21:49:21 +0100
commit3ce6d4f53f3227962b803a7a04a7721e065d01c0 (patch)
tree1f07a773e168782a1ccc66683454d228a4e03813 /ChangeLog
parent19a875adc13fa6aad52dd62d07cf6deffb697b4b (diff)
downloaddpkg-3ce6d4f53f3227962b803a7a04a7721e065d01c0.tar.gz
Move update-alternatives, dpkg-divert and dpkg-statoverride to /usr/bin
* scripts/Makefile.am: Move update-alternatives, dpkg-divert and dpkg-statoverride to /usr/bin as they can be useful to users since they have --display or --list options that do not require administrative rights. * Makefile.am (EXTRA_DIST): Add debian/dpkg.links
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c765247a..fbdfa7621 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2009-02-11 Raphael Hertzog <hertzog@debian.org>
+ * scripts/Makefile.am: Move update-alternatives, dpkg-divert and
+ dpkg-statoverride to /usr/bin as they can be useful to users since
+ they have --display or --list options that do not require
+ administrative rights.
+ * Makefile.am (EXTRA_DIST): Add debian/dpkg.links.
+
+2009-02-11 Raphael Hertzog <hertzog@debian.org>
+
* scripts/dpkg-buildpackage.pl: Add new option --target/-T to
allow a specific debian/rules target to be run. The new --as-root
option forces the target to be run with root rights.