[Python-modules-commits] r13676 - in packages/python-fs/trunk (9 files)

janos-guest at users.alioth.debian.org janos-guest at users.alioth.debian.org
Sun Jun 27 20:02:08 UTC 2010


    Date: Sunday, June 27, 2010 @ 20:02:03
  Author: janos-guest
Revision: 13676

[svn-inject] Applying Debian modifications (0.3.0-1) to trunk

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


Property changes on: packages/python-fs/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-fs/trunk/debian/changelog
===================================================================
--- packages/python-fs/trunk/debian/changelog	                        (rev 0)
+++ packages/python-fs/trunk/debian/changelog	2010-06-27 20:02:03 UTC (rev 13676)
@@ -0,0 +1,5 @@
+python-fs (0.3.0-1) unstable; urgency=low
+
+  * Initial release. (Closes: #587350)
+
+ -- Janos Guljas <janos at janos.in.rs>  Sun, 27 Jun 2010 21:47:35 +0200

Added: packages/python-fs/trunk/debian/compat
===================================================================
--- packages/python-fs/trunk/debian/compat	                        (rev 0)
+++ packages/python-fs/trunk/debian/compat	2010-06-27 20:02:03 UTC (rev 13676)
@@ -0,0 +1 @@
+7

Added: packages/python-fs/trunk/debian/control
===================================================================
--- packages/python-fs/trunk/debian/control	                        (rev 0)
+++ packages/python-fs/trunk/debian/control	2010-06-27 20:02:03 UTC (rev 13676)
@@ -0,0 +1,21 @@
+Source: python-fs
+Section: python
+Priority: optional
+Maintainer: Janos Guljas <janos at janos.in.rs>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50), python (>= 2.5), python-support (>= 0.8.4), python-boto, python-paramiko, python-fuse, python-pyftpdlib, python-fuse
+XS-Python-Version: >= 2.5
+Standards-Version: 3.8.4
+Homepage: http://code.google.com/p/pyfilesystem/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-fs/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-fs/trunk/
+
+Package: python-fs
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}
+Description: Python filesystem abstraction
+ Pyfilesystem is a Python module that provides a common interface to many types
+ of filesystem, and provides some powerful features such as exposing
+ filesystems over an internet connection, or to the native filesystem.

Added: packages/python-fs/trunk/debian/copyright
===================================================================
--- packages/python-fs/trunk/debian/copyright	                        (rev 0)
+++ packages/python-fs/trunk/debian/copyright	2010-06-27 20:02:03 UTC (rev 13676)
@@ -0,0 +1,34 @@
+This package was debianized by Janos Guljas <janos at janos.in.rs> on
+Sun, 20 Jun 2010 21:36:23 +0200.
+
+The Debian packaging is Copyright 2010, Janos Guljas <janos at janos.in.rs>
+and is licensed under the BSD license. Under Debian systems, you can find
+the text of the BSD license under /usr/share/common-licenses/BSD
+
+It was downloaded from http://code.google.com/p/pyfilesystem/
+
+Upstream Authors:
+ Will McGugan <will at willmcgugan.com>
+ Ryan Kelly <ryan at rfk.id.au>
+
+Copyright:
+
+ python-fs is under a BSD license. Under Debian systems, you can find
+ the text of the BSD license under /usr/share/common-licenses/BSD
+
+
+File fs/expose/fuse/fuse_ctypes.py:
+
+ Copyright (c) 2008 Giorgos Verigakis <verigak at gmail.com>
+
+ Permission to use, copy, modify, and distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Added: packages/python-fs/trunk/debian/rules
===================================================================
--- packages/python-fs/trunk/debian/rules	                        (rev 0)
+++ packages/python-fs/trunk/debian/rules	2010-06-27 20:02:03 UTC (rev 13676)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@


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

Added: packages/python-fs/trunk/debian/source/format
===================================================================
--- packages/python-fs/trunk/debian/source/format	                        (rev 0)
+++ packages/python-fs/trunk/debian/source/format	2010-06-27 20:02:03 UTC (rev 13676)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-fs/trunk/debian/watch
===================================================================
--- packages/python-fs/trunk/debian/watch	                        (rev 0)
+++ packages/python-fs/trunk/debian/watch	2010-06-27 20:02:03 UTC (rev 13676)
@@ -0,0 +1,2 @@
+version=3
+http://code.google.com/p/pyfilesystem/  http://pyfilesystem.googlecode.com/files/fs-(.*).tar.gz




More information about the Python-modules-commits mailing list