Browse Source

* debian/apt.conf.autoremove:
- added "linux-ubuntu-modules" to APT::NeverAutoRemove

Michael Vogt 17 years ago
parent
commit
94d1fa9830
2 changed files with 3 additions and 0 deletions
  1. 1 0
      debian/apt.conf.autoremove
  2. 2 0
      debian/changelog

+ 1 - 0
debian/apt.conf.autoremove

@@ -4,6 +4,7 @@ APT
   { 
 	"^linux-image.*";  
 	"^linux-restricted-modules.*";
+	"^linux-ubuntu-modules-.*";
   };
 
   Install-Recommends-Section "metapackages";

+ 2 - 0
debian/changelog

@@ -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
 
  --