Commit Graph

377 Commits

Author SHA1 Message Date
Ben Hutchings 2ea8e5867c Merge changes from sid up 3.10-4
svn path=/dists/trunk/linux-tools/; revision=20720
2013-10-19 00:13:33 +00:00
Ben Hutchings b26b7ec848 Prepare to release linux-tools (3.10-4) for the perl 5.18 transition
usbip: Fix package version override to be binNMU-safe, ready for the
next time

svn path=/dists/sid/linux-tools/; revision=20533
2013-08-30 11:46:32 +00:00
Ben Hutchings 4535007178 Prepare to release linux-tools (3.10-3).
svn path=/dists/sid/linux-tools/; revision=20471
2013-08-08 19:49:17 +00:00
Ben Hutchings 43ef82bb5b linux-kbuild: Fix no-modules case in modpost wrapper (Closes: #719129)
svn path=/dists/sid/linux-tools/; revision=20470
2013-08-08 19:48:34 +00:00
Ben Hutchings 2dc5dfb9f5 Prepare to release linux-tools (3.11~rc4-1~exp1).
svn path=/dists/trunk/linux-tools/; revision=20467
2013-08-08 14:48:34 +00:00
Ben Hutchings 48eaa7bab4 linux-tools: Build perf documentation out-of-tree, as this now works and our previous workaround does not
svn path=/dists/trunk/linux-tools/; revision=20466
2013-08-08 14:20:53 +00:00
Ben Hutchings c92d538900 Update to 3.11-rc4 (patches apply cleanly!)
svn path=/dists/trunk/linux-tools/; revision=20465
2013-08-08 13:42:55 +00:00
Ben Hutchings 2ac66fdb89 Merge changes from sid up to 3.10-2
svn path=/dists/trunk/linux-tools/; revision=20464
2013-08-08 13:39:32 +00:00
Ben Hutchings 6aaae070ee linux-kbuild: Fix use of getline() in modpost wrapper (Closes: #717195)
svn path=/dists/sid/linux-tools/; revision=20360
2013-07-18 03:08:21 +00:00
Ben Hutchings 74f8cdda32 Prepare to release linux-tools (3.10-1).
svn path=/dists/sid/linux-tools/; revision=20359
2013-07-16 12:29:51 +00:00
Ben Hutchings 9ac5adbd7d linux-kbuild: Update modpost wrapper for 3.10
Implement the -T option

svn path=/dists/sid/linux-tools/; revision=20358
2013-07-16 06:50:09 +00:00
Ben Hutchings 41ace24b2d Merge changes from trunk
svn path=/dists/sid/linux-tools/; revision=20356
2013-07-16 04:53:37 +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 3ee789e9d5 debian/rules.real: Remove support for pre-multiarch dpkg
svn path=/dists/trunk/linux-tools/; revision=20328
2013-07-02 05:07:45 +00:00
Ben Hutchings b1ba315fd1 debian/copyright: Move explanation of indirect linking of perf to OpenSSL
This was originally added to debian/copyright in src:linux-2.6, which
was the source for linux-tools binary packages.  Obviously it belongs
in src:linux-tools now.

svn path=/dists/trunk/linux-tools/; revision=20326
2013-07-02 05:00:10 +00:00
Ben Hutchings fce9f378db debian/copyright: Convert to machine-readable format (fka DEP-5)
svn path=/dists/trunk/linux-tools/; revision=20325
2013-07-02 04:56:26 +00:00
Ben Hutchings d5911a76eb debian/patches: Add DEP-3 headers (From, Subject, Forwarded) to all patches
svn path=/dists/trunk/linux-tools/; revision=20324
2013-07-02 04:51:08 +00:00
Ben Hutchings 6a1e3f0194 Update to 3.10, thanks to Chris Boot for updating the modpost patch
svn path=/dists/trunk/linux-tools/; revision=20323
2013-07-02 02:58:40 +00:00
Ben Hutchings f9aa5a9c5e Merge changes from sid up to 3.9.4-1
svn path=/dists/trunk/linux-tools/; revision=20197
2013-06-03 13:21:38 +00:00
Ben Hutchings fa0ad3f1b8 Prepare to release linux-tools (3.9.4-1).
svn path=/dists/sid/linux-tools/; revision=20193
2013-06-03 13:00:26 +00:00
Ben Hutchings 03ddf5688f Update to 3.9.4
svn path=/dists/sid/linux-tools/; revision=20192
2013-06-03 12:45:26 +00:00
Ben Hutchings 5a4c25ceca Add new intermediate files/directories to clean rules
svn path=/dists/sid/linux-tools/; revision=20191
2013-06-03 12:45:05 +00:00
Ben Hutchings f0a25889c3 Drop now-unused definition of WORD_SIZE in modpost makefile
svn path=/dists/sid/linux-tools/; revision=20190
2013-06-03 12:40:22 +00:00
Ben Hutchings 97ff3c4a28 Fix alignment of kernel_ulong_t in modpost when cross-building from i386
Whenever kernel_ulong_t is 64-bit, it is also 64-bit aligned.  (This
is not true for u64, but that is not used directly in device ID
tables.)  So define kernel_ulong_t as either __u32 or
__u64 __attribute__((aligned(8))) accordingly.

svn path=/dists/sid/linux-tools/; revision=20189
2013-06-03 12:39:43 +00:00
Ben Hutchings d686671722 Merge linux-tools from trunk to sid
svn path=/dists/sid/linux-tools/; revision=20188
2013-06-03 12:26:08 +00:00
Ben Hutchings fd6f735f0d Add more kluges to the cross-modpost makefile for 3.9
mod_devicetable.h is now converted into a series of offset definitions
in devicetable-offsets.h which are included by file2alias.c.  So we
have to replicate that as well.

Note that there are some architecture combinations for which some
alias types won't be parsed correctly (and probably never were).
The current cross-modpost build rules are really not sustainable.

svn path=/dists/trunk/linux-tools/; revision=20135
2013-05-21 05:30:54 +00:00
Ben Hutchings ebd4d6c14a Update to 3.9.3
svn path=/dists/trunk/linux-tools/; revision=20134
2013-05-21 03:56:32 +00:00
Ben Hutchings cc2ca471cd Prepare to release linux-tools (3.8.11-1).
Upload to unstable (Closes: #707023)

svn path=/dists/sid/linux-tools/; revision=20056
2013-05-07 05:54:07 +00:00
Ben Hutchings 7609e9a78d Update to 3.8.11
svn path=/dists/sid/linux-tools/; revision=20055
2013-05-07 01:11:07 +00:00
Ben Hutchings 446cec5989 Prepare to release linux-tools (3.8.2-1~experimental.1).
svn path=/dists/trunk/linux-tools/; revision=19908
2013-03-07 06:14:52 +00:00
Ben Hutchings c8f35be001 linux-tools: Install bash_completion script for perf with a version-dependent name (Closes: #701790)
svn path=/dists/trunk/linux-tools/; revision=19906
2013-03-07 05:00:13 +00:00
Ben Hutchings 897cc92da0 Update to 3.8.2
svn path=/dists/trunk/linux-tools/; revision=19905
2013-03-07 04:26:32 +00:00
Ben Hutchings 9e5d7a5001 Add bug closure for new upstream version
svn path=/dists/trunk/linux-tools/; revision=19904
2013-03-07 04:14:49 +00:00
Ben Hutchings 8c00a1b1a9 Update Python debian_linux module from linux and use it in gencontrol.py
svn path=/dists/trunk/linux-tools/; revision=19890
2013-03-02 16:31:41 +00:00
Ben Hutchings 2725cdf944 Apply patches in orig target, matching "dpkg-source -x" and linux orig target
svn path=/dists/trunk/linux-tools/; revision=19889
2013-03-02 16:15:44 +00:00
Ben Hutchings d205f3002a Fix version parsing in debian/bin/genorig.py when using a DFSG number
svn path=/dists/trunk/linux-tools/; revision=19886
2013-03-02 16:04:15 +00:00
Ben Hutchings 3ad6795577 Update to 3.8
Refresh perf patches.

svn path=/dists/trunk/linux-tools/; revision=19845
2013-02-24 05:15:41 +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 1e472db46a Prepare to upload to experimental (3.7.1-1~experimental.1)
svn path=/dists/trunk/linux-tools/; revision=19660
2012-12-29 07:16:26 +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 c1eee615d7 Install completion script non-executable
svn path=/dists/trunk/linux-tools/; revision=19653
2012-12-26 09:10:28 +00:00
Jonathan Nieder a1865fdcc8 Actually refresh patches
A whitespace error had snuck in.  Sorry for the noise.

svn path=/dists/trunk/linux-tools/; revision=19652
2012-12-26 08:51:54 +00:00
Jonathan Nieder 0e69bea674 Refresh patches
svn path=/dists/trunk/linux-tools/; revision=19651
2012-12-26 08:46:54 +00:00
Jonathan Nieder b06e85a63b Update to 3.7
svn path=/dists/trunk/linux-tools/; revision=19650
2012-12-26 08:45:26 +00:00
Ben Hutchings 000732c3ff [amd64] linux-tools: Enable optimisations and special-casing of x86_64 (Closes: #694759)
This requires including another source file in the 'orig' tarball, so
bump to the latest stable update.  I don't think it has any fixes
relevant to linux-tools.

svn path=/dists/trunk/linux-tools/; revision=19565
2012-12-02 00:46:42 +00:00
Jonathan Nieder 9c8dd43fa7 Prepare to release linux-tools (3.6-1~experimental.1).
svn path=/dists/trunk/linux-tools/; revision=19538
2012-11-26 06:21:21 +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 2d80638e0d Update to 3.6 (Closes: #690011)
svn path=/dists/trunk/linux-tools/; revision=19421
2012-10-09 03:34:41 +00:00
Ben Hutchings e27b6aeb07 Add xz support, thanks to Sedat Dilek
svn path=/dists/trunk/linux-tools/; revision=19351
2012-08-21 04:49:15 +00:00
Ben Hutchings efa1770509 Prepare to release linux-tools (3.5-1~experimental.1).
svn path=/dists/trunk/linux-tools/; revision=19339
2012-08-20 00:11:07 +00:00