debian/0000755000000000000000000000000012076334324007172 5ustar debian/rules0000755000000000000000000000003612076334324010251 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000163412076334324010601 0ustar Source: libbusiness-ismn-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl, libtest-prereq-perl, libtie-cycle-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libbusiness-ismn-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libbusiness-ismn-perl.git Homepage: https://metacpan.org/release/Business-ISMN/ Package: libbusiness-ismn-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libtie-cycle-perl Description: module for International Standard Music Numbers Business::ISMN is a module for working with International Standard Music Numbers. It allows one to format, query, convert, or validate them, and to print barcodes. debian/source/0000755000000000000000000000000012076334324010472 5ustar debian/source/format0000644000000000000000000000001412076334324011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000024712076334324011047 0ustar libbusiness-ismn-perl (1.11-1) unstable; urgency=low * Initial release (closes: #698458). -- gregor herrmann Fri, 18 Jan 2013 22:04:16 +0100 debian/compat0000644000000000000000000000000212076334324010370 0ustar 8 debian/patches/0000755000000000000000000000000012076334324010621 5ustar debian/patches/series0000644000000000000000000000002612076334324012034 0ustar manpage-section.patch debian/patches/manpage-section.patch0000644000000000000000000000067112076334324014720 0ustar Description: fix manpage section Origin: vendor Forwarded: not-needed Author: gregor herrmann Last-Update: 2013-01-18 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,7 +20,7 @@ }, 'MAN3PODS' => { - 'lib/ISMN.pm' => '$(INST_MAN3DIR)/Business::ISMN.3', + 'lib/ISMN.pm' => '$(INST_MAN3DIR)/Business::ISMN.3pm', }, clean => { FILES => 'Business-ISMN-*' }, debian/copyright0000644000000000000000000000203612076334324011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Business-ISMN Source: https://metacpan.org/release/Business-ISMN/ Upstream-Contact: brian d foy Files: * Copyright: 2001-2007, brian d foy License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000017012076334324010221 0ustar version=3 https://metacpan.org/release/Business-ISMN/ .*/Business-ISMN-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$