| Submitter | Luis Henriques |
|---|---|
| Date | Aug. 23, 2012, 2:37 p.m. |
| Message ID | <1345732623-4476-1-git-send-email-luis.henriques@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/179664/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/debian.master/control.stub.in b/debian.master/control.stub.in index fb1c39e..0e4e7ef 100644 --- a/debian.master/control.stub.in +++ b/debian.master/control.stub.in @@ -54,7 +54,7 @@ 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. + version PKGVER. Package: linux-headers-PKGVER-ABINUM Architecture: all
Replace PGKVER by PKGVER in debian.master/control.stub.in. This typo resulted in a bogus package description in SRCPKGNAME-tools-common. Signed-off-by: Luis Henriques <luis.henriques@canonical.com> --- debian.master/control.stub.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)