From 4a70dab325e43cb0ed79da7362a8eb17593f329c Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Mon, 28 May 2012 12:07:28 +0800 Subject: Imported Debian patch 0.5-0ubuntu1~linaro1 --- debian/changelog | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ debian/compat | 1 + debian/control | 26 ++++++++++++++++++++++++++ debian/copyright | 7 +++++++ debian/pyversions | 1 + debian/rules | 16 ++++++++++++++++ debian/source/format | 1 + debian/watch | 2 ++ 8 files changed, 103 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/pyversions create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..8b2ec32 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,49 @@ +lava-scheduler-tool (0.5-0ubuntu1~linaro1) quantal; urgency=low + + * New upstream release. + + -- Marcin Juszkiewicz Mon, 28 May 2012 12:07:28 +0800 + +lava-scheduler-tool (0.4-0ubuntu1) precise; urgency=low + + * New upstream release. + * Switched to dh_python2 + + -- Marcin Juszkiewicz Thu, 26 Apr 2012 08:57:21 +0200 + +lava-scheduler-tool (0.3-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 Thu, 22 Mar 2012 21:25:45 +0100 + +lava-scheduler-tool (0.2.2-0ubuntu0~lava1) lucid; urgency=low + + * New upstream release. + + -- Michael Hudson-Doyle Fri, 21 Oct 2011 17:06:35 +1300 + +lava-scheduler-tool (0.2.1-0ubuntu0~lava1) lucid; urgency=low + + * New upstream release. + * Add cancel-job command. + * submit-job now prints out the id of the submitted job. + * Upstream packaging fixes. + + -- Michael Hudson-Doyle Tue, 30 Aug 2011 16:01:22 +1200 + +lava-scheduler-tool (0.1.1-0ubuntu0~zyga1) lucid; urgency=low + + * Initial release + + -- Zygmunt Krynicki Fri, 01 Jul 2011 15:30:49 +0100 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..2c4200a --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: lava-scheduler-tool +Section: admin +Priority: optional +Build-Depends: + debhelper (>= 7.0.50~), + python (>= 2.7.2-10), + python-setuptools (>= 0.6b3), +Build-Depends-Indep: + lava-tool (>= 0.4), + python-versiontools (>= 1.4), +Standards-Version: 3.9.3 +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Linaro Developers +Uploaders: Zygmunt Krynicki , Marcin Juszkiewicz +Homepage: http://launchpad.net/lava-scheduler-tool/ + +Package: lava-scheduler-tool +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, + lava-tool (>= 0.4), + python (>= 2.7.2-10), + python-versiontools (>= 1.4), +Provides: ${python:Provides} +Description: Command line utility for the LAVA Scheduler + This package contains command-line tool for interacting with launch control + scheduler developed by the Linaro (www.linaro.org) Infrastructure Team. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..cca5464 --- /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-scheduler-tool +Upstream-Contact: Michael Hudson-Doyle +Source: http://launchpad.net/lava-scheduler-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..28fe0d4 --- /dev/null +++ b/debian/rules @@ -0,0 +1,16 @@ +#!/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 + +.PHONY: override_dh_auto_clean +override_dh_auto_clean: + # Remove everything else + dh_auto_clean + # Remove build directory with sphinx files + rm -rf build 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..93fff55 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://pypi.python.org/packages/source/l/lava-scheduler-tool/lava-scheduler-tool-([^abc]*)\.tar\.gz -- cgit v1.2.3