r35034 - in /trunk/libdata-treedumper-perl/debian: ./ README.source changelog compat control copyright examples patches/ patches/01-fix-pod.patch patches/02-install-module.patch patches/series rules watch
roam-guest at users.alioth.debian.org
roam-guest at users.alioth.debian.org
Fri May 8 14:50:16 UTC 2009
Author: roam-guest
Date: Fri May 8 14:50:11 2009
New Revision: 35034
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35034
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
trunk/libdata-treedumper-perl/debian/
trunk/libdata-treedumper-perl/debian/README.source
trunk/libdata-treedumper-perl/debian/changelog
trunk/libdata-treedumper-perl/debian/compat
trunk/libdata-treedumper-perl/debian/control
trunk/libdata-treedumper-perl/debian/copyright
trunk/libdata-treedumper-perl/debian/examples
trunk/libdata-treedumper-perl/debian/patches/
trunk/libdata-treedumper-perl/debian/patches/01-fix-pod.patch
trunk/libdata-treedumper-perl/debian/patches/02-install-module.patch
trunk/libdata-treedumper-perl/debian/patches/series
trunk/libdata-treedumper-perl/debian/rules (with props)
trunk/libdata-treedumper-perl/debian/watch
Added: trunk/libdata-treedumper-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-treedumper-perl/debian/README.source?rev=35034&op=file
==============================================================================
--- trunk/libdata-treedumper-perl/debian/README.source (added)
+++ trunk/libdata-treedumper-perl/debian/README.source Fri May 8 14:50:11 2009
@@ -1,0 +1,4 @@
+This package uses quilt for maintaining patches applied to upstream code.
+
+See /usr/share/doc/quilt/README.source contained in the `quilt' package for
+more information.
Added: trunk/libdata-treedumper-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-treedumper-perl/debian/changelog?rev=35034&op=file
==============================================================================
--- trunk/libdata-treedumper-perl/debian/changelog (added)
+++ trunk/libdata-treedumper-perl/debian/changelog Fri May 8 14:50:11 2009
@@ -1,0 +1,10 @@
+libdata-treedumper-perl (0.35-1) UNRELEASED; urgency=low
+
+ WAITS: libcheck-isa-perl - I've packaged it, but it's not in
+ the Debian Perl Group's repository yet, I messed up a bit
+ with a duplicate ITP - see the discussion in #508600 and
+ #526342 for details
+
+ * Initial Release. (Closes: #526338)
+
+ -- Peter Pentchev <roam at ringlet.net> Thu, 30 Apr 2009 16:05:08 +0300
Added: trunk/libdata-treedumper-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-treedumper-perl/debian/compat?rev=35034&op=file
==============================================================================
--- trunk/libdata-treedumper-perl/debian/compat (added)
+++ trunk/libdata-treedumper-perl/debian/compat Fri May 8 14:50:11 2009
@@ -1,0 +1,1 @@
+7
Added: trunk/libdata-treedumper-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-treedumper-perl/debian/control?rev=35034&op=file
==============================================================================
--- trunk/libdata-treedumper-perl/debian/control (added)
+++ trunk/libdata-treedumper-perl/debian/control Fri May 8 14:50:11 2009
@@ -1,0 +1,22 @@
+Source: libdata-treedumper-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), quilt
+Build-Depends-Indep: libcheck-isa-perl, libdevel-size-perl (>= 0.58),
+ libsort-naturally-perl, libterm-size-perl (>= 0.2), perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Peter Pentchev <roam at ringlet.net>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/Data-TreeDumper/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-treedumper-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdata-treedumper-perl/
+
+Package: libdata-treedumper-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libcheck-isa-perl,
+ libdevel-size-perl (>= 0.58), libsort-naturally-perl,
+ libterm-size-perl (>= 0.2)
+Description: Perl module for dumping data structures in various formats
+ Data::TreeDumper dumps Perl variable data in a tree-like fashion and
+ allows the use of various output formatting processors. It also
+ supports various means of filtering and sorting the output.
Added: trunk/libdata-treedumper-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-treedumper-perl/debian/copyright?rev=35034&op=file
==============================================================================
--- trunk/libdata-treedumper-perl/debian/copyright (added)
+++ trunk/libdata-treedumper-perl/debian/copyright Fri May 8 14:50:11 2009
@@ -1,0 +1,27 @@
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Khemir Nadim ibn Hamouda <nadim at khemir.net>
+Upstream-Source: http://search.cpan.org/dist/Data-TreeDumper/
+Upstream-Name: Data-TreeDumper
+
+Files: *
+Copyright: Khemir Nadim ibn Hamouda <nadim at khemir.net>
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Peter Pentchev <roam at ringlet.net>
+License: Artistic | 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-treedumper-perl/debian/examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-treedumper-perl/debian/examples?rev=35034&op=file
==============================================================================
--- trunk/libdata-treedumper-perl/debian/examples (added)
+++ trunk/libdata-treedumper-perl/debian/examples Fri May 8 14:50:11 2009
@@ -1,0 +1,1 @@
+*.pl
Added: trunk/libdata-treedumper-perl/debian/patches/01-fix-pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-treedumper-perl/debian/patches/01-fix-pod.patch?rev=35034&op=file
==============================================================================
--- trunk/libdata-treedumper-perl/debian/patches/01-fix-pod.patch (added)
+++ trunk/libdata-treedumper-perl/debian/patches/01-fix-pod.patch Fri May 8 14:50:11 2009
@@ -1,0 +1,16 @@
+Fix some POD formatting errors.
+
+--- a/TreeDumper.pm
++++ b/TreeDumper.pm
+@@ -2498,9 +2498,10 @@
+ =item * {RENDERER}{BEGIN} is called before the traversal of the data structure starts. This allows you
+ to setup the document (ex:: html header).
+
+-=over 4
+ my ($title, $type_address, $element, $size, $perl_address, $setup) = @_ ;
+
++=over 4
++
+ =item 1 $title
+
+
Added: trunk/libdata-treedumper-perl/debian/patches/02-install-module.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-treedumper-perl/debian/patches/02-install-module.patch?rev=35034&op=file
==============================================================================
--- trunk/libdata-treedumper-perl/debian/patches/02-install-module.patch (added)
+++ trunk/libdata-treedumper-perl/debian/patches/02-install-module.patch Fri May 8 14:50:11 2009
@@ -1,0 +1,16 @@
+Only install the actual Perl module, not all the support scripts.
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -19,6 +19,11 @@
+ $prerequisits->{'Win32::Console'} = 0
+ }
+
++sub MY::libscan
++{
++ return $_[1] =~ /\.pm$/? $_[1]: '';
++}
++
+ WriteMakefile(
+ 'NAME' => 'Data::TreeDumper',
+ 'VERSION_FROM' => 'TreeDumper.pm', # finds $VERSION
Added: trunk/libdata-treedumper-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-treedumper-perl/debian/patches/series?rev=35034&op=file
==============================================================================
--- trunk/libdata-treedumper-perl/debian/patches/series (added)
+++ trunk/libdata-treedumper-perl/debian/patches/series Fri May 8 14:50:11 2009
@@ -1,0 +1,2 @@
+01-fix-pod.patch
+02-install-module.patch
Added: trunk/libdata-treedumper-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-treedumper-perl/debian/rules?rev=35034&op=file
==============================================================================
--- trunk/libdata-treedumper-perl/debian/rules (added)
+++ trunk/libdata-treedumper-perl/debian/rules Fri May 8 14:50:11 2009
@@ -1,0 +1,25 @@
+#!/usr/bin/make -f
+
+include /usr/share/quilt/quilt.make
+
+build: build-stamp
+build-stamp: ${QUILT_STAMPFN}
+ dh build
+ touch $@
+
+clean: unpatch
+ 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/libdata-treedumper-perl/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: trunk/libdata-treedumper-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-treedumper-perl/debian/watch?rev=35034&op=file
==============================================================================
--- trunk/libdata-treedumper-perl/debian/watch (added)
+++ trunk/libdata-treedumper-perl/debian/watch Fri May 8 14:50:11 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Data-TreeDumper/ .*/Data-TreeDumper-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
More information about the Pkg-perl-cvs-commits
mailing list