debian/0000755000000000000000000000000011772642662007203 5ustar debian/rules0000755000000000000000000000003611772642662010262 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000175211772642662010613 0ustar Source: libtest-notabs-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Nicholas Bamber Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/Test-NoTabs/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-notabs-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-notabs-perl.git Package: libtest-notabs-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: module for scanning for hard tabs in files Test::NoTabs is a Perl test module that scans your project/distribution for any Perl files (scripts, modules, etc) that contain hard tabs (the \t, or 0x09) character. Tabs can render with slightly different width depending on the author's environment, so it's best to use spaces instead. debian/source/0000755000000000000000000000000011772642662010503 5ustar debian/source/format0000644000000000000000000000001411772642662011711 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000164111772642662011057 0ustar libtest-notabs-perl (1.3-1) unstable; urgency=low * Team upload. * New upstream release. -- gregor herrmann Wed, 27 Jun 2012 19:40:57 +0200 libtest-notabs-perl (1.2-1) unstable; urgency=low * Team upload. [ Nicholas Bamber ] * Added myself to Uploaders * New upstream release 1.1 * Raised standards version to 3.9.2 [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * New upstream release 1.2. * debian/copyright: update to Copyright-Format 1.0. * Update years of copyright for inc/*, refresh license stanzas. * Bump Standards-Version to 3.9.3 (no changes). * Set debhelper compatibility level to 8. -- gregor herrmann Sat, 16 Jun 2012 17:34:14 +0200 libtest-notabs-perl (1.0-1) unstable; urgency=low * Initial Release (Closes: #580533) -- Jonathan Yu Thu, 06 May 2010 16:19:44 -0400 debian/compat0000644000000000000000000000000211772642662010401 0ustar 8 debian/copyright0000644000000000000000000000233411772642662011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Test-NoTabs Upstream-Contact: Tomas Doran Source: http://search.cpan.org/dist/Test-NoTabs/ Files: * Copyright: 2006, Nick Gerakines License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Jonathan Yu 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/watch0000644000000000000000000000016311772642662010234 0ustar version=3 http://search.cpan.org/dist/Test-NoTabs/ .*/Test-NoTabs-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$