--- libtext-findindent-perl-0.03.orig/debian/control +++ libtext-findindent-perl-0.03/debian/control @@ -0,0 +1,23 @@ +Source: libtext-findindent-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-12) +Maintainer: Debian Perl Group +Uploaders: Damyan Ivanov +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/Text-FindIndent/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-findindent-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-findindent-perl/ + +Package: libtext-findindent-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: Heuristically determine the indent style + Text::FindIndent attempts to detect the underlying indent "policy" for a text + file (most likely a source code file). + . + You give it a chink of text, and it tells you if tabs, spaces or combination + of both are used for indentation. + . + It honours Vim midelines and Emacs Local Variables settings. --- libtext-findindent-perl-0.03.orig/debian/compat +++ libtext-findindent-perl-0.03/debian/compat @@ -0,0 +1 @@ +7 --- libtext-findindent-perl-0.03.orig/debian/watch +++ libtext-findindent-perl-0.03/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/Text-FindIndent/ .*/Text-FindIndent-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libtext-findindent-perl-0.03.orig/debian/rules +++ libtext-findindent-perl-0.03/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- libtext-findindent-perl-0.03.orig/debian/copyright +++ libtext-findindent-perl-0.03/debian/copyright @@ -0,0 +1,39 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Adam Kennedy , Steffen Mueller +Upstream-Source: http://search.cpan.org/dist/Text-FindIndent/ +Upstream-Name: Text-FindIndent + +Files: * +Copyright: 2008 Adam Kennedy + 2008 Steffen Mueller +License-Alias: Perl +License: Artistic | GPL-1+ + This program is free software; you can redistribute it and/or modify it under + the same terms as Perl itself. + +Files: inc/* +Copyright: Copyright 2002 - 2008 by Brian Ingerson, Audrey Tang and Adam Kennedy +License: GPL-1+ | Artistic + This program is free software; you can redistribute it and/or modify it under + the same terms as Perl itself. + +Files: debian/* +Copyright: 2009, Damyan Ivanov +License: Artistic | GPL-1+ + Debian packaging is free software; you can redistribute it and/or modify it + under the same terms as Perl itself. + +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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libtext-findindent-perl-0.03.orig/debian/changelog +++ libtext-findindent-perl-0.03/debian/changelog @@ -0,0 +1,5 @@ +libtext-findindent-perl (0.03-1) unstable; urgency=low + + * Initial Release. (Closes: #511659) + + -- Damyan Ivanov Tue, 13 Jan 2009 09:51:54 +0200