]> git.saurik.com Git - apt.git/commitdiff
* debian/apt.conf.autoremove:
authorMichael Vogt <michael.vogt@ubuntu.com>
Fri, 29 Jun 2007 13:55:33 +0000 (15:55 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Fri, 29 Jun 2007 13:55:33 +0000 (15:55 +0200)
  - added "linux-ubuntu-modules" to APT::NeverAutoRemove

debian/apt.conf.autoremove
debian/changelog

index 3a9945b54d103d307c1b2b9fed04bdacd005c041..4a3010208c45e2fc306ae708f9dffbc6b8f37c18 100644 (file)
@@ -4,6 +4,7 @@ APT
   { 
        "^linux-image.*";  
        "^linux-restricted-modules.*";
+       "^linux-ubuntu-modules-.*";
   };
 
   Install-Recommends-Section "metapackages";
index 96dfafa5a8f6273cf2b0715310673eec860b9e3f..4f14b4131df5aeec825fcb8039427907396ed222 100644 (file)
@@ -4,6 +4,8 @@ apt (0.7.2ubuntu4) unstable; urgency=low
     - make the XS-Vcs-$foo warning more copy'n'paste
       friendly (thanks to Matt Zimmerman)
     - ignore the Vcs-Browser tag (Fixes LP: #121770)
+  * debian/apt.conf.autoremove:
+    - added "linux-ubuntu-modules" to APT::NeverAutoRemove
 
  --