diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/apt.auto-removal.sh | 2 | ||||
-rw-r--r-- | debian/changelog | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/apt.auto-removal.sh b/debian/apt.auto-removal.sh index b4a266216..048e33912 100644 --- a/debian/apt.auto-removal.sh +++ b/debian/apt.auto-removal.sh @@ -73,7 +73,7 @@ EOF ) cat > "$config_file".dpkg-new <<EOF -# File autogenerated by $0, do not edit +// File autogenerated by $0, do not edit APT { NeverAutoRemove diff --git a/debian/changelog b/debian/changelog index c75042c61..1dad02a02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (0.9.7.6ubuntu3) raring; urgency=low + + * Fix comment char in /etc/apt/apt.conf.d/01autoremove-kernels to + use C++ style comments instead of POSIX shell style (LP: #1076237) + + -- Adam Conrad <adconrad@ubuntu.com> Wed, 07 Nov 2012 23:10:35 -0700 + apt (0.9.7.6ubuntu2) raring; urgency=low * Fix up two things in debian/apt.auto-removal.sh: |