diff mbox

[SRU,precise/lts-backport-saucy] UBUNTU: [Config] tools -- share the common tools package

Message ID 1384194802-29641-3-git-send-email-apw@canonical.com
State New
Headers show

Commit Message

Andy Whitcroft Nov. 11, 2013, 6:33 p.m. UTC
We should not be making our own -common package, that is shared with our
primary linux package.

BugLink: http://bugs.launchpad.net/bugs/1205284
Signed-off-by: Andy Whitcroft <apw@canonical.com>
---
 debian.saucy/control.stub.in | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)
diff mbox

Patch

diff --git a/debian.saucy/control.stub.in b/debian.saucy/control.stub.in
index a67b418..a1db426 100644
--- a/debian.saucy/control.stub.in
+++ b/debian.saucy/control.stub.in
@@ -18,22 +18,22 @@  Description: Header files related to Linux kernel version PKGVER
  that want the latest kernel headers. Please read
  /usr/share/doc/SRCPKGNAME-headers-PKGVER-ABINUM/debian.README.gz for details
 
-Package: SRCPKGNAME-tools-common
-Architecture: all
-Section: kernel
-Priority: optional
-Depends: ${misc:Depends}
-Replaces: SRCPKGNAME-tools (<= 2.6.32-16.25)
-Description: Linux kernel version specific tools for version PKGVER
- This package provides the architecture independent parts for kernel
- version locked tools (such as perf and x86_energy_perf_policy) for
- version PGKVER.
+#Package: SRCPKGNAME-tools-common
+#Architecture: all
+#Section: kernel
+#Priority: optional
+#Depends: ${misc:Depends}
+#Replaces: SRCPKGNAME-tools (<= 2.6.32-16.25)
+#Description: Linux kernel version specific tools for version PKGVER
+# This package provides the architecture independent parts for kernel
+# version locked tools (such as perf and x86_energy_perf_policy) for
+# version PGKVER.
 
 Package: SRCPKGNAME-tools-PKGVER-ABINUM
 Architecture: i386 amd64 armhf
 Section: devel
 Priority: optional
-Depends: ${misc:Depends}, ${shlibs:Depends}, SRCPKGNAME-tools-common
+Depends: ${misc:Depends}, ${shlibs:Depends}, linux-tools-common
 Description: Linux kernel version specific tools for version PKGVER-ABINUM
  This package provides the architecture dependant parts for kernel
  version locked tools (such as perf and x86_energy_perf_policy) for