[kernel] r11175 - people/waldi/dkt/debian

Bastian Blank waldi at alioth.debian.org
Fri Apr 25 13:52:31 UTC 2008


Author: waldi
Date: Fri Apr 25 13:52:30 2008
New Revision: 11175

Log:
debian/control
- Need python >= 2.5.
- Add preliminary description.


Modified:
   people/waldi/dkt/debian/control

Modified: people/waldi/dkt/debian/control
==============================================================================
--- people/waldi/dkt/debian/control	(original)
+++ people/waldi/dkt/debian/control	Fri Apr 25 13:52:30 2008
@@ -3,12 +3,15 @@
 Priority: optional
 Maintainer: Debian Kernel Team <debian-kernel at lists.debian.org>
 Uploaders: Bastian Blank <waldi at debian.org>
-Build-Depends: debhelper (>> 5), python-dev, python-support
+Build-Depends: debhelper (>> 5), python-dev (>> 2.5), python-support
 Standards-Version: 3.7.3
-XS-Python-Version: current
 
 Package: dkt
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-XB-Python-Version: ${python:Versions}
-Description: Debian Kernel Toolkit
+Depends: ${python:Depends}, python (>> 2.5)
+Description: Debian kernel toolkit
+ The Debian kernel toolkit handles installation, upgrades and removal of the
+ Linux kernel images.  It provides a backwards compatibility layer for
+ kernel-package config syntax.  It connects the Linux image with your
+ bootloader and the early userspace initramfs.
+



More information about the Kernel-svn-changes mailing list