diff options
author | joey <joey> | 2000-06-26 21:31:48 +0000 |
---|---|---|
committer | joey <joey> | 2000-06-26 21:31:48 +0000 |
commit | df1a9d2704b3052eaebbad1e9701fdc44cbeec8b (patch) | |
tree | e5f215d055095d11241bf881421eee0c3335c247 /debian | |
parent | 3ee57edb39dd43b944d74fc1a17e526080e3518a (diff) | |
download | debhelper-df1a9d2704b3052eaebbad1e9701fdc44cbeec8b.tar.gz |
r352: * dh_installmodules will now install modiles even if etc/modutils already
exists (wasn't because of a logic error). Closes: #66289
* dh_movefiles now uses debian/movelist, rather than just movelist. This
is to fix an unlikely edge case involving a symlinked debian directory.
Closes: #66278
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 10091298..369431ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +debhelper (2.0.99) unstable; urgency=low + + * dh_installmodules will now install modiles even if etc/modutils already + exists (wasn't because of a logic error). Closes: #66289 + * dh_movefiles now uses debian/movelist, rather than just movelist. This + is to fix an unlikely edge case involving a symlinked debian directory. + Closes: #66278 + + -- Joey Hess <joeyh@debian.org> Mon, 26 Jun 2000 14:24:12 -0700 + debhelper (2.0.98) unstable; urgency=low * dh_installdebconf: Automatically merge localized template |