aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2010-08-31 22:50:14 +0200
committerLoïc Minier <lool@dooz.org>2010-08-31 22:50:14 +0200
commitd3c0122889b451a58a58a398c92c8b76d31091ec (patch)
tree8308dfbbc03272e49c2fde0ed9daa2d2f65aa4c9 /debian
parent0d99a66ecad16a47b5c7bddb7a51d792cb00a75b (diff)
Add initial packaging
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control17
-rw-r--r--debian/copyright25
-rw-r--r--debian/linaro-image-tools.install1
-rwxr-xr-xdebian/rules5
6 files changed, 54 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a3a32bf
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+linaro-image-tools (0.1) UNRELEASED; urgency=low
+
+ * Initial packaging
+
+ -- Loïc Minier <loic.minier@linaro.org> Tue, 31 Aug 2010 22:32:49 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a3b8959
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: linaro-image-tools
+Section: devel
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.9.1
+Maintainer: Linaro Developers <linaro-dev@lists.linaro.org>
+Vcs-Bzr:
+
+Package: linaro-image-tools
+Architecture: all
+Depends: ${misc:Depends}
+Description: collection of tools to work with Linaro images
+ This package offers a set of tools for use with Linaro images.
+ .
+ The provided linaro-media-create command allows writing Linaro images
+ to a SD card, or generating an image file which you can boot in QEMU.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..45b15f8
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,25 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: Linaro Image Tools
+Source: https://code.launchpad.net/linaro-image-tools
+
+Copyright: 2010, Linaro
+License: GPL-3+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ version 3 as published by the Free Software Foundation.
+ .
+ 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 package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301 USA
+ .
+ On Debian and Ubuntu systems, the full text of the GNU General
+ Public License version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
+
diff --git a/debian/linaro-image-tools.install b/debian/linaro-image-tools.install
new file mode 100644
index 0000000..94ac399
--- /dev/null
+++ b/debian/linaro-image-tools.install
@@ -0,0 +1 @@
+linaro-media-create usr/bin
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8ca6034
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+ dh $*
+