debian/0000755000000000000000000000000012146465434007177 5ustar debian/rules0000755000000000000000000000003612146465434010256 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000135312146465434010604 0ustar Source: libb-lint-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libb-lint-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libb-lint-perl.git Homepage: https://metacpan.org/release/B-Lint/ Package: libb-lint-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl lint The B::Lint module is equivalent to an extended version of the -w option of perl. It is named after the program lint which carries out a similar process for C programs. debian/source/0000755000000000000000000000000012146465434010477 5ustar debian/source/format0000644000000000000000000000001412146465434011705 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000024012146465434011045 0ustar libb-lint-perl (1.17-1) unstable; urgency=low * Initial Release. (Closes: #707966) -- gregor herrmann Mon, 20 May 2013 20:27:36 +0200 debian/compat0000644000000000000000000000000212146465434010375 0ustar 8 debian/patches/0000755000000000000000000000000012146465434010626 5ustar debian/patches/lib-vs-share.patch0000644000000000000000000000121312146465434014140 0ustar Description: install to /usr/share instead of /usr/lib, like perl-module does Origin: vendor Forwarded: no Author: gregor herrmann Last-Update: 2013-05-19 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,7 +14,7 @@ # B::Lint is a dual-life module. Must install over core for pre-5.12 perls. INSTALLDIRS => $] < 5.012 ? 'perl' : 'site', PM => { - 'lib/B/Lint.pm' => '$(INST_ARCHLIB)/B/Lint.pm', - 'lib/B/Lint/Debug.pm' => '$(INST_ARCHLIB)/B/Lint/Debug.pm', + 'lib/B/Lint.pm' => '$(INST_LIB)/B/Lint.pm', + 'lib/B/Lint/Debug.pm' => '$(INST_LIB)/B/Lint/Debug.pm', }, ); debian/patches/series0000644000000000000000000000002312146465434012036 0ustar lib-vs-share.patch debian/copyright0000644000000000000000000000202112146465434011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: B-Lint Source: https://metacpan.org/release/B-Lint/ Upstream-Contact: Ricardo SIGNES Files: * Copyright: 2007, Joshua ben Jore 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/watch0000644000000000000000000000015212146465434010226 0ustar version=3 https://metacpan.org/release/B-Lint/ .*/B-Lint-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$