debian/0000755000000000000000000000000011713032747007173 5ustar debian/source/0000755000000000000000000000000011713032717010470 5ustar debian/source/format0000644000000000000000000000001411712541076011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000023311713032544011036 0ustar pylast (0.5.11-1) unstable; urgency=low * Initial release (Closes: #658253) -- Simon Chopin Fri, 03 Feb 2012 21:28:36 +0200 debian/control0000644000000000000000000000262311712541076010600 0ustar Source: pylast Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Simon Chopin Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3~), python3-all (>= 3.1.3-12~) X-Python-Version: >=2.6 X-Python3-Version: >=3.0 Standards-Version: 3.9.2 Homepage: http://code.google.com/p/pylast/ Vcs-Svn: svn://svn.debian.org/python-modules/packages/pylast/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pylast/trunk/ Package: python-pylast Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: Python interface to Last.fm and other compatible services Last.fm is a service providing a way to keep a record of what the users listen to and offering music recommendations based on that record. . This interface allows access to all the data exposed by the Last.fm API as well as to the scrobbling functionality. Package: python3-pylast Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Description: Python 3 interface to Last.fm and other compatible services Last.fm is a service providing a way to keep a record of what the users listen to and offering music recommendations based on that record. . This interface allows access to all the data exposed by the Last.fm API as well as to the scrobbling functionality. . This package provides the Python 3 module. debian/copyright0000644000000000000000000000170711712541076011132 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: pylast Source: http://code.google.com/p/pylast/ Files: * Copyright: 2008-2011 Amr Hassan License: Apache-2.0 Files: debian/* Copyright: 2012 Simon Chopin License: Apache-2.0 License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the complete text of the Apache License, Version 2.0 can be found in "/usr/share/common-licenses/Apache-2.0". debian/rules0000755000000000000000000000140711712541076010254 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2,python3 PYVERS := $(shell pyversions -r) PY3VERS := $(shell py3versions -r) override_dh_auto_build: set -ex; \ for py in $(PYVERS) $(PY3VERS); do \ $$py setup.py build; \ done override_dh_auto_install: set -ex; \ for py in $(PYVERS); do \ $$py setup.py install --skip-build --no-compile \ --root debian/python-pylast \ --install-layout=deb; \ done set -ex; \ for py in $(PY3VERS); do \ $$py setup.py install --skip-build --no-compile \ --root debian/python3-pylast \ --install-layout=deb; \ done override_dh_auto_clean: dh_auto_clean rm build/ -rf debian/watch0000644000000000000000000000011611712541076010221 0ustar version=3 http://pypi.python.org/packages/source/p/pylast/pylast-(.+).tar.gz debian/docs0000644000000000000000000000000711712541076010042 0ustar README debian/compat0000644000000000000000000000000211712541076010370 0ustar 8