[Python-modules-commits] r33651 - in packages/python-sentinels/trunk (10 files)
reazem-guest at users.alioth.debian.org
reazem-guest at users.alioth.debian.org
Fri Aug 7 14:32:24 UTC 2015
Date: Friday, August 7, 2015 @ 14:32:22
Author: reazem-guest
Revision: 33651
Initial packaging
Added:
packages/python-sentinels/trunk/debian/
packages/python-sentinels/trunk/debian/changelog
packages/python-sentinels/trunk/debian/compat
packages/python-sentinels/trunk/debian/control
packages/python-sentinels/trunk/debian/copyright
packages/python-sentinels/trunk/debian/rules
packages/python-sentinels/trunk/debian/source/
packages/python-sentinels/trunk/debian/source/format
packages/python-sentinels/trunk/debian/source/options
packages/python-sentinels/trunk/debian/watch
Added: packages/python-sentinels/trunk/debian/changelog
===================================================================
--- packages/python-sentinels/trunk/debian/changelog (rev 0)
+++ packages/python-sentinels/trunk/debian/changelog 2015-08-07 14:32:22 UTC (rev 33651)
@@ -0,0 +1,5 @@
+sentinels (0.0.6-1) unstable; urgency=medium
+
+ * Initial release. (Closes: #XXXXXX)
+
+ -- Alexandre Viau <alexandre at alexandreviau.net> Fri, 07 Aug 2015 09:25:58 -0400
Added: packages/python-sentinels/trunk/debian/compat
===================================================================
--- packages/python-sentinels/trunk/debian/compat (rev 0)
+++ packages/python-sentinels/trunk/debian/compat 2015-08-07 14:32:22 UTC (rev 33651)
@@ -0,0 +1 @@
+9
Added: packages/python-sentinels/trunk/debian/control
===================================================================
--- packages/python-sentinels/trunk/debian/control (rev 0)
+++ packages/python-sentinels/trunk/debian/control 2015-08-07 14:32:22 UTC (rev 33651)
@@ -0,0 +1,37 @@
+Source: python-sentinels
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Alexandre Viau <alexandre at alexandreviau.net>
+Build-Depends: debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python3-all,
+ python3-setuptools,
+Standards-Version: 3.9.6
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-sentinels/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-sentinels/trunk/
+Homepage: https://github.com/vmalloc/sentinels
+
+Package: python-sentinels
+Architecture: all
+Depends: ${misc:Depends},
+ ${python:Depends}
+Description: small utility providing the Sentinel class, along with useful instances
+ Sentinels are objects with special meanings. They can be thought of as singletons,
+ but they service the need of having 'special' values in your code, that have special
+ meanings. For example, NOTHING.
+ .
+ This is the Python 2 compatible package.
+
+Package: python3-sentinels
+Architecture: all
+Depends: ${misc:Depends},
+ ${python3:Depends}
+Description: small utility providing the Sentinel class, along with useful instances
+ Sentinels are objects with special meanings. They can be thought of as singletons,
+ but they service the need of having 'special' values in your code, that have special
+ meanings. For example, NOTHING.
+ .
+ This is the Python 3 compatible package
Added: packages/python-sentinels/trunk/debian/copyright
===================================================================
--- packages/python-sentinels/trunk/debian/copyright (rev 0)
+++ packages/python-sentinels/trunk/debian/copyright 2015-08-07 14:32:22 UTC (rev 33651)
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: sentinels
+Source: https://github.com/vmalloc/sentinels
+
+Files: *
+Copyright: 2011 Rotem Yaari <vmalloc at gmail.com>
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2015 Alexandre Viau <alexandre at alexandreviau.net>
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ - Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+ - Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ - Neither the name of the Twilio, Inc. nor the names of its contributors may be
+ used to endorse or promote products derived from this software without
+ specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Added: packages/python-sentinels/trunk/debian/rules
===================================================================
--- packages/python-sentinels/trunk/debian/rules (rev 0)
+++ packages/python-sentinels/trunk/debian/rules 2015-08-07 14:32:22 UTC (rev 33651)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=sentinels
+
+%:
+ dh $@ --with python2,python3 --buildsystem=pybuild
Property changes on: packages/python-sentinels/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/python-sentinels/trunk/debian/source/format
===================================================================
--- packages/python-sentinels/trunk/debian/source/format (rev 0)
+++ packages/python-sentinels/trunk/debian/source/format 2015-08-07 14:32:22 UTC (rev 33651)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/python-sentinels/trunk/debian/source/options
===================================================================
--- packages/python-sentinels/trunk/debian/source/options (rev 0)
+++ packages/python-sentinels/trunk/debian/source/options 2015-08-07 14:32:22 UTC (rev 33651)
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"
Added: packages/python-sentinels/trunk/debian/watch
===================================================================
--- packages/python-sentinels/trunk/debian/watch (rev 0)
+++ packages/python-sentinels/trunk/debian/watch 2015-08-07 14:32:22 UTC (rev 33651)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.debian.net/sentinels/sentinels-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Python-modules-commits
mailing list