--- libpod-strip-perl-1.02.orig/debian/control +++ libpod-strip-perl-1.02/debian/control @@ -0,0 +1,21 @@ +Source: libpod-strip-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), libmodule-build-perl +Build-Depends-Indep: perl (>= 5.6.10-12) +Maintainer: Debian Perl Group +Uploaders: Damyan Ivanov +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/Pod-Strip/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpod-strip-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-strip-perl/ + +Package: libpod-strip-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: remove POD documentation from Perl code + Pod::Strip is a subclass of Pod::Simple that removes the POD (plain old + documentation) from Perl code. The POD may optionally be replaced with + comments so that line numbers of the code stay the same. + . + Pod::Strip is useful in Perl code parsers that don't want to bother about POD. --- libpod-strip-perl-1.02.orig/debian/compat +++ libpod-strip-perl-1.02/debian/compat @@ -0,0 +1 @@ +7 --- libpod-strip-perl-1.02.orig/debian/watch +++ libpod-strip-perl-1.02/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/Pod-Strip/ .*/Pod-Strip-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libpod-strip-perl-1.02.orig/debian/rules +++ libpod-strip-perl-1.02/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 --- libpod-strip-perl-1.02.orig/debian/copyright +++ libpod-strip-perl-1.02/debian/copyright @@ -0,0 +1,32 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Thomas Klausner +Upstream-Source: http://search.cpan.org/dist/Pod-Strip/ +Upstream-Name: Pod-Strip + +Files: * +Copyright: Copyright 2004, 2005, 2006 Thomas Klausner, All Rights Reserved. +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: debian/* +Copyright: © 2008, Damyan Ivanov +License: Artistic | GPL-1+ + Packaging is free; you can redistribute it and/or modify it inder 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' --- libpod-strip-perl-1.02.orig/debian/changelog +++ libpod-strip-perl-1.02/debian/changelog @@ -0,0 +1,5 @@ +libpod-strip-perl (1.02-1) unstable; urgency=low + + * Initial Release. Closes: #495020 -- ITP + + -- Damyan Ivanov Thu, 14 Aug 2008 01:27:07 +0300