[Python-apps-commits] r12671 - in packages/speedtest-cli/trunk (12 files)

highvoltage-guest at users.alioth.debian.org highvoltage-guest at users.alioth.debian.org
Sat Jan 2 12:42:39 UTC 2016


    Date: Saturday, January 2, 2016 @ 12:42:38
  Author: highvoltage-guest
Revision: 12671

[svn-inject] Applying Debian modifications (0.3.4-1) to trunk

Added:
  packages/speedtest-cli/trunk/debian/
  packages/speedtest-cli/trunk/debian/changelog
  packages/speedtest-cli/trunk/debian/compat
  packages/speedtest-cli/trunk/debian/control
  packages/speedtest-cli/trunk/debian/copyright
  packages/speedtest-cli/trunk/debian/docs
  packages/speedtest-cli/trunk/debian/links
  packages/speedtest-cli/trunk/debian/rules
  packages/speedtest-cli/trunk/debian/source/
  packages/speedtest-cli/trunk/debian/source/format
  packages/speedtest-cli/trunk/debian/speedtest-cli.manpages
  packages/speedtest-cli/trunk/debian/watch


Property changes on: packages/speedtest-cli/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/speedtest-cli/trunk/debian/changelog
===================================================================
--- packages/speedtest-cli/trunk/debian/changelog	                        (rev 0)
+++ packages/speedtest-cli/trunk/debian/changelog	2016-01-02 12:42:38 UTC (rev 12671)
@@ -0,0 +1,51 @@
+speedtest-cli (0.3.4-1) UNRELEASED; urgency=medium
+
+  * New upstream version
+
+ -- Jonathan Carter <jonathan at ubuntu.com>  Sat, 02 Jan 2016 13:40:46 +0200
+
+speedtest-cli (0.3.2-1) unstable; urgency=medium
+
+  * New upstream version
+
+ -- Jonathan Carter <jonathan at ubuntu.com>  Sat, 02 May 2015 14:37:32 +0200
+
+speedtest-cli (0.3.1-1) unstable; urgency=medium
+
+  * New upstream version
+  * Update standards version to 3.9.6
+
+ -- Jonathan Carter <jonathan at ubuntu.com>  Sat, 04 Oct 2014 10:40:38 +0200
+
+speedtest-cli (0.3.0-2) unstable; urgency=medium
+
+  * Add embedded twosix code license (Closes: #760907)
+
+ -- Jonathan Carter <jonathan at ubuntu.com>  Thu, 02 Oct 2014 20:44:15 +0200
+
+speedtest-cli (0.3.0-1) unstable; urgency=medium
+
+  * New upstream version
+  * Upload sponsored by Petter Reinholdtsen.
+
+ -- Jonathan Carter <jonathan at ubuntu.com>  Wed, 16 Jul 2014 20:18:09 +0200
+
+speedtest-cli (0.2.7-1) unstable; urgency=medium
+
+  * New upsteam version
+  * Now using manpage provided upstream
+  * Add CONTRIBUTING.md to docs
+
+ -- Jonathan Carter <jonathan at ubuntu.com>  Tue, 29 Apr 2014 19:04:15 +0200
+
+speedtest-cli (0.2.4-2) unstable; urgency=medium
+
+  * Add dependency for python-pkg-resources (Closes: 742861)
+
+ -- Jonathan Carter <jonathan at ubuntu.com>  Sat, 12 Apr 2014 21:53:14 +0200
+
+speedtest-cli (0.2.4-1) unstable; urgency=low
+
+  * Initial release (Closes: #736756)
+
+ -- Jonathan Carter <jonathan at ubuntu.com>  Sat, 25 Jan 2014 22:43:09 +0200

Added: packages/speedtest-cli/trunk/debian/compat
===================================================================
--- packages/speedtest-cli/trunk/debian/compat	                        (rev 0)
+++ packages/speedtest-cli/trunk/debian/compat	2016-01-02 12:42:38 UTC (rev 12671)
@@ -0,0 +1 @@
+9

Added: packages/speedtest-cli/trunk/debian/control
===================================================================
--- packages/speedtest-cli/trunk/debian/control	                        (rev 0)
+++ packages/speedtest-cli/trunk/debian/control	2016-01-02 12:42:38 UTC (rev 12671)
@@ -0,0 +1,20 @@
+Source: speedtest-cli
+Section: utils
+Priority: optional
+Maintainer: Jonathan Carter <jonathan at ubuntu.com>
+Build-Depends: debhelper (>= 9.0.0), python, python-setuptools
+Standards-Version: 3.9.6
+Homepage: https://github.com/sivel/speedtest-cli/
+XS-Python-Version: >= 2.7
+
+Package: speedtest-cli
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-pkg-resources
+Description: Command line interface for testing internet bandwidth using speedtest.net
+ Speedtest.net is a webservice that allows you to test your broadband
+ connection by downloading a file from one of many Speedtest.net
+ servers from around the world.
+ .
+ This utility allows you to use the Speedtest.net service from the
+ command line.
+

Added: packages/speedtest-cli/trunk/debian/copyright
===================================================================
--- packages/speedtest-cli/trunk/debian/copyright	                        (rev 0)
+++ packages/speedtest-cli/trunk/debian/copyright	2016-01-02 12:42:38 UTC (rev 12671)
@@ -0,0 +1,50 @@
+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 <matt at sivel.net>
+License: Apache-2.0
+
+Files: speedtest_cli.py
+Copyright: "print_()" is Copyright (c) 2010-2014 Benjamin Peterson
+License: Expat
+
+Files: debian/*
+Copyright: 2014 Jonathan Carter <jonathan at ubuntu.com>
+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 License 2.0 can
+ be found in "/usr/share/common-licenses/Apache-2.0"
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.

Added: packages/speedtest-cli/trunk/debian/docs
===================================================================
--- packages/speedtest-cli/trunk/debian/docs	                        (rev 0)
+++ packages/speedtest-cli/trunk/debian/docs	2016-01-02 12:42:38 UTC (rev 12671)
@@ -0,0 +1,2 @@
+README.rst
+CONTRIBUTING.md

Added: packages/speedtest-cli/trunk/debian/links
===================================================================
--- packages/speedtest-cli/trunk/debian/links	                        (rev 0)
+++ packages/speedtest-cli/trunk/debian/links	2016-01-02 12:42:38 UTC (rev 12671)
@@ -0,0 +1 @@
+usr/share/man/man1/speedtest-cli.1.gz usr/share/man/man1/speedtest.1.gz

Added: packages/speedtest-cli/trunk/debian/rules
===================================================================
--- packages/speedtest-cli/trunk/debian/rules	                        (rev 0)
+++ packages/speedtest-cli/trunk/debian/rules	2016-01-02 12:42:38 UTC (rev 12671)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2


Property changes on: packages/speedtest-cli/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/speedtest-cli/trunk/debian/source/format
===================================================================
--- packages/speedtest-cli/trunk/debian/source/format	                        (rev 0)
+++ packages/speedtest-cli/trunk/debian/source/format	2016-01-02 12:42:38 UTC (rev 12671)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/speedtest-cli/trunk/debian/speedtest-cli.manpages
===================================================================
--- packages/speedtest-cli/trunk/debian/speedtest-cli.manpages	                        (rev 0)
+++ packages/speedtest-cli/trunk/debian/speedtest-cli.manpages	2016-01-02 12:42:38 UTC (rev 12671)
@@ -0,0 +1 @@
+*.1

Added: packages/speedtest-cli/trunk/debian/watch
===================================================================
--- packages/speedtest-cli/trunk/debian/watch	                        (rev 0)
+++ packages/speedtest-cli/trunk/debian/watch	2016-01-02 12:42:38 UTC (rev 12671)
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/<project>-$1\.tar\.gz/ \
+   https://github.com/sivel/speedtest-cli/tags .*/v?(\d\S*)\.tar\.gz




More information about the Python-apps-commits mailing list