summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2010-09-15 20:00:41 +0100
committerAndy Whitcroft <apw@canonical.com>2010-09-15 20:04:22 +0100
commit33aca00dd4047b2c7062814d9961453763a4b208 (patch)
tree66c27c05f85104c2a5e5f7286f44d6b41118840c
parent313bb56bc1b27fbfe20c986cfe4ed1b8346bf28a (diff)
UBUNTU: fix descriptions of the OMAP3 meta packagesUbuntu-2.6.35.22.23
BugLink: http://bugs.launchpad.net/bugs/623297 Signed-off-by: Andy Whitcroft <apw@canonical.com>
-rw-r--r--meta-source/debian/changelog7
-rw-r--r--meta-source/debian/control.d/omap6
2 files changed, 10 insertions, 3 deletions
diff --git a/meta-source/debian/changelog b/meta-source/debian/changelog
index e470ae2..97f1160 100644
--- a/meta-source/debian/changelog
+++ b/meta-source/debian/changelog
@@ -1,7 +1,14 @@
linux-meta (2.6.35.22.23) maverick; urgency=low
+ [ Leann Ogasawara ]
+
* Bump ABI - Maverick ABI 22
+ [ Andy Whitcroft ]
+
+ * Fix OMAP3 descriptions.
+ - LP: #623297
+
-- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 14 Sep 2010 16:21:55 -0700
linux-meta (2.6.35.21.22) maverick; urgency=low
diff --git a/meta-source/debian/control.d/omap b/meta-source/debian/control.d/omap
index 4e11675..fff4cac 100644
--- a/meta-source/debian/control.d/omap
+++ b/meta-source/debian/control.d/omap
@@ -3,7 +3,7 @@ Architecture: armel
Section: devel
Priority: optional
Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-omap
-Description: Linux kernel headers for the Versatile architecture.
+Description: Linux kernel headers for the OMAP3 architecture.
This package will always depend on the latest kernel headers available
for ARM TI OMAP3 systems.
@@ -12,7 +12,7 @@ Architecture: armel
Section: metapackages
Priority: optional
Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-omap, linux-firmware
-Description: Linux kernel image for the Versatile architecture.
+Description: Linux kernel image for the OMAP3 architecture.
This package will always depend on the latest kernel image available
for ARM TI OMAP3 systems.
@@ -21,6 +21,6 @@ Architecture: armel
Section: metapackages
Priority: optional
Depends: ${misc:Depends}, linux-image-omap (= ${binary:Version})
-Description: Complete Linux kernel for the Versatile architecture.
+Description: Complete Linux kernel for the OMAP3 architecture.
This package will always depend on the latest complete Linux kernel available
for ARM TI OMAP3 systems.