[Python-modules-commits] [apscheduler] 03/08: Import apscheduler_2.1.2-2.dsc

Brian May bam at moszumanska.debian.org
Thu Mar 24 01:44:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch master
in repository apscheduler.

commit 0056de5e103a6849d22bc501abc7589a3d33550d
Author: Brian May <brian at linuxpenguins.xyz>
Date:   Thu Mar 24 10:17:40 2016 +1100

    Import apscheduler_2.1.2-2.dsc
---
 debian/TODO                        |  1 +
 debian/changelog                   | 37 +++++++++++++++++++++++++++++++++++++
 debian/compat                      |  1 +
 debian/control                     | 20 ++++++++++++++++++++
 debian/copyright                   | 33 +++++++++++++++++++++++++++++++++
 debian/python-apscheduler.examples |  1 +
 debian/rules                       | 19 +++++++++++++++++++
 debian/source/format               |  1 +
 debian/source/options              |  2 ++
 debian/watch                       |  2 ++
 10 files changed, 117 insertions(+)

diff --git a/debian/TODO b/debian/TODO
new file mode 100644
index 0000000..ea89e01
--- /dev/null
+++ b/debian/TODO
@@ -0,0 +1 @@
+* build and include docs/* (python-sphinx).
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..be3f99e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,37 @@
+apscheduler (2.1.2-2) unstable; urgency=low
+
+  * Fix chmod FTBFS (closes: #750328).
+
+ -- Laszlo Boszormenyi (GCS) <gcs at debian.org>  Wed, 04 Jun 2014 18:39:30 +0000
+
+apscheduler (2.1.2-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Laszlo Boszormenyi (GCS) <gcs at debian.org>  Sun, 02 Feb 2014 08:19:37 +0100
+
+apscheduler (2.1.1-1) unstable; urgency=low
+
+  * New upstream release (closes: #727115).
+  * Add watch file.
+
+ -- Laszlo Boszormenyi (GCS) <gcs at debian.org>  Sun, 03 Nov 2013 20:26:59 +0100
+
+apscheduler (2.1.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * New maintainer (closes: #704307).
+
+ -- Laszlo Boszormenyi (GCS) <gcs at debian.org>  Tue, 30 Apr 2013 08:05:38 +0000
+
+apscheduler (2.0.3-2) unstable; urgency=low
+
+  * Adding dpkg-source local options.
+
+ -- Daniel Baumann <daniel.baumann at progress-technologies.net>  Tue, 11 Dec 2012 21:06:19 +0100
+
+apscheduler (2.0.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #688017).
+
+ -- Daniel Baumann <daniel.baumann at progress-technologies.net>  Fri, 02 Nov 2012 16:47:01 +0100
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..e6da8d8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: apscheduler
+Section: python
+Priority: optional
+Maintainer: Laszlo Boszormenyi (GCS) <gcs at debian.org>
+Build-Depends: debhelper (>= 9), python, python-setuptools
+Standards-Version: 3.9.5
+Homepage: http://pypi.python.org/pypi/APScheduler/
+XS-Python-Version: >= 2.5
+
+Package: python-apscheduler
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources
+Description: In-process task scheduler with Cron-like capabilities
+ The Advanced Python Scheduler (APScheduler) is a light but powerful in-process
+ task scheduler that lets you schedule jobs (functions or any Python callables)
+ to be executed at times of your choosing.
+ .
+ This can be a far better alternative to externally run cron scripts for
+ long-running applications (e.g. web applications), as it is platform neutral
+ and can directly access your application's variables and functions.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1193bce
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: APScheduler
+Upstream-Contact: Alex Grönholm <apscheduler at nextday.fi>
+Source: http://pypi.python.org/pypi/APScheduler/
+
+Files: *
+Copyright: 2010-2012 Alex Grönholm <apscheduler at nextday.fi>
+License: MIT
+
+Files: debian/*
+Copyright: 2013-     Laszlo Boszormenyi (GCS) <gcs at debian.org>,
+ 2012 Daniel Baumann <daniel.baumann at progress-technologies.net>
+License: MIT
+
+License: MIT
+ 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.
diff --git a/debian/python-apscheduler.examples b/debian/python-apscheduler.examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/python-apscheduler.examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..dcb0bcf
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+DESTDIR=$(CURDIR)/debian/python-apscheduler/
+
+%:
+	dh ${@} --with python2
+
+override_dh_clean:
+	dh_clean
+	rm -f $(CURDIR)/APScheduler.egg-info/PKG-INFO
+
+override_dh_builddeb:
+	dh_builddeb -- -Zxz -z9
+
+.PHONY: override_dh_clean override_dh_builddeb
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..22a4de9
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1,2 @@
+compression = xz
+compression-level = 9
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..2062f19
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=2
+https://bitbucket.org/agronholm/apscheduler/downloads .*/v(\d\S*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/apscheduler.git



More information about the Python-modules-commits mailing list