Commit Graph

225 Commits

Author SHA1 Message Date
Ben Hutchings 5917a891aa debian/templates/control.source.in: Put each build-dependency on its own line
The list is getting hard to read as we add build profiles.  It's also easier
to merge and cherry-pick changes when each dependency is on a separate line.
2016-05-14 19:37:22 +01:00
Ben Hutchings c955e35c32 modules: Enable MODULE_SIG and MODULE_SIG_SHA256
...but not MODULE_SIG_ALL as signatures will be packaged separately
2016-04-03 13:12:23 +01:00
Ben Hutchings a5f7516c0c Merge linux-tools source package into linux (Closes: #550379, #573483, #816500)
* Drop redundant gitignore.patch from linux-tools
* Rename linux-tools' debian/templates/control.main.in to
  debian/templates/control.tools.in
* Combine changelogs, putting all entries for each upstream release
  cycle in chronological order
* Combine rules and gencontrol.py code
2016-03-21 01:32:16 +00:00
Ben Hutchings 4fe6a76379 Release linux-tools (4.4.6-1).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVu737ue/yOyVhhEJAQqyag/+IUmrQLhgB05KxMZ8oRwmEF/PJPF0hKCu
 ZfvPiEO2nS1vQO5ulKp3dkfWWAJbC4BCDO7HAiYjM8J/JUbfb7VrvqgU2LyaEjev
 jpzUhDHD61jO1nTS0s3NKBInOSzn+jCcDSCEFlvzTQzsV5XbLI7cazIW+L29fR+X
 sIJpUzIqMi3UgcbpTx3CfTbodvQ/K7AI9lPN0NIDak7DWtMOUBrUBgTotDY0s+68
 yTD7oiUVdS4nL/BVwKXurSDIPXOnTio5JwmDwqEW1LRXq3Y6IgZKFsGSqmZva19q
 ZZ+T8885/ek116hUhVHF6Cxj24y6LErd+uxJO+J/K52r5Vgw/VwD+pbZBoiSrsmM
 IlqAwDRahNzWO5QU5IWUfPjcsVeye+RKv6EuYoqf43MiltRTdOys154ZesShd95H
 PzjaYQw//DzcnQbxW0wE/GGbTEQKGUgHpw5+2ZRaZ3GE9eExRqKO1ZJhL8Miu8ys
 Y3GJOHBASYq3pXtzpYPlJTAVluKsHScB9VtpXSFcrbwR2Mhqv1k4ZBwFUMh0Dgtb
 BEseEAw/VZQoTsbwR4ZwVwXvw+rFMe21FoVmn0ZM8WsrCqNeN7PQ/QG5CsD+R75N
 tJOMwWfgt5U/JP0ChtOAnywiRKAo52SdBDmyxh4c2qsdFcR6Un2B70Q5A1gY8B2+
 +of7tBDFL8Q=
 =sw9T
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.4.6-1'

Move debian/build/tools/power/cpupower/Makefile to
debian/rules.d/tools/power/cpupower/Makefile where it belongs now.
2016-03-20 20:07:25 +00:00
Ben Hutchings cf4f32ccd1 debian/control: Update policy version to 3.9.7; no changes required 2016-03-20 16:06:01 +00:00
Mattia Dongili 96559e9c4c Build tools from power/cpupower
They'll eventually replace cpufrequtils and libcpufreq{0,-dev} so the
structure of the packages is the same.
2016-03-20 15:49:21 +00:00
Ben Hutchings 1d94112d6c debian/control: Build-Depend on dh-python, as dh_python2 warns we should 2016-02-23 01:03:43 +00:00
Ben Hutchings b0ddcef1a9 udeb: Fix issues with wildcards that caused FTBFS on armhf, thanks to Karsten Merker
Karsten did a test-build on armhf and found failures due to missing modules
and directories.

* The wireless drivers from staging need to be optional; this requires
  support for wildcards in optional-inclusion lines
* The check for a containing directory must only be done for non-optional
  inclusion lines

Bump the kernel-wedge version requirement and add the optional-include
suffixes.
2016-02-17 18:00:31 +00:00
Ben Hutchings d1a2d68dab udeb: input-modules: Include HID drivers by default 2016-02-15 02:40:33 +00:00
Ben Hutchings 16017121d0 debian/control: Add ':any' to Build-Depends on python3, to support cross-bootstrap 2015-11-10 13:44:44 +00:00
Ben Hutchings be6de683ed debian/control,debian/rules: Support a 'stage1' build profile (Closes: #695243)
This builds only linux-libc-dev, needed by native compilers.
2015-11-10 13:34:39 +00:00
Ben Hutchings 4af24f2fc0 debian/control: Move patchutils from Build-Depends to Build-Depends-Indep
We only use filterdiff when building linux-source-<version>.
2015-11-10 12:19:45 +00:00
Ben Hutchings d95159f909 debian/control: Update policy version to 3.9.6; no changes required 2015-09-25 22:24:39 +01:00
Ben Hutchings 277d4945c7 debian/bin,debian/control,debian/lib/python,debian/rules: Use Python 3
debian/lib/python: Sync with linux package
2015-09-25 19:51:01 +01:00
Ben Hutchings 6b977589fb debian/bin,debian/control,debian/lib/python: Use Python 3 2015-08-29 21:48:39 +01:00
Ben Hutchings c2de3cfb20 debian/control: Correct build-dependency on xz-utils, needed on all arches
Currently we have xz-utils in build-depends-indep as we explicitly
use xz to compress files in linux-source.  We also have a build-
dependency on lzma (now a virtual package provided by xz-utils),
but only on armel which was the first architecture for which we
set CONFIG_KERNEL_XZ=y.

However, since 3.7 we've set CONFIG_KERNEL_XZ for all architectures so
xz-utils is needed everywhere.  Currently we get away with this
because dpkg-dev depends on xz-utils, but this could change in future.
Build-depend on xz-utils without qualification.
2015-08-21 13:08:46 +02:00
Ben Hutchings 098767bfb6 debian/control: Drop Frederik Schüler from Uploaders
He hasn't been active on this package for many years.
2015-08-12 20:45:39 +02:00
Ben Hutchings 14e7abc03f Update Vcs-* fields to point to git 2015-08-11 19:08:46 +02:00
Ben Hutchings c388a4feae Update Vcs-* fields to point to git 2015-08-11 18:17:44 +02:00
Bastian Blank ed67452fc5 Add hyperv-daemons package
svn path=/dists/trunk/linux-tools/; revision=22770
2015-06-28 18:44:20 +00:00
Ben Hutchings 105faf0c32 debian/control: Add gcc-multilib to Build-Depends in order to build perf-read-vdso{,x}32
svn path=/dists/trunk/linux-tools/; revision=22600
2015-05-11 02:00:34 +00:00
Ben Hutchings 1486e5315a Merge changes from sid up to 3.16-3
svn path=/dists/trunk/linux-tools/; revision=22336
2015-02-03 01:37:04 +00:00
Ben Hutchings e09c8c1f09 Revert addition of libc-bin to dependencies, as it is an essential package
svn path=/dists/sid/linux-tools/; revision=22332
2015-02-02 22:14:13 +00:00
Ben Hutchings 655aa10dbb [mips*,powerpcspe,x32] Enable building linux-tools
svn path=/dists/trunk/linux-tools/; revision=22326
2015-01-31 23:44:51 +00:00
Ben Hutchings 73a24d7658 [hppa,sparc] linux-tools: Enable use of libnuma
svn path=/dists/trunk/linux-tools/; revision=22325
2015-01-31 23:42:15 +00:00
Ben Hutchings e787540d29 [armel,armhf] linux-tools: Enable use of libunwind
svn path=/dists/trunk/linux-tools/; revision=22324
2015-01-31 23:17:09 +00:00
Ben Hutchings 9ad41e0290 [arm64] Enable building linux-tools, thanks to Steve Capper
svn path=/dists/sid/linux-tools/; revision=22317
2015-01-31 16:21:27 +00:00
Ben Hutchings 5e54999ac5 linux-tools: Fix build configuration to avoid linking perf with libbfd (Closes: #763002)
svn path=/dists/sid/linux-tools/; revision=21908
2014-09-27 01:54:29 +00:00
Ben Hutchings b7b252be8b [ppc64el] Build linux-tools binary package
svn path=/dists/trunk/linux-tools/; revision=21747
2014-08-26 08:14:42 +00:00
Ben Hutchings 41b28afb6c Update to 3.16-rc7
- genorig: Include new directory for usbip UAPI header
- debian/control: Update Build-Depends for usbip switching from libsysfs to libudev

svn path=/dists/trunk/linux-tools/; revision=21641
2014-07-29 17:49:10 +00:00
Maximilian Attems 66349c9470 newer policy 3.9.5
Signed-off-by: maximilian attems <maks@debian.org>

svn path=/dists/trunk/linux/; revision=21385
2014-06-03 21:46:06 +00:00
Ben Hutchings 537420d807 debian/control: Simplify build-dependencies
- Remove versions for debhelper, python, kernel-wedge that are satisfied by stable
- Remove module-init-tools as alternative to kmod, which is in stable


svn path=/dists/sid/linux/; revision=21117
2014-02-28 00:19:24 +00:00
Ben Hutchings 315706dfad linux-tools: Only use libunwind on x86, as perf needs additional porting work for other architectures (fixes FTBFS on arm and powerpc)
svn path=/dists/sid/linux-tools/; revision=21024
2014-02-02 15:46:40 +00:00
Ben Hutchings a3f8abcc2a linux-tools: Explicitly enable/disable libunwind usage for all architectures (fixes FTBFS on s390x and sparc)
svn path=/dists/sid/linux-tools/; revision=21023
2014-02-02 15:41:21 +00:00
Ben Hutchings 2fa2de4959 linux-tools: Replace build-dependency on libunwind7-dev with libunwind8-dev
svn path=/dists/sid/linux-tools/; revision=21015
2014-02-02 10:52:19 +00:00
Bastian Blank 929894f687 * debian/bin/genorig.py, debian/lib/python/debian_linux/abi.py,
debian/lib/python/debian_linux/debian.py,
  debian/lib/python/debian_linux/patches.py,
  - Support Python 3.
  - Use six if necessary.
* debian/templates/control.main.in, debian/templates/control.source.in:
  Depend on python-six.

svn path=/dists/trunk/linux/; revision=20946
2014-01-01 22:14:11 +00:00
Ben Hutchings 49d1c6f1b6 linux-tools: Replace build-dependency on binutils-dev with libiberty-dev (Closes: #730883)
Keep old binutils-dev versions as an alternative, for ease of backporting.

svn path=/dists/trunk/linux-tools/; revision=20829
2013-12-01 02:04:08 +00:00
Ben Hutchings 1f44ebf9a0 [x86, powerpc, ppc64] linux-tools: Build perf with libnuma
Add a patch to fix some type errors on 32-bit architectures.

svn path=/dists/trunk/linux-tools/; revision=20809
2013-11-21 01:28:38 +00:00
Ben Hutchings f2655a84c9 Avoid building with libunwind8-dev
The transition from libunwind soversion 7 to 8 is blocked and will
likely remain blocked for some time because libunwind7 is linked into
all ia64 binaries.

For amd64 and i386, downgrade the build-dependency to libunwind7-dev.

For architectures that are supported by libunwind8-dev, remove the
build-dependency and ensure we don't accidentally link with libunwind8
by setting NO_LIBUNWIND=1 when building perf.

svn path=/dists/sid/linux-tools/; revision=20755
2013-10-29 03:41:10 +00:00
Ben Hutchings 364f50ff21 Remove build-dependency on libunwind8-dev on ia64
libunwind8-dev is available but practically uninstallable on ia64, as
the default compiler version is still gcc-4.6 which depends on
libunwind7-dev and thus conflicts with it.

We could use libunwind7-dev instead, but then we only want it for perf
which we can't build for ia64 anyway!

svn path=/dists/sid/linux-tools/; revision=20741
2013-10-27 17:59:18 +00:00
Ben Hutchings 6138aa4f8b linux-tools: Limit build-dependency on libunwind8-dev to architectures where it is available
svn path=/dists/sid/linux-tools/; revision=20740
2013-10-27 17:17:21 +00:00
Ben Hutchings 73f6d82a78 linux-tools: Build perf with libaudit and libunwind
svn path=/dists/sid/linux-tools/; revision=20724
2013-10-19 01:38:49 +00:00
Ben Hutchings 147cc17ad5 debian/control: Fix build-dependency for xz; the package name is xz-utils
svn path=/dists/sid/linux/; revision=20416
2013-07-27 23:23:41 +00:00
Ben Hutchings 31e8dc1cd9 debian/control: Fix Vcs-Svn: use anonscm.debian.org
From: Thorsten Glaser <tg@mirbsd.de>

svn path=/dists/sid/linux/; revision=20415
2013-07-27 22:57:09 +00:00
Ben Hutchings 2b83afcb2f linux-source: Switch compression of tarball and patch to xz
svn path=/dists/sid/linux/; revision=20398
2013-07-21 22:28:59 +00:00
Ben Hutchings 81294095b4 Update policy version to 3.9.4
debian/control: Put xen-linux-system-* in the 'metapackages' section

svn path=/dists/trunk/linux/; revision=20330
2013-07-02 05:28:06 +00:00
Ben Hutchings 28acb1fbb6 Update policy version to 3.9.4
debian/rules: Implement build-arch and build-indep targets

svn path=/dists/trunk/linux-tools/; revision=20329
2013-07-02 05:15:33 +00:00
Ben Hutchings ca79b949a8 debian/control: Add Homepage field
svn path=/dists/trunk/linux/; revision=20288
2013-06-24 01:04:23 +00:00
Ben Hutchings 44dcd14744 Build-Depend on bc, needed to build kernel/timeconst.h
svn path=/dists/trunk/linux/; revision=20054
2013-05-06 23:05:27 +00:00
Ben Hutchings 3127a590bd Bump python build-dep, needed since the switch from local SortedDict to collections.OrderedDict (new in version 2.7).
svn path=/dists/sid/linux/; revision=19756
2013-01-19 21:44:42 +00:00
Jonathan Nieder c80b6d4d54 Merge changes from sid up to 3.2.17-1
svn path=/dists/trunk/linux-tools/; revision=19666
2012-12-30 07:34:29 +00:00
Jonathan Nieder 99568636a3 linux-kbuild: Use Section: kernel.
Users of out-of-tree modules need linux-kbuild even when not doing any
real development.  Moving it to section "kernel" should make it easier
to find.

svn path=/dists/trunk/linux-tools/; revision=19654
2012-12-26 16:38:37 +00:00
Jonathan Nieder b4db2d4936 Add myself to Uploaders.
svn path=/dists/trunk/linux-tools/; revision=19537
2012-11-26 06:16:28 +00:00
Ben Hutchings 0de76df225 usbipd: Enable TCP wrappers for access control
svn path=/dists/sid/linux-tools/; revision=19191
2012-06-24 01:51:39 +00:00
Ben Hutchings b989eb0842 Build usbip userland packages (Closes: #568362)
Do not build a shared library package; the API and ABI have changed
from libusbip0 but there has been no upstream soversion change.

svn path=/dists/sid/linux-tools/; revision=19177
2012-06-20 06:04:10 +00:00
Ben Hutchings d5fa98077e linux-source: Add single patch for each featureset
svn path=/dists/sid/linux/; revision=19114
2012-06-10 02:14:51 +00:00
Ben Hutchings 7e4d726be6 Update to 3.4
Build-Depend on bison and flex, now required to build perf.
Update tools-perf-version.patch for changes in man page output paths.

svn path=/dists/trunk/linux-tools/; revision=19106
2012-06-09 18:54:23 +00:00
Ben Hutchings 5ba1dec55d udeb: Build-Depend on kernel-wedge >= 2.84
This allows us to list modules as required even if they are built-in
in some configurations.  (Which I already did by mistake with 'hid' in
3.2.19-1.)

svn path=/dists/sid/linux/; revision=19088
2012-06-06 12:15:57 +00:00
Ben Hutchings 499ac43db3 Convert patch system to quilt, except for the 'orig' patch series
svn path=/dists/sid/linux/; revision=19077
2012-06-03 23:29:42 +00:00
Ben Hutchings d9e88d6a69 Rename linux-2.6 to linux
svn path=/dists/sid/linux/; revision=19065
2012-06-03 15:55:11 +00:00
Ben Hutchings 79a0587a7e Build-Depend on kmod or module-init-tools, not just the latter
svn path=/dists/sid/linux-2.6/; revision=19061
2012-06-03 00:59:30 +00:00
Ben Hutchings 08e15ab423 Add Vcs-{Svn,Browser} fields
svn path=/dists/trunk/linux-tools/; revision=18597
2012-01-19 14:14:23 +00:00
Ben Hutchings dc9b5a35e7 Update Vcs-{Svn,Browser} URLs
Update Vcs-Browser URL for the switch to ViewVC
Point Vcs-{Svn,Browser} at trunk branch, since the sid branch does not always exist

svn path=/dists/trunk/linux-2.6/; revision=18596
2012-01-19 14:12:21 +00:00
Ben Hutchings cc4b96aba3 udeb: Provide the default configuration for kernel-wedge
The default (arch-independent) configuration was previously provided
by the kernel-wedge package, but we want to be able to update it
without changing that in future.  Copy the configuration files from
kernel-wedge 2.82 (except loop-aes-modules which is now unused).

Depend on kernel-wedge 2.83, which adds this feature.

svn path=/dists/trunk/linux-2.6/; revision=18347
2011-12-04 05:58:44 +00:00
Ben Hutchings 8b2b207a69 Remove build-dependencies for perf, which we no longer build
perf is now built from the linux-tools source package.  Remove
libelf-dev, libdw-dev, binutils-dev, asciidoc, libperl-dev,
python-dev, libnewt-dev which were only used for that.  Move
xmlto to Build-Depends-Indep since all documentation is now in
arch:all packages again.

svn path=/dists/trunk/linux-2.6/; revision=18289
2011-11-14 15:58:15 +00:00
Bastian Blank dd86c5ae34 debian/templates/control.source.in: Update Standards-Version.
svn path=/dists/trunk/linux-tools/; revision=18163
2011-10-07 20:42:00 +00:00
Ben Hutchings 7a33c6114e Bump required kernel-wedge version to 2.81
We need bug fixes made in versions 2.80 and 2.81.

svn path=/dists/sid/linux-2.6/; revision=18145
2011-10-02 22:54:51 +00:00
Bastian Blank e2cfe08ec0 debian/templates/control.source.in: Add missing build-deps.
svn path=/dists/trunk/linux-tools/; revision=18130
2011-09-26 12:54:18 +00:00
Ben Hutchings ed776fb227 Build udebs for the installer
Use kernel-wedge in gencontrol.py and during the build process to
generate the udeb packages required by debian-installer.

Add the kernel-wedge configuration files from all the current
linux-kernel-di-$arch-2.6 packages.

svn path=/dists/trunk/linux-2.6/; revision=18121
2011-09-25 03:12:12 +00:00
Bastian Blank 3cc26070a4 * debian/bin/genorig.py: Include files needed for tools/perf.
* debian/build: Build tools/perf.
* debian/templates/control.source.in: Add build-deps.

svn path=/dists/trunk/linux-tools/; revision=17878
2011-07-31 17:19:18 +00:00
Bastian Blank 4260a54717 debian/templates/control.source.in: Fix package name.
svn path=/dists/trunk/linux-tools/; revision=17871
2011-07-31 11:01:09 +00:00
Ben Hutchings f4819fe26f linux-support, linux-tools: Use dh_python2 instead of dh_pysupport
svn path=/dists/trunk/linux-2.6/; revision=17820
2011-07-08 01:07:49 +00:00
Maximilian Attems bb8bb2789e newer standards version 3.9.2
svn path=/dists/trunk/linux-2.6/; revision=17569
2011-06-01 09:45:00 +00:00
Ben Hutchings c39c30cafd Prepare gencontrol and templates for Linux 3.0
- Fix source package name as linux-kbuild-2.6
- Remove the 'major' template variable and 'MAJOR' make variable

svn path=/dists/trunk/linux-kbuild-2.6/; revision=17560
2011-06-01 07:19:05 +00:00
Ben Hutchings 2ec9d30f39 perf: Build with newt for improved user interface (Closes: #615868)
svn path=/dists/trunk/linux-2.6/; revision=17012
2011-03-06 23:00:01 +00:00
Ben Hutchings 5abb59823d perf: Build with libdwarf for improved analysis capabilities
svn path=/dists/trunk/linux-2.6/; revision=17011
2011-03-06 22:21:58 +00:00
Maximilian Attems 2bb39eb769 Newer Standards-Version 3.9.1 without changes
svn path=/dists/trunk/linux-2.6/; revision=16521
2010-10-31 16:15:20 +00:00
Ben Hutchings e54cefd0de perf: Enable Perl and Python scripting
svn path=/dists/trunk/linux-2.6/; revision=16422
2010-10-10 02:36:46 +00:00
Ben Hutchings 8b8625b349 Update policy version to 3.9.1; no changes required
svn path=/dists/trunk/linux-kbuild-2.6/; revision=16104
2010-08-08 21:22:16 +00:00
Ben Hutchings 2f7603fb20 linux-tools: Restrict architectures
Don't attempt to build for architectures where perf events are not available.
Also set V=2 to help debug any build failures.

svn path=/dists/trunk/linux-2.6/; revision=15974
2010-07-10 20:53:49 +00:00
Ben Hutchings 04b38ec92d Merge changes from 2.6.32-16
Add patches that were added in 2.6.32-16 and are not in 2.6.35-rc3.
Update configuration.
Update maintainer scripts and debconf templates.
Add linux-tools-<version> package.

svn path=/dists/trunk/linux-2.6/; revision=15934
2010-07-04 21:07:52 +00:00
Maximilian Attems bddf236fb5 Newer Standards-Version 3.8.4 without changes.
svn path=/dists/trunk/linux-2.6/; revision=15099
2010-02-02 22:08:58 +00:00
Bastian Blank d4b8d8ef32 debian/templates/control.source.in, debian/templates/control.support.in:
Remove python-central specific settings.

svn path=/dists/trunk/linux-2.6/; revision=14696
2009-11-28 14:40:51 +00:00
Bastian Blank 06610f5220 * debian/rules.real: Use python-support.
* debian/templates/control.source.in: Build-depend against python-support.

svn path=/dists/trunk/linux-2.6/; revision=14695
2009-11-28 14:37:56 +00:00
Ben Hutchings b575145097 Merge /dists/sid/linux-2.6.
This should include all changes up to 2.6.31-2, except patches merged upstream.
Fix up ARM patches to apply to 2.6.32.

svn path=/dists/trunk/linux-2.6/; revision=14642
2009-11-17 01:18:56 +00:00
Martin Michlmayr 0dc5a508cb [armel] Enable KERNEL_LZMA, i.e. compress kernels with lzma to get
much better compression.

svn path=/dists/trunk/linux-2.6/; revision=14606
2009-11-12 17:34:23 +00:00
Ben Hutchings 3b94fd15ff Add myself to Uploaders.
svn path=/dists/trunk/linux-kbuild-2.6/; revision=14402
2009-10-17 21:37:34 +00:00
Moritz Muehlenhoff 0b88783800 update standards version to 3.8.3
svn path=/dists/trunk/linux-2.6/; revision=14211
2009-09-08 21:02:54 +00:00
Moritz Muehlenhoff 3c2c1e6e67 * Add Vcs-Svn and Vcs-Browser stanzas pointing to the SVN branch
used for development in unstable. There are other branches
  used for experimental (trunk), oldstable and stable, but Vcs-*
  doesn't yet provide the ability to distinguish branches in a
  more fine-grained manner. (Closes: #471495)

svn path=/dists/trunk/linux-2.6/; revision=14159
2009-08-21 17:16:34 +00:00
Bastian Blank 2a022b3670 Merge /dists/sid/linux-2.6.
svn path=/dists/trunk/linux-2.6/; revision=14107
2009-08-14 21:56:25 +00:00
Maximilian Attems dbec8b9060 Newer Standards-Version 3.8.2 without changes
svn path=/dists/trunk/linux-2.6/; revision=13997
2009-07-24 08:57:40 +00:00
Bastian Blank 32d1b78d43 debian/templates/control.source.in: Fix debhelper build-dep.
svn path=/dists/trunk/linux-2.6/; revision=13806
2009-06-13 22:57:52 +00:00
Bastian Blank 76b99fd2e4 * debian/changelog: Update.
* debian/templates: Update sections.

svn path=/dists/trunk/linux-2.6/; revision=13803
2009-06-13 11:10:20 +00:00
Maximilian Attems aab857f6b4 Newer standard version without changes
svn path=/dists/trunk/linux-2.6/; revision=13585
2009-05-06 18:37:09 +00:00
Maximilian Attems 7ea67fb967 readd versioned dep on debhelper
silences useless lintian warning:
 package-lacks-versioned-build-depends-on-debhelper

svn path=/dists/trunk/linux-2.6/; revision=13584
2009-05-06 18:37:06 +00:00
Bastian Blank 2fb210800e debian/templates/control.source.in: Remove old build-depends.
svn path=/dists/trunk/linux-2.6/; revision=13278
2009-03-27 16:35:12 +00:00
Bastian Blank 801a54a709 * debian/changelog: Update.
* debian/compat: Set to 7.
* debian/templates/control.source.in: Update debhelper build-dep.

svn path=/dists/trunk/linux-kbuild-2.6/; revision=13244
2009-03-24 13:25:43 +00:00
Bastian Blank a4399c9dcf * debian/changelog: Update.
* debian/templates/control.source.in: Add python to build-depends.

svn path=/dists/trunk/linux-kbuild-2.6/; revision=13243
2009-03-24 13:23:47 +00:00
Maximilian Attems 54e2d8bccc Build-Depends versioned dep on debhelper is useless
leave the rest of the fixes to waldi.

svn path=/dists/trunk/linux-2.6/; revision=12899
2009-02-22 12:23:01 +00:00
Maximilian Attems 4e6da12044 Newer Standards-Version 3.8.0 without changes.
svn path=/dists/trunk/linux-2.6/; revision=12826
2009-02-18 00:57:52 +00:00