r53648 - in /trunk/liblog-dispatchouli-perl/debian: ./ changelog compat control copyright rules watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Mar 5 15:56:44 UTC 2010


Author: gregoa
Date: Fri Mar  5 15:56:35 2010
New Revision: 53648

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53648
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/liblog-dispatchouli-perl/debian/
    trunk/liblog-dispatchouli-perl/debian/changelog
    trunk/liblog-dispatchouli-perl/debian/compat
    trunk/liblog-dispatchouli-perl/debian/control
    trunk/liblog-dispatchouli-perl/debian/copyright
    trunk/liblog-dispatchouli-perl/debian/rules   (with props)
    trunk/liblog-dispatchouli-perl/debian/watch

Added: trunk/liblog-dispatchouli-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-dispatchouli-perl/debian/changelog?rev=53648&op=file
==============================================================================
--- trunk/liblog-dispatchouli-perl/debian/changelog (added)
+++ trunk/liblog-dispatchouli-perl/debian/changelog Fri Mar  5 15:56:35 2010
@@ -1,0 +1,5 @@
+liblog-dispatchouli-perl (1.100630-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- gregor herrmann <gregoa at debian.org>  Fri, 5 Mar 2010 16:35:07 +0100

Added: trunk/liblog-dispatchouli-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-dispatchouli-perl/debian/compat?rev=53648&op=file
==============================================================================
--- trunk/liblog-dispatchouli-perl/debian/compat (added)
+++ trunk/liblog-dispatchouli-perl/debian/compat Fri Mar  5 15:56:35 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/liblog-dispatchouli-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-dispatchouli-perl/debian/control?rev=53648&op=file
==============================================================================
--- trunk/liblog-dispatchouli-perl/debian/control (added)
+++ trunk/liblog-dispatchouli-perl/debian/control Fri Mar  5 15:56:35 2010
@@ -1,0 +1,39 @@
+Source: liblog-dispatchouli-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libtry-tiny-perl,
+  liblog-dispatch-array-perl, liblog-dispatch-perl, libparams-util-perl,
+  libtest-deep-perl, libstring-flogger-perl,
+  perl (>= 5.10.1) | libtest-simple-perl (>= 0.88),
+  perl (>= 5.10) | libsys-syslog-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Log-Dispatchouli/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblog-dispatchouli-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liblog-dispatchouli-perl/
+
+Package: liblog-dispatchouli-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends},
+  libtry-tiny-perl, liblog-dispatch-array-perl,
+  liblog-dispatch-perl, libparams-util-perl, libtest-deep-perl,
+  libstring-flogger-perl, perl (>= 5.10) | libsys-syslog-perl
+Description: simple wrapper around Log::Dispatch
+ Log::Dispatchouli is a thin layer above Log::Dispatch and meant to make it
+ dead simple to add logging to a program without having to think much about
+ categories, facilities, levels, or things like that. It is meant to make
+ logging just configurable enough that you can find the logs you want and just
+ easy enough that you will actually log things.
+ .
+ Log::Dispatchouli can log to syslog (if you specify a facility), standard
+ error or standard output, to a file, or to an array in memory. That last one
+ is mostly useful for testing.
+ .
+ In addition to providing as simple a way to get a handle for logging
+ operations, Log::Dispatchouli uses String::Flogger to process the things to
+ be logged, meaning you can easily log data structures. Basically: strings are
+ logged as is, arrayrefs are taken as (sprintf format, args), and subroutines
+ are called only if needed. For more information read the String::Flogger
+ docs.

Added: trunk/liblog-dispatchouli-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-dispatchouli-perl/debian/copyright?rev=53648&op=file
==============================================================================
--- trunk/liblog-dispatchouli-perl/debian/copyright (added)
+++ trunk/liblog-dispatchouli-perl/debian/copyright Fri Mar  5 15:56:35 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Ricardo SIGNES <rjbs at cpan.org>
+Source: http://search.cpan.org/dist/Log-Dispatchouli/
+Name: Log-Dispatchouli
+
+Files: *
+Copyright: 2010, Ricardo SIGNES <rjbs at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, gregor herrmann <gregoa at debian.org>
+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 the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/liblog-dispatchouli-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-dispatchouli-perl/debian/rules?rev=53648&op=file
==============================================================================
--- trunk/liblog-dispatchouli-perl/debian/rules (added)
+++ trunk/liblog-dispatchouli-perl/debian/rules Fri Mar  5 15:56:35 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/liblog-dispatchouli-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/liblog-dispatchouli-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-dispatchouli-perl/debian/watch?rev=53648&op=file
==============================================================================
--- trunk/liblog-dispatchouli-perl/debian/watch (added)
+++ trunk/liblog-dispatchouli-perl/debian/watch Fri Mar  5 15:56:35 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Log-Dispatchouli/   .*/Log-Dispatchouli-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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