[d-i-commits] r32029 -
trunk/packages/arch/powerpc/yaboot-installer/debian
Sven Luther
luther at costa.debian.org
Mon Nov 14 13:55:54 UTC 2005
Author: luther
Date: 2005-11-14 13:55:53 +0000 (Mon, 14 Nov 2005)
New Revision: 32029
Modified:
trunk/packages/arch/powerpc/yaboot-installer/debian/changelog
trunk/packages/arch/powerpc/yaboot-installer/debian/control
trunk/packages/arch/powerpc/yaboot-installer/debian/postinst
Log:
Adapted to chrp_rs6k -> chrp_ibm transition.
Modified: trunk/packages/arch/powerpc/yaboot-installer/debian/changelog
===================================================================
--- trunk/packages/arch/powerpc/yaboot-installer/debian/changelog 2005-11-14 13:53:34 UTC (rev 32028)
+++ trunk/packages/arch/powerpc/yaboot-installer/debian/changelog 2005-11-14 13:55:53 UTC (rev 32029)
@@ -1,3 +1,10 @@
+yaboot-installer (1.1.4) UNRELEASED; urgency=low
+
+ [ Sven Luther ]
+ * modified to also support chrp_ibm which will soon replace chrp_rs6k.
+
+ -- Sven Luther <luther at debian.org> Mon, 14 Nov 2005 13:54:36 +0000
+
yaboot-installer (1.1.3) unstable; urgency=low
[ Matt Kraai ]
Modified: trunk/packages/arch/powerpc/yaboot-installer/debian/control
===================================================================
--- trunk/packages/arch/powerpc/yaboot-installer/debian/control 2005-11-14 13:53:34 UTC (rev 32028)
+++ trunk/packages/arch/powerpc/yaboot-installer/debian/control 2005-11-14 13:55:53 UTC (rev 32029)
@@ -9,7 +9,7 @@
Package: yaboot-installer
Architecture: powerpc ppc64
XC-Package-Type: udeb
-XB-Subarchitecture: powermac_newworld chrp chrp_rs6k
+XB-Subarchitecture: powermac_newworld chrp chrp_rs6k chrp_ibm
Provides: bootable-system
Depends: kernel-installer, partconf-find-partitions (>= 1.08), di-utils (>= 1.15), di-utils-mapdevfs, os-prober, archdetect
XB-Installer-Menu-Item: 73
Modified: trunk/packages/arch/powerpc/yaboot-installer/debian/postinst
===================================================================
--- trunk/packages/arch/powerpc/yaboot-installer/debian/postinst 2005-11-14 13:53:34 UTC (rev 32028)
+++ trunk/packages/arch/powerpc/yaboot-installer/debian/postinst 2005-11-14 13:55:53 UTC (rev 32029)
@@ -124,7 +124,7 @@
powerpc/powermac_newworld)
PARTED_FLAGS='boot'
;;
- powerpc/chrp|powerpc/chrp_rs6k)
+ powerpc/chrp|powerpc/chrp_rs6k|powerpc/chrp_ibm)
PARTED_FLAGS='prep prep-boot'
;;
powerpc/chrp_pegasos)
More information about the d-i-commits
mailing list