[Python-modules-commits] r26808 - in packages (13 files)

sunweaver at users.alioth.debian.org sunweaver at users.alioth.debian.org
Thu Dec 19 09:33:12 UTC 2013


    Date: Thursday, December 19, 2013 @ 09:33:11
  Author: sunweaver
Revision: 26808

new package: python-daemonize

Added:
  packages/python-daemonize/
  packages/python-daemonize/branches/
  packages/python-daemonize/tags/
  packages/python-daemonize/trunk/
  packages/python-daemonize/trunk/debian/
  packages/python-daemonize/trunk/debian/changelog
  packages/python-daemonize/trunk/debian/compat
  packages/python-daemonize/trunk/debian/control
  packages/python-daemonize/trunk/debian/copyright
  packages/python-daemonize/trunk/debian/rules
  packages/python-daemonize/trunk/debian/source/
  packages/python-daemonize/trunk/debian/source/format
  packages/python-daemonize/trunk/debian/watch

Added: packages/python-daemonize/trunk/debian/changelog
===================================================================
--- packages/python-daemonize/trunk/debian/changelog	                        (rev 0)
+++ packages/python-daemonize/trunk/debian/changelog	2013-12-19 09:33:11 UTC (rev 26808)
@@ -0,0 +1,5 @@
+python-daemonize (2.2.1-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #XXXXX)
+
+ -- Mike Gabriel <sunweaver at debian.org>  Thu, 19 Dec 2013 10:24:46 +0100

Added: packages/python-daemonize/trunk/debian/compat
===================================================================
--- packages/python-daemonize/trunk/debian/compat	                        (rev 0)
+++ packages/python-daemonize/trunk/debian/compat	2013-12-19 09:33:11 UTC (rev 26808)
@@ -0,0 +1 @@
+9
\ No newline at end of file

Added: packages/python-daemonize/trunk/debian/control
===================================================================
--- packages/python-daemonize/trunk/debian/control	                        (rev 0)
+++ packages/python-daemonize/trunk/debian/control	2013-12-19 09:33:11 UTC (rev 26808)
@@ -0,0 +1,33 @@
+Source: python-daemonize
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders:
+ Mike Gabriel <sunweaver at 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

Added: packages/python-daemonize/trunk/debian/copyright
===================================================================
--- packages/python-daemonize/trunk/debian/copyright	                        (rev 0)
+++ packages/python-daemonize/trunk/debian/copyright	2013-12-19 09:33:11 UTC (rev 26808)
@@ -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 at icloud.com>
+Source: http://pypi.python.org/pypi/daemonize
+
+Files: *
+Copyright: 2012, Ilya.otyutskiy <ilya.otyutskiy at icloud.com>
+License: Expat
+
+Files: debian/*
+Copyright: 2013, Mike Gabriel <sunweaver at 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.

Added: packages/python-daemonize/trunk/debian/rules
===================================================================
--- packages/python-daemonize/trunk/debian/rules	                        (rev 0)
+++ packages/python-daemonize/trunk/debian/rules	2013-12-19 09:33:11 UTC (rev 26808)
@@ -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


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

Added: packages/python-daemonize/trunk/debian/source/format
===================================================================
--- packages/python-daemonize/trunk/debian/source/format	                        (rev 0)
+++ packages/python-daemonize/trunk/debian/source/format	2013-12-19 09:33:11 UTC (rev 26808)
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file

Added: packages/python-daemonize/trunk/debian/watch
===================================================================
--- packages/python-daemonize/trunk/debian/watch	                        (rev 0)
+++ packages/python-daemonize/trunk/debian/watch	2013-12-19 09:33:11 UTC (rev 26808)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/d/daemonize/daemonize-(.*).tar.gz




More information about the Python-modules-commits mailing list