debian/0000755000000000000000000000000012233553713007172 5ustar debian/compat0000644000000000000000000000000212222645671010373 0ustar 9 debian/clean0000644000000000000000000000002212222650167010170 0ustar __pycache__/*.pyc debian/watch0000644000000000000000000000021612223012712010206 0ustar version=3 opts="uversionmangle=s/-beta/~beta/" \ http://jonnyjd.github.io/musicbrainz-isrcsubmit/download \ .*/isrcsubmit-(.*)\.tar\.gz debian/control0000644000000000000000000000220112233476173010574 0ustar Source: isrcsubmit Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Sebastian Ramacher Build-Depends: debhelper (>= 9), dh-python, python3, python3-libdiscid, python3-musicbrainzngs (>= 0.4), python3-sphinx Standards-Version: 3.9.5 Homepage: http://jonnyjd.github.io/musicbrainz-isrcsubmit/ X-Python3-Version: >= 3.1 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/isrcsubmit.git Vcs-Git: git://anonscm.debian.org/pkg-multimedia/isrcsubmit.git -b master Package: isrcsubmit Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-libdiscid, python3-musicbrainzngs (>= 0.4) Recommends: cdrdao, www-browser, xdg-utils Description: extract ISRCs from audio CDs and submit them to MusicBrainz isrcsubmit is a command line utility to extract International Standard Recording Codes (ISRC) from audio CDs. It allows one to submit the extracted data to MusicBrainz. ISRCs are used to uniquely identify sound and music video recordings. . A valid MusicBrainz account is required to submit ISRCs. debian/copyright0000644000000000000000000000221412223014756011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: isrcsubmit Upstream-Contact: Johannes Dewender Source: http://jonnyjd.github.io/musicbrainz-isrcsubmit/ Files: * Copyright: 2010-2013 Johannes Dewender License: GPL-3+ Files: debian/* Copyright: 2013 Sebastian Ramacher 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. . 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 can be found in /usr/share/common-licenses/GPL-3 file. debian/rules0000755000000000000000000000100312223022615010233 0ustar #! /usr/bin/make -f %: dh $@ --with python3 override_dh_auto_clean: rm -rf build override_dh_auto_build: python3 setup.py build override_dh_auto_install: python3 setup.py install --root=debian/isrcsubmit \ --install-layout=deb \ --install-scripts=/usr/bin # get rid of .py mv debian/isrcsubmit/usr/bin/isrcsubmit.py debian/isrcsubmit/usr/bin/isrcsubmit # there is no point in installing the egg rm -rf debian/isrcsubmit/usr/lib override_dh_installchangelogs: dh_installchangelogs CHANGES.markdown debian/gbp.conf0000644000000000000000000000012012223005053010566 0ustar [DEFAULT] pristine-tar = True debian-branch = master upstream-branch = upstream debian/source/0000755000000000000000000000000012223017607010466 5ustar debian/source/format0000644000000000000000000000001412222645701011675 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000071012233553632011042 0ustar isrcsubmit (2.0.0~beta.5-1) unstable; urgency=low * Upload to unstable. * New upstream release. * debian/patches: Removed, no longer needed. * debian/control: Bump Standards-Version to 3.9.5. -- Sebastian Ramacher Mon, 28 Oct 2013 22:31:00 +0100 isrcsubmit (2.0.0~beta.4-1) experimental; urgency=low * Initial release. (Closes: #725179) -- Sebastian Ramacher Wed, 02 Oct 2013 16:03:55 +0200