[pkg-fso-commits] [SCM] linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko branch, debian, updated. upstream/20090303.gitb9de904e-368-gb3a3832
Luca Capello
luca at pca.it
Thu Mar 19 00:34:23 UTC 2009
The following commit has been merged in the debian branch:
commit 1178115a294f6acbda679bf343bbfa03c701eb3e
Author: Luca Capello <luca at pca.it>
Date: Fri Mar 13 01:51:34 2009 +0100
debian/*: adapt to new upstream version
diff --git a/debian/changelog b/debian/changelog
index 0f29550..ab159f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+linux-2.6-openmoko (20090303.gitb9de904e-1) UNRELEASED; urgency=low
+
+ * New Git Checkout:
+ + back to use the first 8 digits to identify the Git commit
+ (Philipp was correct, it seems this is the standard).
+ + now at Linux kernel version 2.6.29.
+ * debian/control:
+ + s/2.6.28/2.6.29/ in binary package name and description.
+ * debian/rules:
+ + s/2.6.28/2.6.29/ in VERSION_FULL.
+
+ --
+
linux-2.6-openmoko (20090105.git69b2aa26-3) pkg-fso; urgency=low
* debian/config.gta02:
diff --git a/debian/control b/debian/control
index afcb13b..4797229 100644
--- a/debian/control
+++ b/debian/control
@@ -8,13 +8,13 @@ Build-Depends: debhelper (>= 7), quilt (>= 0.40), uboot-mkimage
Vcs-Git: http://git.debian.org/git/pkg-fso/linux-2.6-openmoko.git
Vcs-Browser: http://git.debian.org/?p=pkg-fso/linux-2.6-openmoko.git;a=summary
-Package: linux-image-2.6.28-openmoko-gta02
+Package: linux-image-2.6.29-openmoko-gta02
Architecture: armel
Section: admin
Depends: module-init-tools
-Description: Linux 2.6.28 kernel image for the Openmoko Neo Freerunner
+Description: Linux 2.6.29 kernel image for the Openmoko Neo Freerunner
This package provides the binary image and pre-built loadable modules for
- Linux kernel 2.6.28 on the Neo Freerunner as shipped by Openmoko. The
+ Linux kernel 2.6.29 on the Neo Freerunner as shipped by Openmoko. The
kernel is based upon Openmoko's patch set and thus supports all
hardware components in the device.
diff --git a/debian/rules b/debian/rules
index 46d18e1..a5ef98a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/quilt/quilt.make
export DH_VERBOSE=1
VERSION_EXTRA=$(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | sed -e 's/-[^-]*//')
-VERSION_FULL=2.6.28-$(VERSION_EXTRA)
+VERSION_FULL=2.6.29-$(VERSION_EXTRA)
build: build-stamp
--
linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko
More information about the pkg-fso-commits
mailing list