summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoé Rubinstein <nrubinstein@avencall.com>2012-12-04 18:52:23 +0100
committerNoé Rubinstein <nrubinstein@avencall.com>2012-12-04 18:52:23 +0100
commitf0340cb8601a15ec84a07b436aa0ee61a5652b6a (patch)
tree97ae21cdea35d08f4bcde64ff6eb54052c71726a
Minimal tree for building udeb with kernel-wedge
-rw-r--r--debian/changelog5
-rw-r--r--debian/control.stub6
-rw-r--r--debian/copyright53
-rw-r--r--debian/files1
-rwxr-xr-xdebian/rules3
-rw-r--r--kernel-versions2
-rw-r--r--modules/i386/kernel0
-rw-r--r--modules/i386/nic-modules3
-rw-r--r--package-list0
9 files changed, 73 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8a5dd2c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+linux-kernel-di-xioh (0.1) UNRELEASED; urgency=low
+
+ * Initial release.
+
+ -- Noé Rubinstein <nrubinstein@avencall.com> Tue, 04 Dec 2012 17:18:50 +0100
diff --git a/debian/control.stub b/debian/control.stub
new file mode 100644
index 0000000..33f6681
--- /dev/null
+++ b/debian/control.stub
@@ -0,0 +1,6 @@
+Source: linux-kernel-di-xioh
+Section: debian-installer
+Priority: optional
+Maintainer: Noé Rubinstein <nrubinstein@avencall.com>
+Build-Depends: kernel-wedge
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b6fa394
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,53 @@
+This work was packaged for Debian by:
+
+ Noé Rubinstein <nrubinstein@avencall.com> on Mon, 03 Dec 2012 11:37:26 +0100
+
+It was downloaded from:
+
+ <url://example.com>
+
+Upstream Author(s):
+
+ <put author's name and email here>
+ <likewise for another author>
+
+Copyright:
+
+ <Copyright (C) YYYY Firstname Lastname>
+ <likewise for another author>
+
+License:
+
+### SELECT: ###
+ This package 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.
+### OR ###
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
+##########
+
+ This package 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, see <http://www.gnu.org/licenses/>
+
+On Debian systems, the complete text of the GNU General
+Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+The Debian packaging is:
+
+ Copyright (C) 2012 Noé Rubinstein <nrubinstein@avencall.com>
+
+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.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
diff --git a/debian/files b/debian/files
new file mode 100644
index 0000000..06b9f5a
--- /dev/null
+++ b/debian/files
@@ -0,0 +1 @@
+nic-modules-2.6.32-5-xioh-di_0.1_i386.udeb debian-installer standard
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..37edfa9
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+include /usr/share/kernel-wedge/generic-rules
+
diff --git a/kernel-versions b/kernel-versions
new file mode 100644
index 0000000..de2c8fb
--- /dev/null
+++ b/kernel-versions
@@ -0,0 +1,2 @@
+# arch version flavour installedname suffix build-depends
+i386 2.6.32-5 xioh 2.6.32-5-686 - linux-image-2.6.32-5-686, xivo-e1000-modules-2.6.32-5-686
diff --git a/modules/i386/kernel b/modules/i386/kernel
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/modules/i386/kernel
diff --git a/modules/i386/nic-modules b/modules/i386/nic-modules
new file mode 100644
index 0000000..20c5743
--- /dev/null
+++ b/modules/i386/nic-modules
@@ -0,0 +1,3 @@
+# WARNING! How to guarantee that our version of e1000 will be used?
+e1000
+gcu
diff --git a/package-list b/package-list
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/package-list