diff options
author | Adam Conrad <adconrad@ubuntu.com> | 2012-11-06 15:54:31 -0700 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-07-11 07:26:42 +0200 |
commit | 50dba2a9ad755f2ce476576f54698128df9ba327 (patch) | |
tree | 7c483d4b01c3a884cb08220cf89ebb417563d78d /debian/changelog | |
parent | 94bfdf69d2b2ae7413ad2a3590d41d7de9a4adbe (diff) |
* Fix up two things in debian/apt.auto-removal.sh:
- Use exact matches with $-terminated regexes, so we don't get
confusion between similarly-named kernel flavours.
- Keep linux-backports-modules in sync with installed kernels.
Conflicts:
configure.in
debian/changelog
doc/apt-verbatim.ent
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d196bb136..185322bb6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,12 @@ apt (0.9.9.1) UNRELEASED; urgency=low newest kernel, so we don't fill /boot up with an unlimited number of kernels. LP: #923876. + [ Adam Conrad ] + * Fix up two things in debian/apt.auto-removal.sh: + - Use exact matches with $-terminated regexes, so we don't get + confusion between similarly-named kernel flavours. + - Keep linux-backports-modules in sync with installed kernels. + -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 05 Jul 2013 16:39:34 +0200 apt (0.9.9) unstable; urgency=low |