* debian/changelog: Update.

* debian/templates/control.source.in: Add python to build-depends.

svn path=/dists/trunk/linux-kbuild-2.6/; revision=13243
This commit is contained in:
Bastian Blank 2009-03-24 13:23:47 +00:00
parent 8cf20053e6
commit a4399c9dcf
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -1,6 +1,8 @@
linux-kbuild-2.6 (2.6.29-1) UNRELEASED; urgency=low
* New upstream version.
* Autogenerate list of supported options in modpost. (closes: #518961)
- Build-depend against python.
-- Bastian Blank <waldi@debian.org> Sun, 22 Feb 2009 14:04:24 +0100

View File

@ -4,4 +4,4 @@ Priority: optional
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Uploaders: Bastian Blank <waldi@debian.org>
Standards-Version: 3.7.3
Build-Depends: debhelper (>= 4.1.0)
Build-Depends: debhelper (>= 4.1.0), python