diff -Nru python-fs-0.3.0/debian/changelog python-fs-0.3.0/debian/changelog --- python-fs-0.3.0/debian/changelog 2010-06-30 15:38:08.000000000 +0000 +++ python-fs-0.3.0/debian/changelog 2011-08-13 10:42:42.000000000 +0000 @@ -1,3 +1,16 @@ +python-fs (0.3.0-2) unstable; urgency=low + + * Change my e-mail address. + * Bump standards version. + * Move python-wxgtk2.8 dependency to Suggests. + * Move python-django, python-boto and python-paramiko to Recommends. + * Switch to dh_python2. + * Remove XS-Python-Version and XB-Python-Version. + * Add debian/pyversions. + * Change debian/copyright to be DEP5 compatible. + + -- Janos Guljas Sat, 13 Aug 2011 12:42:42 +0200 + python-fs (0.3.0-1) unstable; urgency=low * Initial release. (Closes: #587350) diff -Nru python-fs-0.3.0/debian/control python-fs-0.3.0/debian/control --- python-fs-0.3.0/debian/control 2010-06-30 15:38:08.000000000 +0000 +++ python-fs-0.3.0/debian/control 2011-08-02 13:50:29.000000000 +0000 @@ -1,20 +1,19 @@ Source: python-fs Section: python Priority: optional -Maintainer: Janos Guljas +Maintainer: Janos Guljas Uploaders: Debian Python Modules Team -Build-Depends: debhelper (>= 7.0.50), python (>= 2.5), python-support (>= 0.8.4) -XS-Python-Version: >= 2.5 -Standards-Version: 3.9.0 +Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5) +Standards-Version: 3.9.2 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}, python-boto, python-fuse, python-xattr, python-paramiko, python-wxgtk2.8, python-pyinotify, python-django -Suggests: python-pyftpdlib -XB-Python-Version: ${python:Versions} +Depends: ${misc:Depends}, ${python:Depends}, python-fuse, python-xattr, python-pyinotify +Recommends: python-django, python-boto, python-paramiko +Suggests: python-pyftpdlib, python-wxgtk2.8 Provides: ${python:Provides} Description: Python filesystem abstraction Pyfilesystem is a Python module that provides a common interface to many types diff -Nru python-fs-0.3.0/debian/copyright python-fs-0.3.0/debian/copyright --- python-fs-0.3.0/debian/copyright 2010-06-30 15:45:05.000000000 +0000 +++ python-fs-0.3.0/debian/copyright 2011-08-02 13:50:29.000000000 +0000 @@ -1,45 +1,11 @@ -This package was debianized by Janos Guljas on -Sun, 20 Jun 2010 21:36:23 +0200. - -The Debian packaging is Copyright 2010, Janos Guljas . -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. 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. -3. Neither the name of the Janos Guljas nor the names of his contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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. - - -It was downloaded from http://code.google.com/p/pyfilesystem/ - - -Upstream Authors: - Will McGugan - Ryan Kelly - - -Python Software Foundation License -================================== - +Format: http://dep.debian.net/deps/dep5/ +Upstream-Name: Pyfilesystem +Upstream-Contact: Will McGugan , Ryan Kelly +Source: http://code.google.com/p/pyfilesystem/ + +Files: * +Copyright: 2009-2010, Will McGugan and contributors +License: PSF A. HISTORY OF THE SOFTWARE ========================== @@ -310,13 +276,9 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - - -File fs/expose/fuse/fuse_ctypes.py ----------------------------------- - - Copyright (c) 2008 Giorgos Verigakis - +Files: fs/expose/fuse/fuse_ctypes.py +Copyright: 2008 Giorgos Verigakis +License: ISC 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. @@ -328,3 +290,30 @@ 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. + +Files: debian/* +Copyright: 2011 Janos Guljas +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: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. 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. + 3. Neither the name of the Janos Guljas nor the names of his contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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. diff -Nru python-fs-0.3.0/debian/rules python-fs-0.3.0/debian/rules --- python-fs-0.3.0/debian/rules 2010-06-27 20:02:03.000000000 +0000 +++ python-fs-0.3.0/debian/rules 2011-08-02 13:50:29.000000000 +0000 @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with python2