summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Carrillo <ben@futeisha.org>2014-07-07 11:31:34 -0500
committerBen Carrillo <ben@futeisha.org>2014-07-07 12:43:17 -0500
commit95a97e2e4c8c8d95c5a598e32af999d0296ec9cd (patch)
tree561b6e06ada119cb03243c1e905903192255d9b8
parent70637e1fb8197560293694aec45aca60c188e963 (diff)
Initial debianizationHEADmaster
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control20
-rw-r--r--debian/copyright27
-rwxr-xr-xdebian/rules21
-rw-r--r--debian/source/format1
-rw-r--r--debian/source/options1
-rw-r--r--debian/watch3
8 files changed, 79 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..36ffa80
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-taskthread (1.4-1) unstable; urgency=low
+
+ * Initial package. (Closes: #754118)
+
+ -- Ben Carrillo <ben@futeisha.org> Mon, 07 Jul 2014 11:12:14 -0500
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..83f4585
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: python-taskthread
+Maintainer: Ben Carrillo <ben@futeisha.org>
+Uploaders: Micah Anderson <micah@debian.org>
+Homepage: http://hpcloud.com
+Section: python
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9.0.0)
+Standards-Version: 3.9.5
+
+Package: python-taskthread
+Architecture: any
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Simple thread module to repetitively perform a task.
+ Python thread module to repeat an predefined task on a thread mulitple times.
+ .
+ A TaskThread is useful when a task needs to be repeated several times on
+ a separate thread. Normal usage of the threading.Thread class would call for
+ creation of a new thread each time the same task needs to be run. This module
+ allows for repetitive tasks to be run multiple times on the same thread by
+ having the thread wait until the task needs to be executed again.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c89bfc1
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,27 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: taskthread
+Source: https://github.com/tkuhlman/taskthread/
+
+Files: *
+Copyright: Copyright 2013 Hewlett-Packard Development Company, L.P.
+License: Apache 2.0
+
+
+License: Apache 2.0
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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 full text of the Apache Software License version 2 can
+ be found in the file `/usr/share/common-licenses/Apache-2.0'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4bf8712
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+#
+# Uncomment this to turn on verbose mode.
+#DH_VERBOSE=1
+DEB_BUILD_OPTIONS=nocheck
+package=python-taskthread
+
+PYTHON2=$(shell pyversions -vr)
+
+%:
+ dh $@ --with python2 --buildsystem=python_distutils
+
+override_dh_installchangelogs:
+ dh_installchangelogs README.rst
+
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/source/options b/debian/source/options
new file mode 100644
index 0000000..4d82e22
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="\.egg-info" \ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..508567b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+https://pypi.python.org/packages/source/t/taskthread/taskthread-(.*)\.tar\.gz