debian/0000755000000000000000000000000012225647221007171 5ustar debian/docs0000644000000000000000000000000712225640034010034 0ustar README debian/watch0000644000000000000000000000011412225643165010221 0ustar version=3 https://pypi.python.org/packages/source/P/PyMTP/PyMTP-(.*).tar.gz debian/copyright0000644000000000000000000000211112225640034011112 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: PyMTP Source: https://pypi.python.org/pypi/PyMTP Upstream-Authors: Nick Devito (nick@nick125.com) Files: * Copyright: 2008 (C) Nick Devito (nick@nick125.com) License: GPL-3+ Files: debian/* Copyright: (C) 2008 Thomas Perl (C) 2009 Rafael Laboissiere (C) 2010-2013 tony mancill License: GPL-3+ License: GPL-3+ 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, either version 3 of the License, or (at your option) any later version. . 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. . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. debian/gbp.conf0000644000000000000000000000024512225642031010603 0ustar [DEFAULT] upstream-branch = upstream debian-branch = master upstream-tag = upstream/%(version)s debian-tag = debian/%(version)s pristine-tar = True sign-tags = True debian/changelog0000644000000000000000000000426512225647221011052 0ustar pymtp (0.0.6-1) unstable; urgency=low [ tony mancill ] * New upstream release. (Closes: #633144) * Add Vcs fields to debian/control. * Bump Standards-Version to 3.9.4. * Rework debian/copyright. [ Hans-Christoph Steiner ] * remove patches, they are now included upstream -- Hans-Christoph Steiner Thu, 10 Oct 2013 20:25:58 -0400 pymtp (0.0.4-4) unstable; urgency=low * Remove hard-coded dependency on python-support (Closes: #642461) - Thanks to Jakub Wilk * Set debian/compat to 7 * Update debian/rules * Add debian/README.source * Change to source/format 3.0 (quilt) -- tony mancill Thu, 22 Sep 2011 21:59:39 -0700 pymtp (0.0.4-3) unstable; urgency=low * Update libmtp dependency from libmtp8 -> libmtp9 (Closes: #638150) * Fix lintian warning about missing version on python-support. * Bump standards version to 3.9.2. (No changes necessary.) -- tony mancill Wed, 17 Aug 2011 13:51:39 -0700 pymtp (0.0.4-2) unstable; urgency=low * Add python-support to depends. (Closes: #591997) * Add myself to Uploaders. * Acknowledge libmtp transition NMU. (Closes: #521726) -- tony mancill Wed, 11 Aug 2010 06:21:01 -0700 pymtp (0.0.4-1.1) unstable; urgency=low * Non-maintainer upload, for unblocking the libmtp7 -> libmtp8 transition (closes: #521726), with approval of the package maintainer and the Debian Release Team, cf : http://lists.debian.org/debian-release/2009/04/msg00018.html * debian/control: + (Depends) Depends on libmtp8 + (Build-Depends) Add quilt * debian/patches/adapt-to-libmtp8.diff: Adapt upstream source to libmtp8: + pymtp.py: Functions changed: - MTP.send_file_from_file - MTP.send_track_from_file - MTP.create_new_playlist - MTP.create_folder + examples/send{file,track}.py: Adjust * debian/rules (clean): + (build, clean) Adapt to quilt + (clean) Remove build/ directory -- Rafael Laboissiere Thu, 02 Apr 2009 22:17:24 +0200 pymtp (0.0.4-1) unstable; urgency=low * Initial release (Closes: #489547) -- Thomas Perl Sun, 06 Jul 2008 21:57:21 +0200 debian/control0000644000000000000000000000171012225642130010565 0ustar Source: pymtp Section: python Priority: extra Maintainer: Thomas Perl Uploaders: tony mancill , Hans-Christoph Steiner Build-Depends: debhelper (>= 7.0.50~), python, python-support (>= 0.90) Standards-Version: 3.9.4 XS-Python-Version: all XB-Python-Version: ${python:Versions} Homepage: https://pypi.python.org/pypi/PyMTP Vcs-Git: git://anonscm.debian.org/collab-maint/pymtp.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/pymtp.git Package: python-pymtp Architecture: all Depends: python, libmtp9, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: python-id3 Description: Pythonic binding to LibMTP to interact with MTP devices PyMTP is a Pythonic binding to LibMTP that allows Python programs to interact with LibMTP-supported devices. These devices include several popular MP3 players, including Creative Zen, several iRiver devices, NormSoft Pocket Tunes and many others. debian/compat0000644000000000000000000000000212225640034010362 0ustar 7 debian/README.source0000644000000000000000000000036412225641675011362 0ustar This package uses quilt to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. See /usr/share/doc/quilt/README.source for a detailed explanation. debian/python-pymtp.examples0000644000000000000000000000023612225641675013431 0ustar examples/deleteobject.py examples/deviceinfo.py examples/mtpshell.py examples/newfolder.py examples/newplaylist.py examples/sendfile.py examples/sendtrack.py debian/rules0000755000000000000000000000043312225640034010244 0ustar #!/usr/bin/make -f PREFIX := debian/python-pymtp/usr %: dh $@ override_dh_auto_install: dh_auto_install # Add here commands to install the package into debian/python-pymtp. python setup.py install --no-compile \ --install-lib=$(PREFIX)/share/python-support/python-pymtp debian/source/0000755000000000000000000000000012225641675010500 5ustar debian/source/format0000644000000000000000000000001412225641675011706 0ustar 3.0 (quilt)