debian/0000755000000000000000000000000011712611054007164 5ustar debian/control0000644000000000000000000000164011712611054010570 0ustar Source: arename Section: sound Priority: optional Maintainer: Debian Perl Group Uploaders: Maximilian Gass , gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-perl/packages/arename.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/arename.git Homepage: http://ft.bewatermyfriend.org/comp/arename.html Package: arename Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libreadonly-perl, libaudio-scan-perl Description: automatic audio file renaming tool arename is a tool that is able to rename audio files by looking at a file's tagging information. It uses this information to assemble a consistent destination file name. The user can define the format of the destination filename by the use of template strings. debian/copyright0000644000000000000000000000330511712611054011120 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=208 Upstream-Name: arename Upstream-Contact: 2007-2009, Frank Terbeck Source: https://github.com/ft/arename Files: * Copyright: 2007-2011, Frank Terbeck License: BSD-2-clause Files: debian/* Copyright: 2009, Maximilian Gass 2012, gregor herrmann License: BSD-2-clause License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS OF THE PROJECT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/watch0000644000000000000000000000026611712611054010221 0ustar version=3 # don't use this: # http://githubredir.debian.net/github/ft/arename/ v?([\d.]+)\.tar\.gz https://github.com/ft/arename/downloads .*/ft/arename/arename-([\d.]+)\.tar\.gz$ debian/patches/0000755000000000000000000000000011712611054010613 5ustar debian/patches/spelling.patch0000644000000000000000000000110611712611054013447 0ustar Description: typo Origin: vendor Forwarded: http://lists.debian.org/debian-perl/2012/02/msg00009.html Author: gregor herrmann Last-Update: 2012-02-02 --- a/arename.in +++ b/arename.in @@ -883,7 +883,7 @@ =back -Backslashes are special in template strings, becuase they are used to +Backslashes are special in template strings, because they are used to quote characters that bear special meaning (for example, to get a ampersand character, you need to use "B<\&>"). To get an actual backslash in the resulting string, you need to use a backslash, quoted debian/patches/series0000644000000000000000000000003511712611054012026 0ustar spelling.patch VERSION.patch debian/patches/VERSION.patch0000644000000000000000000000051511712611054012762 0ustar Description: add the VERSION file This is in the released tarball but not in the tag tarball from github used for the 4.0 upload. Can be safely removed with the next release (sic!). Forwarded: not-needed Author: gregor herrmann Last-Update: 2012-02-02 --- /dev/null +++ arename-4.0/VERSION @@ -0,0 +1 @@ +4.0 debian/compat0000644000000000000000000000000211712611054010362 0ustar 8 debian/changelog0000644000000000000000000000336211712611054011042 0ustar arename (4.0-2) unstable; urgency=low * debian/watch: point to released tarballs. * Add VERSION.patch to get the version into the scripts and the manpages. Thanks to Frank Terbeck for pointing out my mistake and his help with fixing it. -- gregor herrmann Thu, 02 Feb 2012 23:44:57 +0100 arename (4.0-1) unstable; urgency=low * Take over for the Debian Perl Group on maintainer's request (http://lists.debian.org/debian-perl/2012/01/msg00091.html) * debian/control: Changed: Maintainer set to Debian Perl Group (was: Maximilian Gass ); Maximilian Gass moved to Uploaders. * debian/watch: use githubredir.debian.net. * New upstream release. * Switch to "3.0 (quilt)" source format. * debian/copyright: update years of upstream and packaging copyright, refresh formatting. * Update debian/rules to upstream changes. * Switch to debhelper compatibility level 8. * Bump Standards-Version to 3.9.2 (no changes). * Add perl to Build-Depends-Indep. * Replace lib{mp3,flac,ogg}*-perl with libaudio-scan-perl in Depends:. (Closes: 655406) * Add a patch to fix a documentation typo. * Add /me to Uploaders. * Add debian/NEWS to point to the UPGRADING file. * Update Vcs-* headers. -- gregor herrmann Thu, 02 Feb 2012 19:45:59 +0100 arename (3.1-1) unstable; urgency=low * New upstream release * Add Vcs headers to debian/control -- Maximilian Gass Wed, 25 Nov 2009 16:02:55 +0100 arename (3.0-1) unstable; urgency=low * Initial release (Closes: #549353) -- Maximilian Gass Fri, 02 Oct 2009 19:17:07 +0200 debian/NEWS0000644000000000000000000000073411712611054007667 0ustar arename (4.0-1) unstable; urgency=low Upstream says: Major version upgrades (e.g. v3 to v4) may break backward compatibility in one or more aspects of the application. This document [0] outlines which parts of arename's new version need to be considered and possibly checked before using it regularly instead of the prior major release. [0] installed as /usr/share/doc/arename/UPGRADING -- gregor herrmann Thu, 02 Feb 2012 19:41:29 +0100 debian/source/0000755000000000000000000000000011712611054010464 5ustar debian/source/format0000644000000000000000000000001411712611054011672 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000102011712611054010235 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_build: $(MAKE) genperlscripts $(MAKE) doc override_dh_auto_test: # test requires audio test data and LAME override_dh_auto_install: $(MAKE) install prefix=$(TMP)/usr libpath=share/perl5 $(MAKE) install-doc prefix=$(TMP)/usr $(RM) $(TMP)/usr/share/doc/arename/CHANGES $(RM) $(TMP)/usr/share/doc/arename/LICENCE $(RM) $(TMP)/usr/share/doc/arename/README $(RM) $(TMP)/usr/share/doc/arename/*.html