--- ubuntuone-storage-protocol-0.90.4.orig/debian/rules +++ ubuntuone-storage-protocol-0.90.4/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +DEB_PYTHON_SYSTEM = pycentral +include /usr/share/cdbs/1/class/python-distutils.mk + --- ubuntuone-storage-protocol-0.90.4.orig/debian/changelog +++ ubuntuone-storage-protocol-0.90.4/debian/changelog @@ -0,0 +1,44 @@ +ubuntuone-storage-protocol (0.90.4-0ubuntu1) karmic; urgency=low + + * New upstream release + + -- Rodney Dawes Thu, 16 Jul 2009 16:30:00 -0400 + +ubuntuone-storage-protocol (0.90.3-0ubuntu1) karmic; urgency=low + + * New upstream release + - Fixes LP: #388693 + + -- Rodney Dawes Tue, 30 Jun 2009 12:00:00 -0400 + +ubuntuone-storage-protocol (0.90.2-0ubuntu1) karmic; urgency=low + + * New upstream release + - Fixes LP: #388693 + + -- Rodney Dawes Wed, 17 Jun 2009 17:26:01 -0400 + +ubuntuone-storage-protocol (0.90.0-0) jaunty; urgency=low + + * Beta version release update + + -- Rodney Dawes Thu, 07 May 2009 17:26:01 -0400 + +ubuntuone-storage-protocol (0.1) jaunty; urgency=low + + * Remove python-distutils-extra from Build-Depends as check.py is in contrib + + -- Rodney Dawes Mon, 30 Mar 2009 11:42:01 -0400 + +ubuntuone-storage-protocol (0.1) jaunty; urgency=low + + * Change XS-Python-Version to python 2.5 or higher, we don't support 2.4 + + -- Elliot Murphy (personal) Wed, 25 Mar 2009 06:42:01 -0400 + +ubuntuone-storage-protocol (0.1) hardy; urgency=low + + * Debian packaging + + -- Lucio Torre Thu, 28 Aug 2008 10:31:00 -0400 + --- ubuntuone-storage-protocol-0.90.4.orig/debian/watch +++ ubuntuone-storage-protocol-0.90.4/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://launchpad.net/ubuntuone-storage-protocol/+download .*/ubuntuone-storage-protocol-([0-9.]+)\.tar\.gz + --- ubuntuone-storage-protocol-0.90.4.orig/debian/docs +++ ubuntuone-storage-protocol-0.90.4/debian/docs @@ -0,0 +1,2 @@ +HACKING + --- ubuntuone-storage-protocol-0.90.4.orig/debian/copyright +++ ubuntuone-storage-protocol-0.90.4/debian/copyright @@ -0,0 +1,71 @@ +This package was debianized by Lucio Torre on +Wed, 28 Aug 2008 10:26:00 -0400. + +Upstream Authors: + Tim Cole + John R. Lenton + Lucio Torre + Facundo Batista + James Henstridge + + Leah Culver (oauth.py) + +Copyrights: + + Copyright (C) 2008-2009 Canonical, Ltd. + Copyright (c) 2008 Leah Culver (oauth.py) + +Licenses: + + GNU Affero General Public License version 3 + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU Affero General Public License version 3, + as published by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranties of + MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR + PURPOSE. See the GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + + The MIT License (oauth.py http://code.google.com/p/oauth/) + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + + GNU General Public License version 3 (contrib/check.py) + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3, as published + by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranties of + MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR + PURPOSE. See the GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program. If not, see . + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-3'. + --- ubuntuone-storage-protocol-0.90.4.orig/debian/python-ubuntuone-storageprotocol.examples +++ ubuntuone-storage-protocol-0.90.4/debian/python-ubuntuone-storageprotocol.examples @@ -0,0 +1,3 @@ +samples/easy_client.py +samples/ping_client.py + --- ubuntuone-storage-protocol-0.90.4.orig/debian/pycompat +++ ubuntuone-storage-protocol-0.90.4/debian/pycompat @@ -0,0 +1 @@ +2 --- ubuntuone-storage-protocol-0.90.4.orig/debian/compat +++ ubuntuone-storage-protocol-0.90.4/debian/compat @@ -0,0 +1 @@ +5 --- ubuntuone-storage-protocol-0.90.4.orig/debian/control +++ ubuntuone-storage-protocol-0.90.4/debian/control @@ -0,0 +1,30 @@ +Source: ubuntuone-storage-protocol +Section: python +Priority: optional +XS-Python-Version: >= 2.5 +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Rick McBride +Build-Depends: debhelper (>= 5), + cdbs, + python-all-dev (>= 2.5) +Build-Depends-Indep: protobuf-compiler (> 2.0.3-0ubuntu1), + python-central, + python-twisted-core +Standards-Version: 3.8.2 +Homepage: https://ubuntuone.com + +Package: python-ubuntuone-storageprotocol +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, + python-twisted-core, + python-openssl, + python-protobuf (>= 2.0.3-0ubuntu1), + python-xdg +Provides: ${python:Provides} +Replaces: ubuntuone-storage-protocol +Conflicts: ubuntuone-storage-protocol +Description: Python library for Ubuntu One file storage and sharing service + This package provides the network client library for accessing + Ubuntu One file storage and sharing. This is the Python interface to + Ubuntu One's online file storage and sharing service.