debian/0000755000000000000000000000000011745540037007174 5ustar debian/tvnamer.py0000755000000000000000000000006011742317345011222 0ustar #!/usr/bin/python from main import main main() debian/compat0000644000000000000000000000000211742307423010367 0ustar 8 debian/rules0000755000000000000000000000135511745535775010275 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_clean: dh_clean rm -rf build rm -rf tvnamer.egg-info override_dh_auto_install: # install library in a private location# and script there too, # so a symlink to /usr/bin would avoid to add the dir to sys.path python setup.py install --root=debian/tmp --install-lib=/usr/share/ \ --install-scripts=/usr/share/tvnamer/ --no-compile --install-layout=deb dh_install /usr/share/tvnamer/ rm -f $(CURDIR)/debian/tmp/usr/share/tvnamer/tvnamer dh_install debian/tvnamer.py /usr/share/tvnamer/ override_dh_link: dh_link /usr/share/tvnamer/tvnamer.py /usr/bin/tvnamer override_dh_installdocs: dh_installdocs readme.md debian/watch0000644000000000000000000000012011742307423010213 0ustar version=3 http://pypi.python.org/packages/source/t/tvnamer/tvnamer-(.*)\.tar.gz debian/changelog0000644000000000000000000000022411745537760011055 0ustar tvnamer (2.2.1-1) unstable; urgency=low * Initial release (Closes: #668293) -- Sandro Tosi Tue, 24 Apr 2012 16:59:56 +0200 debian/copyright0000644000000000000000000000436711745536404011144 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: tvnamer Source: https://github.com/dbr/tvnamer Files: * Copyright: Copyright 2011-2012 Ben Dickson (dbr) License: Unlicense This is free and unencumbered software released into the public domain. . Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. . In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. . 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 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. . For more information, please refer to Files: debian/* Copyright: 2012 Sandro Tosi License: GPL-2+ This package 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 2 of the License, or (at your option) any later version. . This package 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 program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/control0000644000000000000000000000124111742307423010572 0ustar Source: tvnamer Section: video Priority: optional Maintainer: Python Applications Packaging Team Uploaders: Sandro Tosi Build-Depends: debhelper (>= 8.0.0), python, python-setuptools, python-support Standards-Version: 3.9.3 X-Python-Version: all Homepage: https://github.com/dbr/tvnamer Package: tvnamer Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-tvdb-api (>= 1.5), python-pkg-resources Description: utility to rename TV-show episodes files Automatically names downloaded/recorded TV-episodes, by parsing filenames and retrieving show-names from www.thetvdb.com debian/source/0000755000000000000000000000000011745540037010474 5ustar debian/source/format0000644000000000000000000000001411742307423011677 0ustar 3.0 (quilt)