--- librtf-writer-perl-1.11.orig/debian/rules +++ librtf-writer-perl-1.11/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- librtf-writer-perl-1.11.orig/debian/librtf-writer-perl.examples +++ librtf-writer-perl-1.11/debian/librtf-writer-perl.examples @@ -0,0 +1 @@ +examples/* --- librtf-writer-perl-1.11.orig/debian/watch +++ librtf-writer-perl-1.11/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/RTF-Writer/ .*/RTF-Writer-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- librtf-writer-perl-1.11.orig/debian/control +++ librtf-writer-perl-1.11/debian/control @@ -0,0 +1,25 @@ +Source: librtf-writer-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Richard Holland +Standards-Version: 3.9.1 +Homepage: http://search.cpan.org/dist/RTF-Writer/ + +Package: librtf-writer-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libimage-size-perl +Description: Perl module for creating RTF files. + This module is for generating documents in Rich Text Format. + . + This module is a class; an object belonging to this class acts like + an output filehandle, and calling methods on it causes RTF text to + be written. + . + Incidentally, this module also exports a few useful functions, upon + request. + . + The following documentation assumes some familiarity with the RTF + Specification. Users not already intimately familiar with RTF should + look at RTF::Cookbook and/or my book "RTF Pocket Guide" from O'Reilly, --- librtf-writer-perl-1.11.orig/debian/changelog +++ librtf-writer-perl-1.11/debian/changelog @@ -0,0 +1,5 @@ +librtf-writer-perl (1.11-1) unstable; urgency=low + + * Initial Release. (Closes: #592523) + + -- Richard Holland Thu, 19 Aug 2010 11:18:11 +0200 --- librtf-writer-perl-1.11.orig/debian/copyright +++ librtf-writer-perl-1.11/debian/copyright @@ -0,0 +1,36 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Sean M. Burke, sburke@cpan.org +Source: http://search.cpan.org/dist/RTF-Writer/ +Name: RTF-Writer +DISCLAIMER: This copyright info was automatically extracted + from the perl module. It may not be accurate, so you better + check the module sources in order to ensure the module for its + inclusion in Debian or for general legal information. Please, + if licensing information is incorrectly generated, file a bug + on dh-make-perl. + NOTE: Don't forget to remove this disclaimer once you are happy + with this file. + +Files: * +Copyright: Sean M. Burke, sburke@cpan.org +License: Artistic + +Files: debian/* +Copyright: 2010, Richard Holland +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 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 version 1 of the + General Public License can be found in `/usr/share/common-licenses/GPL-1'. --- librtf-writer-perl-1.11.orig/debian/librtf-writer-perl.docs +++ librtf-writer-perl-1.11/debian/librtf-writer-perl.docs @@ -0,0 +1 @@ +README --- librtf-writer-perl-1.11.orig/debian/compat +++ librtf-writer-perl-1.11/debian/compat @@ -0,0 +1 @@ +7