summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2012-06-11 17:08:11 +0300
committerFathi Boudra <fabo@debian.org>2012-06-11 17:21:33 +0300
commitc561dda4301b2c9ce30dd9f422958c674be5da66 (patch)
tree5b185633e98f71d87f32766d3b394ed54865629f
parente32e161d6997b2539dcba2bd76237756e78a1f1b (diff)
parent8e20aadc9c9f8e98dd456b1b74df637c07c67586 (diff)
Imported Debian patch 0.1.20120611-0linaro1HEADdebian/0.1.20120611-0linaro1master
-rw-r--r--PKG-INFO2
-rw-r--r--debian/changelog6
-rw-r--r--debian/control3
-rwxr-xr-xgatortests (renamed from gatortests.py)0
-rw-r--r--setup.py5
5 files changed, 11 insertions, 5 deletions
diff --git a/PKG-INFO b/PKG-INFO
index cdfffad..e7500b2 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: gatortests
-Version: 0.1.20120608
+Version: 0.1.20120611
Summary: Gator tests
Home-page: http://git.linaro.org/gitweb?p=qa/gatortests.git
Author: David Stubbs
diff --git a/debian/changelog b/debian/changelog
index 8fde399..726c2cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gatortests (0.1.20120611-0linaro1) precise; urgency=low
+
+ * New upstream release.
+
+ -- Fathi Boudra <fathi.boudra@linaro.org> Mon, 11 Jun 2012 17:08:11 +0300
+
gatortests (0.1.20120504-1) unstable; urgency=low
* Initial release.
diff --git a/debian/control b/debian/control
index b49d9f3..d8af99f 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ 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
+Depends: gator, python (>= 2.6.6-3~), ${misc:Depends}, ${python:Depends}
Description: Gator tests
This package contains Gator tests to run with LAVA.
diff --git a/gatortests.py b/gatortests
index 9940111..9940111 100755
--- a/gatortests.py
+++ b/gatortests
diff --git a/setup.py b/setup.py
index 16d4997..0935849 100644
--- a/setup.py
+++ b/setup.py
@@ -2,11 +2,12 @@ from distutils.core import setup
setup(
name='gatortests',
- version='0.1.20120608',
+ version='0.1.20120611',
packages=[''],
url='http://git.linaro.org/gitweb?p=qa/gatortests.git',
license='GPL-3',
author='David Stubbs',
author_email='david.stubbs2@arm.com',
- description='Gator tests'
+ description='Gator tests',
+ scripts=['gatortests']
)