diff options
author | Adam Conrad <adconrad@ubuntu.com> | 2012-11-06 15:54:31 -0700 |
---|---|---|
committer | Colin Watson <cjwatson@canonical.com> | 2012-11-06 15:54:31 -0700 |
commit | 164f3b36c71d6e6b8bfaeb8635d26ff0aa1b7658 (patch) | |
tree | aa4ec69bd99704512ad3f22f4f79ab444fe5b952 /debian/changelog | |
parent | da0d83e38c5c2bd4770fcdf8125f540e7752c9c4 (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.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ccc1c2cd3..c75042c61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +apt (0.9.7.6ubuntu2) raring; urgency=low + + * 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. + + -- Adam Conrad <adconrad@ubuntu.com> Tue, 06 Nov 2012 15:54:31 -0700 + apt (0.9.7.6ubuntu1) raring; urgency=low [ Michael Vogt ] |