r36795 - in /trunk/libwx-perl-datawalker-perl/debian: ./ changelog compat control copyright rules watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat May 30 09:23:27 UTC 2009


Author: ryan52-guest
Date: Sat May 30 09:23:23 2009
New Revision: 36795

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

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

Added: trunk/libwx-perl-datawalker-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl-datawalker-perl/debian/changelog?rev=36795&op=file
==============================================================================
--- trunk/libwx-perl-datawalker-perl/debian/changelog (added)
+++ trunk/libwx-perl-datawalker-perl/debian/changelog Sat May 30 09:23:23 2009
@@ -1,0 +1,5 @@
+libwx-perl-datawalker-perl (0.02-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 18 May 2009 21:39:36 -0700

Added: trunk/libwx-perl-datawalker-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl-datawalker-perl/debian/compat?rev=36795&op=file
==============================================================================
--- trunk/libwx-perl-datawalker-perl/debian/compat (added)
+++ trunk/libwx-perl-datawalker-perl/debian/compat Sat May 30 09:23:23 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libwx-perl-datawalker-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl-datawalker-perl/debian/control?rev=36795&op=file
==============================================================================
--- trunk/libwx-perl-datawalker-perl/debian/control (added)
+++ trunk/libwx-perl-datawalker-perl/debian/control Sat May 30 09:23:23 2009
@@ -1,0 +1,30 @@
+Source: libwx-perl-datawalker-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), libwx-perl (>= 0.88),
+  libdevel-size-perl (>= 0.71), libyaml-libyaml-perl (>= 0.32),
+  libclass-xsaccessor-perl (>= 0.06)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/Wx-Perl-DataWalker/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwx-perl-datawalker-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libwx-perl-datawalker-perl/
+
+Package: libwx-perl-datawalker-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libwx-perl (>= 0.88),
+  libdevel-size-perl (>= 0.71), libyaml-libyaml-perl (>= 0.32),
+  libclass-xsaccessor-perl (>= 0.06)
+Description: Perl data structure browser
+ Wx::Perl::DataWalker implements a Wx::Frame subclass that shows a relatively
+ simple Perl data structure browser. After opening such a frame and supplying
+ it with a reference to an essentially arbitrary data structure, you can
+ visually browse it by double-clicking references.
+ .
+ So far, there is no tree view but only a display of the current level of the
+ data structure. You can traverse back up the structure with a back button.
+ .
+ Optionally, Wx::Perl::DataWalker displays the (approximate!) size of the data
+ structure using Devel::Size.

Added: trunk/libwx-perl-datawalker-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl-datawalker-perl/debian/copyright?rev=36795&op=file
==============================================================================
--- trunk/libwx-perl-datawalker-perl/debian/copyright (added)
+++ trunk/libwx-perl-datawalker-perl/debian/copyright Sat May 30 09:23:23 2009
@@ -1,0 +1,27 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Steffen Mueller <smueller at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Wx-Perl-DataWalker/
+Upstream-Name: Wx-Perl-DataWalker
+
+Files: *
+Copyright: Copyright (C) 2009 by Steffen Mueller
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
+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/libwx-perl-datawalker-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl-datawalker-perl/debian/rules?rev=36795&op=file
==============================================================================
--- trunk/libwx-perl-datawalker-perl/debian/rules (added)
+++ trunk/libwx-perl-datawalker-perl/debian/rules Sat May 30 09:23:23 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libwx-perl-datawalker-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libwx-perl-datawalker-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwx-perl-datawalker-perl/debian/watch?rev=36795&op=file
==============================================================================
--- trunk/libwx-perl-datawalker-perl/debian/watch (added)
+++ trunk/libwx-perl-datawalker-perl/debian/watch Sat May 30 09:23:23 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Wx-Perl-DataWalker/   .*/Wx-Perl-DataWalker-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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