r58107 - in /trunk/libhash-fieldhash-perl/debian: ./ changelog compat control copyright libhash-fieldhash-perl.docs libhash-fieldhash-perl.examples rules watch

ivan at users.alioth.debian.org ivan at users.alioth.debian.org
Thu May 20 03:56:41 UTC 2010


Author: ivan
Date: Thu May 20 03:56:19 2010
New Revision: 58107

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

Added:
    trunk/libhash-fieldhash-perl/debian/
    trunk/libhash-fieldhash-perl/debian/changelog
    trunk/libhash-fieldhash-perl/debian/compat
    trunk/libhash-fieldhash-perl/debian/control
    trunk/libhash-fieldhash-perl/debian/copyright
    trunk/libhash-fieldhash-perl/debian/libhash-fieldhash-perl.docs
    trunk/libhash-fieldhash-perl/debian/libhash-fieldhash-perl.examples
    trunk/libhash-fieldhash-perl/debian/rules   (with props)
    trunk/libhash-fieldhash-perl/debian/watch

Added: trunk/libhash-fieldhash-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-fieldhash-perl/debian/changelog?rev=58107&op=file
==============================================================================
--- trunk/libhash-fieldhash-perl/debian/changelog (added)
+++ trunk/libhash-fieldhash-perl/debian/changelog Thu May 20 03:56:19 2010
@@ -1,0 +1,5 @@
+libhash-fieldhash-perl (0.10-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Wed, 19 May 2010 20:44:43 -0700

Added: trunk/libhash-fieldhash-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-fieldhash-perl/debian/compat?rev=58107&op=file
==============================================================================
--- trunk/libhash-fieldhash-perl/debian/compat (added)
+++ trunk/libhash-fieldhash-perl/debian/compat Thu May 20 03:56:19 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libhash-fieldhash-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-fieldhash-perl/debian/control?rev=58107&op=file
==============================================================================
--- trunk/libhash-fieldhash-perl/debian/control (added)
+++ trunk/libhash-fieldhash-perl/debian/control Thu May 20 03:56:19 2010
@@ -1,0 +1,26 @@
+Source: libhash-fieldhash-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libextutils-parsexs-perl (>= 2.21),
+ libtest-leaktrace-perl (>= 0.07), perl (>= 5.10.1)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ivan Kohler <ivan-debian at 420.am>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Hash-FieldHash/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhash-fieldhash-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhash-fieldhash-perl/
+
+Package: libhash-fieldhash-perl
+Architecture: any
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, perl (>= 5.10.1)
+Description: A lightweight field hash implementation
+ Hash::FieldHash provides the field hash mechanism which supports the
+ inside-out technique.
+ .
+ You may know Hash::Util::FieldHash. It's a very useful module, but too
+ complex to understand all the functions and only available in 5.10.
+ H::U::F::Compat is available for pre-5.10, but it seems too slow to use.
+ .
+ This is an alternative to H::U::F with following features:
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libhash-fieldhash-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-fieldhash-perl/debian/copyright?rev=58107&op=file
==============================================================================
--- trunk/libhash-fieldhash-perl/debian/copyright (added)
+++ trunk/libhash-fieldhash-perl/debian/copyright Thu May 20 03:56:19 2010
@@ -1,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Goro Fuji <gfuji(at)cpan.org>.
+Source: http://search.cpan.org/dist/Hash-FieldHash/
+Name: Hash-FieldHash
+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: Goro Fuji <gfuji(at)cpan.org>.
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Ivan Kohler <ivan-debian at 420.am>
+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/libhash-fieldhash-perl/debian/libhash-fieldhash-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-fieldhash-perl/debian/libhash-fieldhash-perl.docs?rev=58107&op=file
==============================================================================
--- trunk/libhash-fieldhash-perl/debian/libhash-fieldhash-perl.docs (added)
+++ trunk/libhash-fieldhash-perl/debian/libhash-fieldhash-perl.docs Thu May 20 03:56:19 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libhash-fieldhash-perl/debian/libhash-fieldhash-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-fieldhash-perl/debian/libhash-fieldhash-perl.examples?rev=58107&op=file
==============================================================================
--- trunk/libhash-fieldhash-perl/debian/libhash-fieldhash-perl.examples (added)
+++ trunk/libhash-fieldhash-perl/debian/libhash-fieldhash-perl.examples Thu May 20 03:56:19 2010
@@ -1,0 +1,1 @@
+example/*

Added: trunk/libhash-fieldhash-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-fieldhash-perl/debian/rules?rev=58107&op=file
==============================================================================
--- trunk/libhash-fieldhash-perl/debian/rules (added)
+++ trunk/libhash-fieldhash-perl/debian/rules Thu May 20 03:56:19 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libhash-fieldhash-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libhash-fieldhash-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-fieldhash-perl/debian/watch?rev=58107&op=file
==============================================================================
--- trunk/libhash-fieldhash-perl/debian/watch (added)
+++ trunk/libhash-fieldhash-perl/debian/watch Thu May 20 03:56:19 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Hash-FieldHash/   .*/Hash-FieldHash-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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