r47290 - in /trunk/libdata-transformer-perl/debian: ./ changelog compat control copyright libdata-transformer-perl.docs rules watch

midget-guest at users.alioth.debian.org midget-guest at users.alioth.debian.org
Sun Nov 15 22:36:44 UTC 2009


Author: midget-guest
Date: Sun Nov 15 22:36:38 2009
New Revision: 47290

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

Added:
    trunk/libdata-transformer-perl/debian/
    trunk/libdata-transformer-perl/debian/changelog
    trunk/libdata-transformer-perl/debian/compat
    trunk/libdata-transformer-perl/debian/control
    trunk/libdata-transformer-perl/debian/copyright
    trunk/libdata-transformer-perl/debian/libdata-transformer-perl.docs
    trunk/libdata-transformer-perl/debian/rules   (with props)
    trunk/libdata-transformer-perl/debian/watch

Added: trunk/libdata-transformer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-transformer-perl/debian/changelog?rev=47290&op=file
==============================================================================
--- trunk/libdata-transformer-perl/debian/changelog (added)
+++ trunk/libdata-transformer-perl/debian/changelog Sun Nov 15 22:36:38 2009
@@ -1,0 +1,6 @@
+libdata-transformer-perl (0.04-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #533480)
+  * debian/libdata-transformer-perl.docs: Don't install useless 'Todo' file.
+
+ -- Dario Minnucci (midget) <debian at midworld.net>  Sun, 15 Nov 2009 23:33:13 +0100

Added: trunk/libdata-transformer-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-transformer-perl/debian/compat?rev=47290&op=file
==============================================================================
--- trunk/libdata-transformer-perl/debian/compat (added)
+++ trunk/libdata-transformer-perl/debian/compat Sun Nov 15 22:36:38 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libdata-transformer-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-transformer-perl/debian/control?rev=47290&op=file
==============================================================================
--- trunk/libdata-transformer-perl/debian/control (added)
+++ trunk/libdata-transformer-perl/debian/control Sun Nov 15 22:36:38 2009
@@ -1,0 +1,17 @@
+Source: libdata-transformer-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Dario Minnucci (midget) <debian at midworld.net>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Data-Transformer/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-transformer-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdata-transformer-perl/
+
+Package: libdata-transformer-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Traverse a data structure, altering it in place
+ Data::Transformer traverses data structures, altering them in place

Added: trunk/libdata-transformer-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-transformer-perl/debian/copyright?rev=47290&op=file
==============================================================================
--- trunk/libdata-transformer-perl/debian/copyright (added)
+++ trunk/libdata-transformer-perl/debian/copyright Sun Nov 15 22:36:38 2009
@@ -1,0 +1,37 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Baldur Kristinsson <bk at mbl.is>, 2006
+Source: http://search.cpan.org/dist/Data-Transformer/
+Name: Data-Transformer
+
+Files: *
+Copyright: 2006, Baldur Kristinsson <bk at mbl.is>
+License: GPL-2+ or Artistic
+
+Files: debian/*
+Copyright: 2009, Dario Minnucci (midget) <debian at midworld.net>
+License: GPL-2+ or GPL-1+ or Artistic
+
+License: GPL-2+
+ 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; version 2 dated June, 1991, or (at your
+ option) any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of version 2 of the GNU
+ General Public License can be found in `/usr/share/common-licenses/GPL-2'
+
+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'
+
+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'

Added: trunk/libdata-transformer-perl/debian/libdata-transformer-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-transformer-perl/debian/libdata-transformer-perl.docs?rev=47290&op=file
==============================================================================
--- trunk/libdata-transformer-perl/debian/libdata-transformer-perl.docs (added)
+++ trunk/libdata-transformer-perl/debian/libdata-transformer-perl.docs Sun Nov 15 22:36:38 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libdata-transformer-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-transformer-perl/debian/rules?rev=47290&op=file
==============================================================================
--- trunk/libdata-transformer-perl/debian/rules (added)
+++ trunk/libdata-transformer-perl/debian/rules Sun Nov 15 22:36:38 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libdata-transformer-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-transformer-perl/debian/watch?rev=47290&op=file
==============================================================================
--- trunk/libdata-transformer-perl/debian/watch (added)
+++ trunk/libdata-transformer-perl/debian/watch Sun Nov 15 22:36:38 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Data-Transformer/   .*/Data-Transformer-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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