aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2010-06-23 10:42:26 +0100
committerAndy Whitcroft <apw@canonical.com>2010-06-23 10:55:17 +0100
commit53b760ba8312e09e6e1c37af731c608fa9f31daf (patch)
treee1dcbae70c53140e9c851922987234b5c650a114
parent3e95dfc4681abae82165ea66038cb372abf2178c (diff)
UBUNTU: Ubuntu-2.6.35.5.6
Signed-off-by: Andy Whitcroft <apw@canonical.com>
-rw-r--r--meta-source/debian/changelog7
-rw-r--r--meta-source/debian/control.d/omap26
2 files changed, 33 insertions, 0 deletions
diff --git a/meta-source/debian/changelog b/meta-source/debian/changelog
index 34f89a8..54023a6 100644
--- a/meta-source/debian/changelog
+++ b/meta-source/debian/changelog
@@ -1,3 +1,10 @@
+linux-meta (2.6.35.5.6) maverick; urgency=low
+
+ * Add meta-packages for ARM omap which is now in the main package.
+ - LP: #595949
+
+ -- Andy Whitcroft <apw@canonical.com> Wed, 23 Jun 2010 10:03:02 +0100
+
linux-meta (2.6.35.5.5) maverick; urgency=low
[ Leann Ogasawara ]
diff --git a/meta-source/debian/control.d/omap b/meta-source/debian/control.d/omap
new file mode 100644
index 0000000..4e11675
--- /dev/null
+++ b/meta-source/debian/control.d/omap
@@ -0,0 +1,26 @@
+Package: linux-headers-omap
+Architecture: armel
+Section: devel
+Priority: optional
+Depends: ${misc:Depends}, linux-headers-${kernel-abi-version}-omap
+Description: Linux kernel headers for the Versatile architecture.
+ This package will always depend on the latest kernel headers available
+ for ARM TI OMAP3 systems.
+
+Package: linux-image-omap
+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.
+ This package will always depend on the latest kernel image available
+ for ARM TI OMAP3 systems.
+
+Package: linux-omap
+Architecture: armel
+Section: metapackages
+Priority: optional
+Depends: ${misc:Depends}, linux-image-omap (= ${binary:Version})
+Description: Complete Linux kernel for the Versatile architecture.
+ This package will always depend on the latest complete Linux kernel available
+ for ARM TI OMAP3 systems.