[Pkg-dkms-commits] r40 - in dkms/trunk/debian: . patches

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Thu Dec 11 17:15:43 UTC 2008


Author: hanska-guest
Date: 2008-12-11 17:15:43 +0000 (Thu, 11 Dec 2008)
New Revision: 40

Modified:
   dkms/trunk/debian/changelog
   dkms/trunk/debian/control
   dkms/trunk/debian/patches/03-remove_dkms_lib_directory_if_empty.patch
Log:
Removed awk from Depends
Added description to patch
Releasing


Modified: dkms/trunk/debian/changelog
===================================================================
--- dkms/trunk/debian/changelog	2008-12-11 17:00:54 UTC (rev 39)
+++ dkms/trunk/debian/changelog	2008-12-11 17:15:43 UTC (rev 40)
@@ -1,4 +1,4 @@
-dkms (2.0.20.4-1) UNRELEASED; urgency=low
+dkms (2.0.20.4-1) unstable; urgency=low
 
   [ David Paleino ]
   * First Debian release (Closes: #481590)
@@ -35,7 +35,7 @@
     removed if it is empty after a removal.  This allows the modules directory
     to be removed as it becomes empty.
 
- -- David Paleino <d.paleino at gmail.com>  Thu, 11 Dec 2008 17:40:40 +0100
+ -- David Paleino <d.paleino at gmail.com>  Thu, 11 Dec 2008 18:13:19 +0100
 
 dkms (2.0.19-0ubuntu2) hardy; urgency=low
 

Modified: dkms/trunk/debian/control
===================================================================
--- dkms/trunk/debian/control	2008-12-11 17:00:54 UTC (rev 39)
+++ dkms/trunk/debian/control	2008-12-11 17:15:43 UTC (rev 40)
@@ -15,7 +15,7 @@
 Package: dkms
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends},
- module-init-tools, linux-headers, awk
+ module-init-tools, linux-headers
 Recommends: patch, make, gcc, fakeroot
 Description: Dynamic Kernel Module Support Framework
  DKMS is a framework designed to allow individual kernel modules to be upgraded

Modified: dkms/trunk/debian/patches/03-remove_dkms_lib_directory_if_empty.patch
===================================================================
--- dkms/trunk/debian/patches/03-remove_dkms_lib_directory_if_empty.patch	2008-12-11 17:00:54 UTC (rev 39)
+++ dkms/trunk/debian/patches/03-remove_dkms_lib_directory_if_empty.patch	2008-12-11 17:15:43 UTC (rev 40)
@@ -1,3 +1,6 @@
+Merge from Ubuntu, ensure that the /lib/modules/<version>/updates/dkms
+directory is removed if it is empty after a removal.  This allows the
+modules directory to be removed as it becomes empty.
 --- a/kernel_prerm.d_dkms
 +++ b/kernel_prerm.d_dkms
 @@ -13,4 +13,7 @@




More information about the Pkg-dkms-commits mailing list