[Python-modules-commits] r18239 - in packages/flufl.lock/trunk (10 files)
warsaw-guest at users.alioth.debian.org
warsaw-guest at users.alioth.debian.org
Mon Aug 22 15:08:08 UTC 2011
Date: Monday, August 22, 2011 @ 15:08:06
Author: warsaw-guest
Revision: 18239
[svn-inject] Applying Debian modifications (2.1.1-1) to trunk
Added:
packages/flufl.lock/trunk/debian/
packages/flufl.lock/trunk/debian/changelog
packages/flufl.lock/trunk/debian/compat
packages/flufl.lock/trunk/debian/control
packages/flufl.lock/trunk/debian/copyright
packages/flufl.lock/trunk/debian/python-flufl.lock.links
packages/flufl.lock/trunk/debian/rules
packages/flufl.lock/trunk/debian/source/
packages/flufl.lock/trunk/debian/source/format
packages/flufl.lock/trunk/debian/watch
Property changes on: packages/flufl.lock/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/flufl.lock/trunk/debian/changelog
===================================================================
--- packages/flufl.lock/trunk/debian/changelog (rev 0)
+++ packages/flufl.lock/trunk/debian/changelog 2011-08-22 15:08:06 UTC (rev 18239)
@@ -0,0 +1,5 @@
+flufl.lock (2.1.1-1) unstable; urgency=low
+
+ * Initial release (closes: #638859)
+
+ -- Barry Warsaw <barry at python.org> Wed, 03 Nov 2010 15:48:49 -0400
Added: packages/flufl.lock/trunk/debian/compat
===================================================================
--- packages/flufl.lock/trunk/debian/compat (rev 0)
+++ packages/flufl.lock/trunk/debian/compat 2011-08-22 15:08:06 UTC (rev 18239)
@@ -0,0 +1 @@
+7
Added: packages/flufl.lock/trunk/debian/control
===================================================================
--- packages/flufl.lock/trunk/debian/control (rev 0)
+++ packages/flufl.lock/trunk/debian/control 2011-08-22 15:08:06 UTC (rev 18239)
@@ -0,0 +1,17 @@
+Source: flufl.lock
+Maintainer: Barry Warsaw <barry at python.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Homepage: http://launchpad.net/flufl.lock
+Section: python
+X-Python-Version: >= 2.6
+Priority: optional
+Build-Depends: python-all (>= 2.6.6-3~),
+ python-setuptools,
+ python-sphinx,
+ debhelper (>= 7.0.50)
+Standards-Version: 3.9.2
+
+Package: python-flufl.lock
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: An NFS-safe file-based lock with timeouts.
Added: packages/flufl.lock/trunk/debian/copyright
===================================================================
--- packages/flufl.lock/trunk/debian/copyright (rev 0)
+++ packages/flufl.lock/trunk/debian/copyright 2011-08-22 15:08:06 UTC (rev 18239)
@@ -0,0 +1,40 @@
+This work was packaged for Debian by:
+
+ Barry A. Warsaw <barry at python.org> on 2011-08-22
+
+It was downloaded from:
+
+ <http://pypi.python.org/pypi/flufl.lock>
+
+Upstream Author(s):
+
+ Barry Warsaw <barry at python.org>
+
+Copyright:
+
+ <Copyright (C) 2004-2011 Barry A. Warsaw>
+
+License:
+
+ This package is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 3 of the License.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this package. If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in "/usr/share/common-licenses/LGPL-3".
+
+The Debian packaging is:
+
+ Copyright (C) 2011 Barry A. Warsaw <barry at python.org>
+
+and is licensed under the LGPL version 3,
+see "/usr/share/common-licenses/LGPL-3".
Added: packages/flufl.lock/trunk/debian/python-flufl.lock.links
===================================================================
--- packages/flufl.lock/trunk/debian/python-flufl.lock.links (rev 0)
+++ packages/flufl.lock/trunk/debian/python-flufl.lock.links 2011-08-22 15:08:06 UTC (rev 18239)
@@ -0,0 +1 @@
+usr/share/doc/python-flufl.lock/html/_sources usr/share/doc/python-flufl.lock/rst
Added: packages/flufl.lock/trunk/debian/rules
===================================================================
--- packages/flufl.lock/trunk/debian/rules (rev 0)
+++ packages/flufl.lock/trunk/debian/rules 2011-08-22 15:08:06 UTC (rev 18239)
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+
+PYTHON2=$(shell pyversions -vr)
+
+%:
+ dh $@ --with python2
+
+test-python%:
+ python$* setup.py test -vv
+
+override_dh_auto_test: $(PYTHON2:%=test-python%)
+
+override_dh_installchangelogs:
+ dh_installchangelogs -k flufl/lock/NEWS.txt
+
+override_dh_installdocs:
+ python setup.py build_sphinx
+ dh_installdocs build/sphinx/html
Property changes on: packages/flufl.lock/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/flufl.lock/trunk/debian/source/format
===================================================================
--- packages/flufl.lock/trunk/debian/source/format (rev 0)
+++ packages/flufl.lock/trunk/debian/source/format 2011-08-22 15:08:06 UTC (rev 18239)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/flufl.lock/trunk/debian/watch
===================================================================
--- packages/flufl.lock/trunk/debian/watch (rev 0)
+++ packages/flufl.lock/trunk/debian/watch 2011-08-22 15:08:06 UTC (rev 18239)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/f/flufl.lock/flufl.lock-(.*).tar.gz
More information about the Python-modules-commits
mailing list