[kernel] r18601 - in dists/trunk/linux-tools: . debian debian/templates

Ben Hutchings benh at alioth.debian.org
Sun Jan 22 23:49:58 UTC 2012


Author: benh
Date: Sun Jan 22 23:49:56 2012
New Revision: 18601

Log:
Reduce minimum version of linux-base to 3.4~ to support backports

Modified:
   dists/trunk/linux-tools/   (props changed)
   dists/trunk/linux-tools/debian/changelog
   dists/trunk/linux-tools/debian/templates/control.main.in

Modified: dists/trunk/linux-tools/debian/changelog
==============================================================================
--- dists/trunk/linux-tools/debian/changelog	Sun Jan 22 02:31:49 2012	(r18600)
+++ dists/trunk/linux-tools/debian/changelog	Sun Jan 22 23:49:56 2012	(r18601)
@@ -1,6 +1,7 @@
 linux-tools (3.2.1-2) UNRELEASED; urgency=low
 
   * Add Vcs-{Svn,Browser} fields
+  * Reduce minimum version of linux-base to 3.4~ to support backports
 
  -- Ben Hutchings <ben at decadent.org.uk>  Thu, 19 Jan 2012 14:13:27 +0000
 

Modified: dists/trunk/linux-tools/debian/templates/control.main.in
==============================================================================
--- dists/trunk/linux-tools/debian/templates/control.main.in	Sun Jan 22 02:31:49 2012	(r18600)
+++ dists/trunk/linux-tools/debian/templates/control.main.in	Sun Jan 22 23:49:56 2012	(r18601)
@@ -7,7 +7,7 @@
 Package: linux-tools- at version@
 Architecture: alpha amd64 armel armhf hppa i386 powerpc ppc64 s390 s390x sh4 sparc sparc64
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, ${python:Depends}
-Recommends: linux-base (>= 3.4)
+Recommends: linux-base (>= 3.4~)
 Suggests: linux-doc- at version@
 Description: Performance analysis tools for Linux @upstreamversion@
  This package contains the 'perf' performance analysis tools for Linux



More information about the Kernel-svn-changes mailing list