[Python-modules-commits] r7574 - in py-sendfile/trunk (8 files)

speijnik-guest at users.alioth.debian.org speijnik-guest at users.alioth.debian.org
Mon Feb 16 07:40:49 UTC 2009


    Date: Monday, February 16, 2009 @ 07:40:49
  Author: speijnik-guest
Revision: 7574

[svn-inject] Applying Debian modifications to trunk

Added:
  py-sendfile/trunk/debian/
  py-sendfile/trunk/debian/changelog
  py-sendfile/trunk/debian/compat
  py-sendfile/trunk/debian/control
  py-sendfile/trunk/debian/copyright
  py-sendfile/trunk/debian/pycompat
  py-sendfile/trunk/debian/rules
  py-sendfile/trunk/debian/watch


Property changes on: py-sendfile/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: py-sendfile/trunk/debian/changelog
===================================================================
--- py-sendfile/trunk/debian/changelog	                        (rev 0)
+++ py-sendfile/trunk/debian/changelog	2009-02-16 07:40:49 UTC (rev 7574)
@@ -0,0 +1,6 @@
+py-sendfile (1.2.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #515564)
+
+ -- Stephan Peijnik <debian at sp.or.at>  Mon, 09 Feb 2009 09:15:01 +0100
+

Added: py-sendfile/trunk/debian/compat
===================================================================
--- py-sendfile/trunk/debian/compat	                        (rev 0)
+++ py-sendfile/trunk/debian/compat	2009-02-16 07:40:49 UTC (rev 7574)
@@ -0,0 +1 @@
+5

Added: py-sendfile/trunk/debian/control
===================================================================
--- py-sendfile/trunk/debian/control	                        (rev 0)
+++ py-sendfile/trunk/debian/control	2009-02-16 07:40:49 UTC (rev 7574)
@@ -0,0 +1,16 @@
+Source: py-sendfile
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Stephan Peijnik <debian at sp.or.at>
+Build-Depends: debhelper (>= 5), python-all-dev (>= 2.4), python-setuptools, cdbs, python-central
+Standards-Version: 3.8.0
+Homepage: http://pypi.python.org/pypi/py-sendfile
+
+Package: python-sendfile
+Architecture: any
+Depends: ${python:Depends}, ${shlibs:Depends}
+Provides: ${python:Provides}
+Description: Python interface to sendfile(2)
+ python-sendfile provides an interface to sendfile(2) for Python modules
+ and applications.

Added: py-sendfile/trunk/debian/copyright
===================================================================
--- py-sendfile/trunk/debian/copyright	                        (rev 0)
+++ py-sendfile/trunk/debian/copyright	2009-02-16 07:40:49 UTC (rev 7574)
@@ -0,0 +1,34 @@
+This package was debianized by Stephan Peijnik <debian at sp.or.at> on
+Mon, 09 Feb 2009 09:15:01 +0100.
+
+It was downloaded from http://pypi.python.org/pypi/py-sendfile
+
+Upstream Author:
+
+    Ben Woolley <ben at tautology.org> 
+
+Copyright:
+
+    Copyright (C) 2005 Ben Woolley
+
+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 2.1 of the License, or (at your option) any later version.
+
+    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, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.
+
+The Debian packaging is (C) 2009, Stephan Peijnik <debian at sp.or.at> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: py-sendfile/trunk/debian/pycompat
===================================================================
--- py-sendfile/trunk/debian/pycompat	                        (rev 0)
+++ py-sendfile/trunk/debian/pycompat	2009-02-16 07:40:49 UTC (rev 7574)
@@ -0,0 +1 @@
+2

Added: py-sendfile/trunk/debian/rules
===================================================================
--- py-sendfile/trunk/debian/rules	                        (rev 0)
+++ py-sendfile/trunk/debian/rules	2009-02-16 07:40:49 UTC (rev 7574)
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+DEB_PYTHON_SYSTEM=pycentral
+
+export DH_PYCENTRAL="nomove"
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_PYTHON_INSTALL_ARGS += --single-version-externally-managed
+
+clean::
+	-rm -rf build py_sendfile.egg-info
+
+get-orig-sources::
+	uscan --force-download --rename --repack
\ No newline at end of file


Property changes on: py-sendfile/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: py-sendfile/trunk/debian/watch
===================================================================
--- py-sendfile/trunk/debian/watch	                        (rev 0)
+++ py-sendfile/trunk/debian/watch	2009-02-16 07:40:49 UTC (rev 7574)
@@ -0,0 +1,3 @@
+version=3
+
+http://pypi.python.org/packages/source/p/py-sendfile/py-sendfile-(.*)\.zip




More information about the Python-modules-commits mailing list