[pkg-fso-commits] [SCM] linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko branch, debian, updated. upstream/20080903.git2ea34171-22-gf9782ea
Luca Capello
luca at pca.it
Tue Oct 21 12:31:53 UTC 2008
The following commit has been merged in the debian branch:
commit f7e4581ba19a2ec6ab71c8c577e3eebf11cc16a7
Author: Luca Capello <luca at pca.it>
Date: Mon Oct 20 16:20:50 2008 +0200
debian/rules: uImage.bin must be a real file (no symlinks for vfat)
diff --git a/debian/changelog b/debian/changelog
index 6b7fbc2..a16d02c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,10 @@ linux-2.6-openmoko (20080903.git2ea34171-1) UNRELEASED; urgency=low
+ milestone3.
+ use the last 8 digits to identify the Git commit.
+ * debian/rules:
+ + uImage.bin must be a real file, vfat partitions doesn't support
+ symlinks, thanks to Michele Renda <michele.renda at gmail.com>.
+
--
linux-2.6-openmoko (20080808.git43620428-2) pkg-fso; urgency=low
diff --git a/debian/rules b/debian/rules
index 1ae689b..ddb9993 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,7 +49,7 @@ install-stamp: build
# Install the uImage (this is an ugly hack, I know)
mkdir `pwd`/debian/`dh_listpackages`/boot/
cp vmlinuz-$(VERSION) `pwd`/debian/`dh_listpackages`/boot/
- dh_link boot/vmlinuz-$(VERSION) boot/uImage.bin
+ cp vmlinuz-$(VERSION) `pwd`/debian/`dh_listpackages`/boot/uImage.bin
# Install the modules.
$(MAKE) INSTALL_MOD_STRIP=1 \
--
linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko
More information about the pkg-fso-commits
mailing list