r47205 - in /trunk/libdata-dumper-concise-perl/debian: ./ changelog compat control copyright rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Nov 15 03:35:32 UTC 2009


Author: jawnsy-guest
Date: Sun Nov 15 03:35:27 2009
New Revision: 47205

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

Added:
    trunk/libdata-dumper-concise-perl/debian/
    trunk/libdata-dumper-concise-perl/debian/changelog
    trunk/libdata-dumper-concise-perl/debian/compat
    trunk/libdata-dumper-concise-perl/debian/control
    trunk/libdata-dumper-concise-perl/debian/copyright
    trunk/libdata-dumper-concise-perl/debian/rules   (with props)
    trunk/libdata-dumper-concise-perl/debian/watch

Added: trunk/libdata-dumper-concise-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dumper-concise-perl/debian/changelog?rev=47205&op=file
==============================================================================
--- trunk/libdata-dumper-concise-perl/debian/changelog (added)
+++ trunk/libdata-dumper-concise-perl/debian/changelog Sun Nov 15 03:35:27 2009
@@ -1,0 +1,5 @@
+libdata-dumper-concise-perl (1.001-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 14 Nov 2009 18:59:47 -0500

Added: trunk/libdata-dumper-concise-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dumper-concise-perl/debian/compat?rev=47205&op=file
==============================================================================
--- trunk/libdata-dumper-concise-perl/debian/compat (added)
+++ trunk/libdata-dumper-concise-perl/debian/compat Sun Nov 15 03:35:27 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libdata-dumper-concise-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dumper-concise-perl/debian/control?rev=47205&op=file
==============================================================================
--- trunk/libdata-dumper-concise-perl/debian/control (added)
+++ trunk/libdata-dumper-concise-perl/debian/control Sun Nov 15 03:35:27 2009
@@ -1,0 +1,32 @@
+Source: libdata-dumper-concise-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.8.9)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Data-Dumper-Concise/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-dumper-concise-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdata-dumper-concise-perl/
+
+Package: libdata-dumper-concise-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.6.0)
+Description: Less indentation and newlines plus sub deparsing
+ Data::Dumper::Concise always exports a single function, Dumper, which can be
+ called with a single reference value to dump that value or with no arguments
+ to return the Data::Dumper object it's created.
+ .
+ It exists, fundamentally, as a convenient way to reproduce a set of Dumper
+ options that we've found ourselves using across large numbers of
+ applications, primarily for debugging output.
+ .
+ The principle guiding theme is "all the concision you can get while still
+ having a useful dump and not doing anything cleverer than setting
+ Data::Dumper options" - it's been pointed out to us that Data::Dump::Streamer
+ can produce shorter output with less lines of code. We know. This is simpler
+ and we've never seen it segfault. But for complex/weird structures, it
+ generally rocks. You should use it as well, when Concise is underkill. We do.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libdata-dumper-concise-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dumper-concise-perl/debian/copyright?rev=47205&op=file
==============================================================================
--- trunk/libdata-dumper-concise-perl/debian/copyright (added)
+++ trunk/libdata-dumper-concise-perl/debian/copyright Sun Nov 15 03:35:27 2009
@@ -1,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Matt S. Trout <mst at shadowcat.co.uk>
+Source: http://search.cpan.org/dist/Data-Dumper-Concise/
+Name: Data-Dumper-Concise
+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: Matt S. Trout <mst at shadowcat.co.uk>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <jawnsy at cpan.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/libdata-dumper-concise-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dumper-concise-perl/debian/rules?rev=47205&op=file
==============================================================================
--- trunk/libdata-dumper-concise-perl/debian/rules (added)
+++ trunk/libdata-dumper-concise-perl/debian/rules Sun Nov 15 03:35:27 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libdata-dumper-concise-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdata-dumper-concise-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dumper-concise-perl/debian/watch?rev=47205&op=file
==============================================================================
--- trunk/libdata-dumper-concise-perl/debian/watch (added)
+++ trunk/libdata-dumper-concise-perl/debian/watch Sun Nov 15 03:35:27 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Data-Dumper-Concise/   .*/Data-Dumper-Concise-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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