--- libaudio-scrobbler-perl-0.01.orig/debian/changelog +++ libaudio-scrobbler-perl-0.01/debian/changelog @@ -0,0 +1,49 @@ +libaudio-scrobbler-perl (0.01-2.4) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "missing required debian/rules targets build-arch and/or build- + indep": + Use dh(1) in debian/rules, and add debian/libaudio-scrobbler-perl.docs. + (Closes: #998926) + + -- gregor herrmann Mon, 13 Dec 2021 20:13:15 +0100 + +libaudio-scrobbler-perl (0.01-2.3) unstable; urgency=medium + + * Non-maintainer upload. + * debian/watch: fixed a mistake from previous upload. + + -- Joao Eriberto Mota Filho Sun, 25 Dec 2016 23:53:35 -0200 + +libaudio-scrobbler-perl (0.01-2.2) unstable; urgency=medium + + * Non-maintainer upload. + * Bumped DH level to 10. (Closes: #817524) + * debian/control: + - Added a Homepage field. + - Added a ${misc:Depends} variable. + - Bumped Standards-Version to 3.9.8. + * debian/watch: improved and modernized to avoid any future mistake. + + -- Joao Eriberto Mota Filho Sun, 06 Nov 2016 09:35:50 -0200 + +libaudio-scrobbler-perl (0.01-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Conditionally remove /usr/lib/perl5 (closes: #467661) + + -- Stephen Gran Sat, 05 Apr 2008 12:39:00 +0100 + +libaudio-scrobbler-perl (0.01-2) unstable; urgency=low + + * Add binary-arch target to debian rules (Closes: #395647) + * Conforms with latest Standards Version 3.7.2 + + -- Michael Ablassmeier Sat, 28 Oct 2006 13:35:47 +0200 + +libaudio-scrobbler-perl (0.01-1) unstable; urgency=low + + * Initial Release. (Closes: #347222) + + -- Michael Ablassmeier Mon, 9 Jan 2006 16:13:42 +0100 + --- libaudio-scrobbler-perl-0.01.orig/debian/compat +++ libaudio-scrobbler-perl-0.01/debian/compat @@ -0,0 +1 @@ +10 --- libaudio-scrobbler-perl-0.01.orig/debian/control +++ libaudio-scrobbler-perl-0.01/debian/control @@ -0,0 +1,17 @@ +Source: libaudio-scrobbler-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 10) +Build-Depends-Indep: perl (>= 5.8.0-7), libwww-perl +Maintainer: Michael Ablassmeier +Standards-Version: 3.9.8 +Homepage: http://search.cpan.org/~roam/Audio-Scrobbler-0.01/lib/Audio/Scrobbler.pm + +Package: libaudio-scrobbler-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libconfig-inifiles-perl, libwww-perl +Description: perl interface to audioscrobbler.com/last.fm + The Audio::Scrobbler module provides a Perl interface to the track + submission API of Last.fm's AudioScrobbler - http://www.last.fm. So + far, only track submissions are handled; the future plans include + access to the various statistics. --- libaudio-scrobbler-perl-0.01.orig/debian/copyright +++ libaudio-scrobbler-perl-0.01/debian/copyright @@ -0,0 +1,17 @@ +This is the debian package for the Audio-Scrobbler module. +It was created by Michael Ablassmeier using dh-make-perl. + +It was downloaded from: http://search.cpan.org/~roam/Audio-Scrobbler-0.01/ + +The upstream author is: + +Peter Pentchev, . + +This library is free software; you can redistribute it and/or modify it under +the same terms as Perl itself. + +Check the perl license in /usr/share/doc/perl/copyright. + +You can also read the General Public License and the Artistic License +in /usr/share/common-licenses/GPL and /usr/share/common-licenses/Artistic +respectively. --- libaudio-scrobbler-perl-0.01.orig/debian/examples/scrobbler-helper.conf +++ libaudio-scrobbler-perl-0.01/debian/examples/scrobbler-helper.conf @@ -0,0 +1,10 @@ +# ~/.scrobbler_helper.conf example file +# see `man scrobbler-helper' for detailed +# information +[global] +username=myusername +password=mypassword +# Optional (the default is UTF-8) +default_encoding=windows-1251 +# Optional (the default is "no") +fix_track_name=yes --- libaudio-scrobbler-perl-0.01.orig/debian/libaudio-scrobbler-perl.docs +++ libaudio-scrobbler-perl-0.01/debian/libaudio-scrobbler-perl.docs @@ -0,0 +1 @@ +README --- libaudio-scrobbler-perl-0.01.orig/debian/libaudio-scrobbler-perl.examples +++ libaudio-scrobbler-perl-0.01/debian/libaudio-scrobbler-perl.examples @@ -0,0 +1 @@ +debian/examples/scrobbler-helper.conf --- libaudio-scrobbler-perl-0.01.orig/debian/rules +++ libaudio-scrobbler-perl-0.01/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libaudio-scrobbler-perl-0.01.orig/debian/watch +++ libaudio-scrobbler-perl-0.01/debian/watch @@ -0,0 +1,2 @@ +version=4 +http://www.cpan.org/modules/by-module/Audio/Audio-Scrobbler-(\d\S+)\.(?:tgz|tar\.(?:bz2|gz|xz))