aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2012-12-15 11:23:42 +0200
committerAntonio Terceiro <antonio.terceiro@linaro.org>2013-04-30 16:10:15 -0300
commitbe716b5032eabd8e95e8958301ca02a50ead49e5 (patch)
tree83f10d49f1840ddd424d971da110f3214495125f
parent97af8e8d8c9448e3f2f84392ac537f7a4adb6fe4 (diff)
Imported Debian patch 0.6-0ubuntu1~linaro1
-rw-r--r--debian/changelog84
-rw-r--r--debian/compat1
-rw-r--r--debian/control27
-rw-r--r--debian/copyright7
-rw-r--r--debian/pyversions1
-rwxr-xr-xdebian/rules9
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch2
8 files changed, 132 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6c69039
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,84 @@
+lava-tool (0.6-0ubuntu1~linaro1) quantal; urgency=low
+
+ * New upstream release.
+
+ -- Fathi Boudra <fathi.boudra@linaro.org> Sat, 15 Dec 2012 11:23:42 +0200
+
+lava-tool (0.5-0~linaro1) precise; urgency=low
+
+ * New upstream release
+
+ -- Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Mon, 16 Jul 2012 11:49:22 +0200
+
+lava-tool (0.4-0ubuntu1) precise; urgency=low
+
+ * Switched to dh_python2
+
+ -- Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Thu, 26 Apr 2012 08:57:38 +0200
+
+lava-tool (0.4-0) unstable; urgency=low
+
+ * New upstream release.
+ * Cleanup before uploading to Ubuntu.
+ - added link to licence text in debian/copyright
+ * Switch to dpkg-source 3.0 (quilt) source format.
+ * Added debian/watch file.
+ * Changed (build-)dependencies from python-argparse to python (>=
+ 2.7.2-9ubuntu2)
+ * Lintian changes:
+ - fixed missing-license-paragraph-in-dep5-copyright warning
+ * Added myself to Uploaders.
+ * Bumped standards version to 3.9.3.
+
+ -- Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Thu, 22 Mar 2012 21:25:37 +0100
+
+lava-tool (0.3-0ubuntu0~lava1) oneiric; urgency=low
+
+ * New upstream release.
+ * Update debian/control: set Maintainer field to Linaro Packagers.
+
+ -- Fathi Boudra <fathi.boudra@linaro.org> Fri, 16 Dec 2011 11:44:14 +0200
+
+lava-tool (0.2-0ubuntu0~lava1) lucid; urgency=low
+
+ * New upstream release.
+
+ -- Zygmunt Krynicki <zygmunt.krynicki@linaro.org> Thu, 21 Jul 2011 00:15:27 +0200
+
+lava-tool (0.1.1-0ubuntu0~lava1) lucid; urgency=low
+
+ * New upstream bugfix release, closes LP: #810422
+
+ -- Zygmunt Krynicki <zygmunt.krynicki@linaro.org> Thu, 14 Jul 2011 14:38:47 +0200
+
+lava-tool (0.1-0ubuntu0~zyga2) lucid; urgency=low
+
+ * Fix some dependency versions just to be safe
+
+ -- Zygmunt Krynicki <zygmunt.krynicki@linaro.org> Fri, 01 Jul 2011 15:20:41 +0100
+
+lava-tool (0.1-0ubuntu0~zyga1) lucid; urgency=low
+
+ * Ah, get the version name right
+
+ -- Zygmunt Krynicki <zygmunt.krynicki@linaro.org> Thu, 30 Jun 2011 18:02:38 +0100
+
+lava-tool (0.1~0ubuntu0~zyga2) lucid; urgency=low
+
+ * Do not run unittests during build, this breaks as they expect to have
+ loopback connectivity.
+
+ -- Zygmunt Krynicki <zygmunt.krynicki@linaro.org> Thu, 30 Jun 2011 15:29:24 +0100
+
+lava-tool (0.1~0ubuntu0~zyga1) lucid; urgency=low
+
+ * New upstream release
+ * Drop internal copy of mocker and depend on a package
+
+ -- Zygmunt Krynicki <zygmunt.krynicki@linaro.org> Thu, 30 Jun 2011 14:35:40 +0100
+
+lava-tool (0.1~dev151~0ubuntu1~zyga1) lucid; urgency=low
+
+ * Initial release
+
+ -- Zygmunt Krynicki <zygmunt.krynicki@linaro.org> Wed, 04 May 2011 14:09:35 +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..8af3343
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: lava-tool
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50~),
+ python (>= 2.7.2-10),
+ python-keyring (>= 0.2-3),
+ python-setuptools (>= 0.6b3)
+Build-Depends-Indep: python-mocker (>= 1.0), python-versiontools (>= 1.4)
+Standards-Version: 3.9.3
+Maintainer: Linaro Packagers <linaro-pkg@lists.launchpad.net>
+Uploaders: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>,
+ Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
+Homepage: http://launchpad.net/lava-tool/
+
+Package: lava-tool
+Architecture: all
+Depends: python (>= 2.7.2-10),
+ python-keyring (>= 0.2-3),
+ ${misc:Depends},
+ ${python:Depends}
+Provides: ${python:Provides}
+Description: Command line utility for Linaro validation services
+ This source package contains the command-line tool for interacting with the
+ various services built by the Linaro (www.linaro.org) Infrastructure Team.
+ .
+ Note that this package only contains the core tool; to actually interact with
+ a service you'll need to install a corresponding plugin.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b56e700
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,7 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
+Upstream-Name: lava-tool
+Upstream-Contact: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>, Michael Hudson-Doyle <michael.hudson@linaro.org>
+Source: https://launchpad.net/lava-tool
+Copyright: Copyright 2010-2012, Linaro Limited
+License: LGPL-3
+ See /usr/share/common-licenses/LGPL-3 for full text
diff --git a/debian/pyversions b/debian/pyversions
new file mode 100644
index 0000000..0c043f1
--- /dev/null
+++ b/debian/pyversions
@@ -0,0 +1 @@
+2.6-
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4123d25
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with python2
+
+#.PHONY: override_dh_auto_test
+#override_dh_auto_test:
+# # Run the bundled tests when building the package
+# LC_ALL=C python setup.py test
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)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..83d7650
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/l/lava-tool/lava-tool-([^abc]*)\.tar\.gz