--- libtext-greeking-perl-0.12.orig/debian/control +++ libtext-greeking-perl-0.12/debian/control @@ -0,0 +1,31 @@ +Source: libtext-greeking-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7) +Build-Depends-Indep: perl, libtest-pod-perl, libtest-cpan-meta-perl, + libtest-pod-coverage-perl, libtest-distmanifest-perl +Maintainer: Debian Perl Group +Uploaders: Christine Spang , + Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Text-Greeking/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-greeking-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-greeking-perl + +Package: libtext-greeking-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Perl module for generating meaningless filler text + Greeking is the use of random letters or marks to show the overall + appearance of a printed page without showing the actual text. Greeking + is used to make it easy to judge the overall appearance of a document + without being distracted by the meaning of the text. + . + The Text::Greeking module is for quickly generating varying meaningless text + from any source to create this illusion of the content in systems. + . + This module was created to quickly give developers simulated content to + fill systems with simulated content. Instead of static Lorem Ipsum text, + by using randomly generated text and optionally varying word sources, + repetitive and monotonous patterns that do not represent real system + usage is avoided. --- libtext-greeking-perl-0.12.orig/debian/copyright +++ libtext-greeking-perl-0.12/debian/copyright @@ -0,0 +1,20 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Timothy Appnel +Upstream-Source: http://search.cpan.org/dist/Text-Greeking/ +Upstream-Name: Text-Greeking + +Files: * +Copyright: 2005-2009, Timothy Appnel +License: Artistic + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2009, Christine Spang +License: Artistic + +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' --- libtext-greeking-perl-0.12.orig/debian/watch +++ libtext-greeking-perl-0.12/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Text-Greeking/ .*/Text-Greeking-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libtext-greeking-perl-0.12.orig/debian/compat +++ libtext-greeking-perl-0.12/debian/compat @@ -0,0 +1 @@ +7 --- libtext-greeking-perl-0.12.orig/debian/README.source +++ libtext-greeking-perl-0.12/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. --- libtext-greeking-perl-0.12.orig/debian/changelog +++ libtext-greeking-perl-0.12/debian/changelog @@ -0,0 +1,22 @@ +libtext-greeking-perl (0.12-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + + Updated copyright years + * Standards-Version 3.8.3 (no changes) + * Added myself to Uploaders and Copyright + * Updated patch, wrote a description + * Move quilt into B-D as it's needed for dh_clean + * Require dh 7.0.50 for overrides/--with quilt + * Add author tests to B-D-I and enable them + + [ gregor herrmann ] + * Mention full module name in long description. + + -- Jonathan Yu Fri, 28 Aug 2009 07:15:36 -0400 + +libtext-greeking-perl (0.11-1) unstable; urgency=low + + * Initial Release. (Closes: #543582) + + -- Christine Spang Tue, 25 Aug 2009 18:46:58 -0400 --- libtext-greeking-perl-0.12.orig/debian/rules +++ libtext-greeking-perl-0.12/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh --with quilt $@ + +override_dh_auto_test: + AUTOMATED_TESTING=1 MANIFEST_WARN_ONLY=1 dh_auto_test --- libtext-greeking-perl-0.12.orig/debian/patches/pod_errors.patch +++ libtext-greeking-perl-0.12/debian/patches/pod_errors.patch @@ -0,0 +1,24 @@ +Description: Remove =begin pod + Upstream perldoc has =begin pod and =end pod lines + which result in no POD being output at all. +Origin: vendor +Forwarded: no +Author: Christine Spang +Reviewed-by: Jonathan Yu +--- a/lib/Text/Greeking.pm ++++ b/lib/Text/Greeking.pm +@@ -116,8 +116,6 @@ + + __END__ + +-=begin pod +- + =head1 NAME + + Text::Greeking - a module for generating meaningless text +@@ -241,5 +239,3 @@ + reserved. + + =cut +- +-=end pod --- libtext-greeking-perl-0.12.orig/debian/patches/series +++ libtext-greeking-perl-0.12/debian/patches/series @@ -0,0 +1 @@ +pod_errors.patch