r29591 - in /trunk/libdevel-dumpvar-perl/debian: ./ changelog compat control copyright rules watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Jan 12 13:04:02 UTC 2009


Author: dmn
Date: Mon Jan 12 13:03:59 2009
New Revision: 29591

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

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

Added: trunk/libdevel-dumpvar-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-dumpvar-perl/debian/changelog?rev=29591&op=file
==============================================================================
--- trunk/libdevel-dumpvar-perl/debian/changelog (added)
+++ trunk/libdevel-dumpvar-perl/debian/changelog Mon Jan 12 13:03:59 2009
@@ -1,0 +1,5 @@
+libdevel-dumpvar-perl (0.04-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #511388)
+
+ -- Damyan Ivanov <dmn at debian.org>  Mon, 12 Jan 2009 14:40:10 +0200

Added: trunk/libdevel-dumpvar-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-dumpvar-perl/debian/compat?rev=29591&op=file
==============================================================================
--- trunk/libdevel-dumpvar-perl/debian/compat (added)
+++ trunk/libdevel-dumpvar-perl/debian/compat Mon Jan 12 13:03:59 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libdevel-dumpvar-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-dumpvar-perl/debian/control?rev=29591&op=file
==============================================================================
--- trunk/libdevel-dumpvar-perl/debian/control (added)
+++ trunk/libdevel-dumpvar-perl/debian/control Mon Jan 12 13:03:59 2009
@@ -1,0 +1,26 @@
+Source: libdevel-dumpvar-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), libtest-pod-perl
+Build-Conflicts: libtest-minimumversion-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Devel-Dumpvar/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-dumpvar-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdevel-dumpvar-perl/
+
+Package: libdevel-dumpvar-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Object oriented, pretty dumping of Perl variables
+ Devel::Dumpvar is a pure object-orientated reimplementation of the
+ same functionality. This makes it much more versatile version to use
+ for dumping information to debug log files or other uses where you
+ don't need to reassemble the data.
+ .
+ Devel::Dumpvar is a rewritten version of dumpvar.pl, the module used by the
+ perl's debugger to display variables in human-readable form, containing a lot
+ of extra information without the burden of needing to allow the dump to be
+ re-assembled into the original data.

Added: trunk/libdevel-dumpvar-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-dumpvar-perl/debian/copyright?rev=29591&op=file
==============================================================================
--- trunk/libdevel-dumpvar-perl/debian/copyright (added)
+++ trunk/libdevel-dumpvar-perl/debian/copyright Mon Jan 12 13:03:59 2009
@@ -1,0 +1,38 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Adam Kennedy <adamk at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Devel-Dumpvar/
+Upstream-Name: Devel-Dumpvar
+
+Files: *
+Copyright: Copyright 2004 -2006 Adam Kennedy <adamk at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+ This program is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+
+Files: inc/*
+Copyright: Copyright 2002 - 2008 by Brian Ingerson, Audrey Tang and Adam Kennedy
+License: GPL-1+ | Artistic
+ This program is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+
+Files: debian/*
+Copyright: 2009, Damyan Ivanov <dmn at debian.org>
+License: Artistic | GPL-1+
+ Packaging files are free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+
+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/libdevel-dumpvar-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-dumpvar-perl/debian/rules?rev=29591&op=file
==============================================================================
--- trunk/libdevel-dumpvar-perl/debian/rules (added)
+++ trunk/libdevel-dumpvar-perl/debian/rules Mon Jan 12 13:03:59 2009
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	AUTOMATED_TESTING=1 dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libdevel-dumpvar-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdevel-dumpvar-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-dumpvar-perl/debian/watch?rev=29591&op=file
==============================================================================
--- trunk/libdevel-dumpvar-perl/debian/watch (added)
+++ trunk/libdevel-dumpvar-perl/debian/watch Mon Jan 12 13:03:59 2009
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Devel-Dumpvar/   .*/Devel-Dumpvar-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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