diff --git a/packaging/debian/changelog b/packaging/debian/changelog new file mode 100644 index 0000000..3e280d2 --- /dev/null +++ b/packaging/debian/changelog @@ -0,0 +1,5 @@ +speedtest-cli (0.2-1~getdeb1) precise; urgency=low + + * Initial release + + -- Christoph Korn Tue, 17 Sep 2013 20:56:23 +0200 diff --git a/packaging/debian/compat b/packaging/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/packaging/debian/compat @@ -0,0 +1 @@ +9 diff --git a/packaging/debian/control b/packaging/debian/control new file mode 100644 index 0000000..5d2b4bb --- /dev/null +++ b/packaging/debian/control @@ -0,0 +1,21 @@ +Source: speedtest-cli +Section: python +Priority: optional +Maintainer: Christoph Korn +Build-Depends: debhelper (>= 9), + python-setuptools (>= 0.6b3), + python-all (>= 2.6.6-3), +Standards-Version: 3.9.4 +Homepage: https://github.com/sivel/speedtest-cli +Vcs-Git: https://github.com/sivel/speedtest-cli.git +Vcs-Browser: https://github.com/sivel/speedtest-cli + +Package: python-speedtest-cli +Architecture: all +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends} +Provides: ${python:Provides} +X-Python-Version: ${python:Versions} +Description: Tests internet bandwidth using speedtest.net (CLI) + Command line interface for testing internet bandwidth using speedtest.net diff --git a/packaging/debian/copyright b/packaging/debian/copyright new file mode 100644 index 0000000..34acdee --- /dev/null +++ b/packaging/debian/copyright @@ -0,0 +1,27 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: speedtest-cli +Source: https://github.com/sivel/speedtest-cli + +Files: * +Copyright: 2013 Matt Martz +License: Apache-2.0 + +Files: debian/* +Copyright: 2013 Christoph Korn +License: Apache-2.0 + +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + . + On Debian systems, the complete text of the Apache version 2.0 license + can be found in "/usr/share/common-licenses/Apache-2.0". diff --git a/packaging/debian/rules b/packaging/debian/rules new file mode 100755 index 0000000..9eba613 --- /dev/null +++ b/packaging/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +# This file was automatically generated by stdeb 0.6.0+git at +# Tue, 17 Sep 2013 19:04:21 +0000 + +%: + dh $@ --with python2 --buildsystem=python_distutils + + diff --git a/packaging/debian/source/format b/packaging/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/packaging/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/packaging/debian/watch b/packaging/debian/watch new file mode 100644 index 0000000..87e073b --- /dev/null +++ b/packaging/debian/watch @@ -0,0 +1,3 @@ +version=3 +https://github.com/sivel/speedtest-cli/tags \ + (?:.*/)?archive/v([\d\.]+)\.tar\.(?:gz|bz2|xz)