The branch, master has been updated via 7c85d59ff7e09b0d7bf939dcaf2b18f240b07139 (commit) from 8632eed3bf45a20c1c5622d7a6e7487f242dd5b1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7c85d59ff7e09b0d7bf939dcaf2b18f240b07139 Author: Mike Gabriel <sunweaver@debian.org> Date: Thu Dec 19 11:04:26 2013 +0100 Imported Debian patch 2.2.1-1 ----------------------------------------------------------------------- Summary of changes: debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 33 +++++++++++++++++++++++++++++++++ debian/copyright | 31 +++++++++++++++++++++++++++++++ debian/rules | 4 ++++ debian/source/format | 1 + debian/watch | 2 ++ 7 files changed, 77 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch The diff of changes is: diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..88bfbca --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +python-daemonize (2.2.1-1) unstable; urgency=low + + * Initial release. (Closes: #732603) + + -- Mike Gabriel <sunweaver@debian.org> Thu, 19 Dec 2013 11:04:26 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..f11c82a --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 \ No newline at end of file diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..85fbb29 --- /dev/null +++ b/debian/control @@ -0,0 +1,33 @@ +Source: python-daemonize +Section: python +Priority: optional +Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> +Uploaders: + Mike Gabriel <sunweaver@debian.org>, +Build-Depends: + cdbs (>= 0.4.90~), + debhelper (>= 9), + python (>= 2.6.6-14~), + python-setuptools, +Standards-Version: 3.9.5 +Homepage: http://pypi.python.org/pypi/daemonize +X-Python-Version: >= 2.6 + +Package: python-daemonize +Architecture: all +Depends: + ${misc:Depends}, + ${python:Depends}, + ${shlibs:Depends}, +Description: Python module for writing system daemons + The daemonize module provides a simple class (Daemonize) that + handles forking a sub-fraction of your Python script to background. + . + It takes care of: + - changing the applications directory to '/' + - setting umask 0027 for root daemons + - creating a locked PID file + - closing open file descriptors + - removing PID file on daemon exit + - handling SIGTERM signals + - logging daemon actions to /dev/log diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..097d54a --- /dev/null +++ b/debian/copyright @@ -0,0 +1,31 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: daemonize +Upstream-Contact: Ilya.otyutskiy <ilya.otyutskiy@icloud.com> +Source: http://pypi.python.org/pypi/daemonize + +Files: * +Copyright: 2012, Ilya.otyutskiy <ilya.otyutskiy@icloud.com> +License: Expat + +Files: debian/* +Copyright: 2013, Mike Gabriel <sunweaver@debian.org> +License: Expat + +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. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..b466065 --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk \ No newline at end of file diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..46ebe02 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) \ No newline at end of file diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..6001ecc --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://pypi.python.org/packages/source/d/daemonize/daemonize-(.*).tar.gz hooks/post-receive -- python-daemonize.git (python-daemonize upstream project) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "python-daemonize.git" (python-daemonize upstream project).