debian/0000755000000000000000000000000012244155763007177 5ustar debian/clean0000644000000000000000000000002612244155763010202 0ustar pyOwnCloud.egg-info/* debian/gbp.conf0000644000000000000000000000007112244155763010614 0ustar [DEFAULT] pristine-tar = True pristine-tar-commit = True debian/manpages0000644000000000000000000000001612244155763010712 0ustar doc/oclient.1 debian/source/0000755000000000000000000000000012244155763010477 5ustar debian/source/format0000644000000000000000000000001412244155763011705 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000037012244155763010230 0ustar # Rename this file to "watch" and then you can run the "uscan" command # to check for upstream updates and more. # See uscan(1) for format version=3 https://github.com/csawyerYumaed/pyOwnCloud/tags /csawyerYumaed/pyOwnCloud/archive/v(.*)\.tar\.gz debian/rules0000755000000000000000000000011412244155763010253 0ustar #!/usr/bin/make -f %: dh $@ --with python2 --buildsystem=python_distutils debian/compat0000644000000000000000000000000212244155763010375 0ustar 9 debian/changelog0000644000000000000000000000074012244155763011052 0ustar pyowncloud (0.3.1-1) unstable; urgency=low * New upstream release: - Fix: oclient fails with AttributeError: 'NoneType' (Closes: #714970) * Removed no_version_update.patch * Added debian/gbp.conf * Updated Standards-Version -- Sandro Knauß Sat, 23 Nov 2013 01:58:33 +0100 pyowncloud (0.3-1) unstable; urgency=low * Initial release for debian. (Closes: #704609) -- Sandro Knauß Tue, 14 May 2013 00:53:59 +0200 debian/control0000644000000000000000000000214212244155763010601 0ustar Source: pyowncloud Maintainer: ownCloud for Debian maintainers Uploaders: Sandro Knauß Section: python Priority: optional Build-Depends: python-setuptools, python-all (<< 3.0) , debhelper (>= 9) X-Python-Version: >= 2.6 Vcs-Git: git://anonscm.debian.org/pkg-owncloud/python-owncloud.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-owncloud/python-owncloud.git Homepage: https://github.com/csawyerYumaed/pyOwnCloud Standards-Version: 3.9.5 Package: python-owncloud Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources, libocsync-plugin-owncloud Suggests: python-keyring Description: ownCloud CLI client Syncing files across machines using ownCloud DAV server. . pyOwnCloud uses libocsync to synchronize with the ownCloud server. In addition to ocsyc pyOwnCloud supports different possibilities to read and store the password. You can define the SSL fingerprint for the server and handles special characters in usernames correctly. . pyOwnCloud uses the same configuration file than owncloud-client. debian/copyright0000644000000000000000000000220212244155763011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pyOwnCloud Upstream-Contact: http://lists.cknow.org/listinfo.cgi/pyowncloud-cknow.org Source: https://github.com/csawyerYumaed/pyOwnCloud Files: * Copyright: 2013 pyOwnCloud contributers License: GPL-2 Files: debian/* Copyright: 2013 Sandro Knauß License: GPL-2 License: GPL-2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License 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 warranty of MERCHANTABILITY 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.