r62306 - in /trunk/librtf-writer-perl: ./ debian/ debian/changelog debian/compat debian/control debian/copyright debian/librtf-writer-perl.docs debian/librtf-writer-perl.examples debian/rules debian/watch works_with_svn-buildpackage

moeller at users.alioth.debian.org moeller at users.alioth.debian.org
Sat Sep 4 21:25:14 UTC 2010


Author: moeller
Date: Sat Sep  4 21:24:52 2010
New Revision: 62306

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62306
Log:
New package, now in NEW QUEUE
http://ftp-master.debian.org/new/libmath-bezier-perl_0.01-1.html

Added:
    trunk/librtf-writer-perl/
    trunk/librtf-writer-perl/debian/   (with props)
    trunk/librtf-writer-perl/debian/changelog
    trunk/librtf-writer-perl/debian/compat
    trunk/librtf-writer-perl/debian/control
    trunk/librtf-writer-perl/debian/copyright
    trunk/librtf-writer-perl/debian/librtf-writer-perl.docs
    trunk/librtf-writer-perl/debian/librtf-writer-perl.examples
    trunk/librtf-writer-perl/debian/rules   (with props)
    trunk/librtf-writer-perl/debian/watch
    trunk/librtf-writer-perl/works_with_svn-buildpackage

Propchange: trunk/librtf-writer-perl/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: trunk/librtf-writer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librtf-writer-perl/debian/changelog?rev=62306&op=file
==============================================================================
--- trunk/librtf-writer-perl/debian/changelog (added)
+++ trunk/librtf-writer-perl/debian/changelog Sat Sep  4 21:24:52 2010
@@ -1,0 +1,5 @@
+librtf-writer-perl (1.11-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #592523)
+
+ -- Richard Holland <holland at eaglegenomics.com>  Thu, 19 Aug 2010 11:18:11 +0200

Added: trunk/librtf-writer-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librtf-writer-perl/debian/compat?rev=62306&op=file
==============================================================================
--- trunk/librtf-writer-perl/debian/compat (added)
+++ trunk/librtf-writer-perl/debian/compat Sat Sep  4 21:24:52 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/librtf-writer-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librtf-writer-perl/debian/control?rev=62306&op=file
==============================================================================
--- trunk/librtf-writer-perl/debian/control (added)
+++ trunk/librtf-writer-perl/debian/control Sat Sep  4 21:24:52 2010
@@ -1,0 +1,25 @@
+Source: librtf-writer-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
+Maintainer: Richard Holland <holland at eaglegenomics.com>
+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,

Added: trunk/librtf-writer-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librtf-writer-perl/debian/copyright?rev=62306&op=file
==============================================================================
--- trunk/librtf-writer-perl/debian/copyright (added)
+++ trunk/librtf-writer-perl/debian/copyright Sat Sep  4 21:24:52 2010
@@ -1,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Sean M. Burke, sburke at 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 at cpan.org
+License: Artistic
+
+Files: debian/*
+Copyright: 2010, Richard Holland <holland at eaglegenomics.com>
+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'.

Added: trunk/librtf-writer-perl/debian/librtf-writer-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librtf-writer-perl/debian/librtf-writer-perl.docs?rev=62306&op=file
==============================================================================
--- trunk/librtf-writer-perl/debian/librtf-writer-perl.docs (added)
+++ trunk/librtf-writer-perl/debian/librtf-writer-perl.docs Sat Sep  4 21:24:52 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/librtf-writer-perl/debian/librtf-writer-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librtf-writer-perl/debian/librtf-writer-perl.examples?rev=62306&op=file
==============================================================================
--- trunk/librtf-writer-perl/debian/librtf-writer-perl.examples (added)
+++ trunk/librtf-writer-perl/debian/librtf-writer-perl.examples Sat Sep  4 21:24:52 2010
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/librtf-writer-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librtf-writer-perl/debian/rules?rev=62306&op=file
==============================================================================
--- trunk/librtf-writer-perl/debian/rules (added)
+++ trunk/librtf-writer-perl/debian/rules Sat Sep  4 21:24:52 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/librtf-writer-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/librtf-writer-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librtf-writer-perl/debian/watch?rev=62306&op=file
==============================================================================
--- trunk/librtf-writer-perl/debian/watch (added)
+++ trunk/librtf-writer-perl/debian/watch Sat Sep  4 21:24:52 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/RTF-Writer/   .*/RTF-Writer-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

Added: trunk/librtf-writer-perl/works_with_svn-buildpackage
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librtf-writer-perl/works_with_svn-buildpackage?rev=62306&op=file
==============================================================================
    (empty)




More information about the Pkg-perl-cvs-commits mailing list