--- /dev/null
+olpc-xo1 (0.1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Andres Salomon <dilinger@debian.org> Sun, 15 Feb 2009 16:43:26 -0500
--- /dev/null
+Source: olpc-xo1
+Section: admin
+Priority: extra
+Maintainer: Andres Salomon <dilinger@debian.org>
+Build-Depends: debhelper (>= 4.1.0), cdbs
+Standards-Version: 3.8.0
+
+Package: olpc-xo1-hw
+Architecture: all
+Description: Support for OLPC XO-1 hardware
+ This package contains necessary scripts and other things to support OLPC's
+ XO-1 hardware. This hardware is a mix between a laptop and an embedded
+ device, and it has some pretty quirky hardware. Thus, it needs some
+ special handling.
--- /dev/null
+This package was debianized by Andres Salomon <dilinger@debian.org> on
+Sun, 15 Feb 2009 16:38:17 -0500
+
+The current Debian maintainer is Andres Salomon <dilinger@debian.org>.
+
+Author: Andres Salomon <dilinger@debian.org>
+
+ Copyright (C) 2009 Andres Salomon <dilinger@debian.org>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
--- /dev/null
+etc/initramfs-tools/hooks
--- /dev/null
+initramfs-hooks/xo1 etc/initramfs-tools/hooks
--- /dev/null
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+++ /dev/null
-#!/bin/sh
-
-#
-# List the soft prerequisites here. This is a space separated list of
-# names, of scripts that are in the same directory as this one, that
-# must be run before this one can be.
-#
-PREREQ=""
-
-prereqs()
-{
- echo "$PREREQ"
-}
-
-case $1 in
-# get pre-requisites
-prereqs)
- prereqs
- exit 0
- ;;
-esac
-
-. /usr/share/initramfs-tools/hook-functions
-
-# Ensure the mtd (and related) modules are included
-for x in cafe_nand redboot jffs2 ubifs ; do
- manual_add_modules "${x}"
-done
-
-# Video drivers are important, too, as we don't have VGA support
-for x in lxfb gxfb fbcon ; do
- manual_add_modules "${x}"
-done
-
--- /dev/null
+#!/bin/sh
+
+#
+# List the soft prerequisites here. This is a space separated list of
+# names, of scripts that are in the same directory as this one, that
+# must be run before this one can be.
+#
+PREREQ=""
+
+prereqs()
+{
+ echo "$PREREQ"
+}
+
+case $1 in
+# get pre-requisites
+prereqs)
+ prereqs
+ exit 0
+ ;;
+esac
+
+. /usr/share/initramfs-tools/hook-functions
+
+# Ensure the mtd (and related) modules are included
+for x in cafe_nand redboot jffs2 ubifs ; do
+ manual_add_modules "${x}"
+done
+
+# Video drivers are important, too, as we don't have VGA support
+for x in lxfb gxfb fbcon ; do
+ manual_add_modules "${x}"
+done
+