summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2012-06-08 10:36:52 +0300
committerFathi Boudra <fabo@debian.org>2012-06-08 11:14:43 +0300
commit5cf19f71f08248a6e28b65dd9b569fad59243eae (patch)
treeca945d36a281392ce02cdd050f86e94f65d6ad5a
parent512ceb07b76fdb70f40f894ca266b5c349bcd82a (diff)
Imported Debian patch 0.1.20120504-1debian/0.1.20120504-1
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control15
-rw-r--r--debian/copyright28
-rwxr-xr-xdebian/rules7
-rw-r--r--debian/source/format1
6 files changed, 57 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8fde399
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+gatortests (0.1.20120504-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Fathi Boudra <fathi.boudra@linaro.org> Fri, 08 Jun 2012 10:36:52 +0300
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b49d9f3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: gatortests
+Section: devel
+Priority: optional
+Maintainer: Linaro Packagers <linaro-pkg@lists.launchpad.net>
+Uploaders: Fathi Boudra <fathi.boudra@linaro.org>
+Build-Depends: debhelper (>= 8), python (>= 2.6.6-3~), python-all (>= 2.6.6-3~)
+Standards-Version: 3.9.3
+Homepage: http://git.linaro.org/gitweb?p=qa/gatortests.git
+
+Package: gatortests
+Architecture: all
+Depends: python (>= 2.6.6-3~), ${misc:Depends}, ${python:Depends}
+Recommends: gator
+Description: Gator tests
+ This package contains Gator tests to run with LAVA.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c6c7e92
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: gatortests
+Source: http://git.linaro.org/gitweb?p=qa/gatortests.git
+
+Files: *
+Copyright: 2012 David Stubbs <david.stubbs2@arm.com>
+License: GPL-3.0+
+
+Files: debian/*
+Copyright: 2012 Fathi Boudra <fathi.boudra@linaro.org>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ 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 3 of the License, or
+ (at your option) any later version.
+ .
+ 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 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ea3fbe9
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@ --with python2
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)