[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#395983: nobootloader: [powerpc/pegasos] bump chrp-compliant partition numbering to 1.3.99+.



Package: nobootloader
Version: 1.13
Severity: normal


Please commit the attached patch to svn.

Notice that i already uploaded the package with the fix, so only a commit is
necessary.

Friendly,

Sven Luther

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
diff -Nur nobootloader-1.13/debian/changelog nobootloader-1.14/debian/changelog
--- nobootloader-1.13/debian/changelog	2006-10-26 03:47:14.000000000 +0200
+++ nobootloader-1.14/debian/changelog	2006-10-29 09:37:40.000000000 +0100
@@ -1,3 +1,11 @@
+nobootloader (1.14) unstable; urgency=low
+
+  [ Sven Luther ]
+  * Genesi firmware 1.3 will be released without the chrp compliant partition
+    numbering finally, so bumped the check to 1.3.99 and up.
+
+ -- Sven Luther <luther@debian.org>  Sun, 29 Oct 2006 09:36:13 +0100
+
 nobootloader (1.13) unstable; urgency=low
 
   [ Sven Luther ]
diff -Nur nobootloader-1.13/debian/postinst nobootloader-1.14/debian/postinst
--- nobootloader-1.13/debian/postinst	2006-10-26 03:18:33.000000000 +0200
+++ nobootloader-1.14/debian/postinst	2006-10-29 09:36:08.000000000 +0100
@@ -39,9 +39,9 @@
 			rest="${rest#*.}"
 			fv3="${rest%%.*}"
 			if [ "$fv1" -eq 1 ]; then
-				if [ "$fv2" -eq 2 ] && [ "$fv3" -ge 99 ]; then
+				if [ "$fv2" -eq 3 ] && [ "$fv3" -ge 99 ]; then
 					partition_offset=0
-				elif [ "$fv2" -ge 3 ]; then
+				elif [ "$fv2" -ge 4 ]; then
 					partition_offset=0
 				fi
 			elif [ "$fv1" -ge 2 ]; then

Reply to: