r54013 - in /trunk/libhash-multivalue-perl/debian: ./ changelog compat control copyright libhash-multivalue-perl.docs rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Mar 10 01:12:01 UTC 2010


Author: jawnsy-guest
Date: Wed Mar 10 01:11:49 2010
New Revision: 54013

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

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

Added: trunk/libhash-multivalue-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-multivalue-perl/debian/changelog?rev=54013&op=file
==============================================================================
--- trunk/libhash-multivalue-perl/debian/changelog (added)
+++ trunk/libhash-multivalue-perl/debian/changelog Wed Mar 10 01:11:49 2010
@@ -1,0 +1,5 @@
+libhash-multivalue-perl (0.08-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Tue, 9 Mar 2010 20:35:51 -0500

Added: trunk/libhash-multivalue-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-multivalue-perl/debian/compat?rev=54013&op=file
==============================================================================
--- trunk/libhash-multivalue-perl/debian/compat (added)
+++ trunk/libhash-multivalue-perl/debian/compat Wed Mar 10 01:11:49 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libhash-multivalue-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-multivalue-perl/debian/control?rev=54013&op=file
==============================================================================
--- trunk/libhash-multivalue-perl/debian/control (added)
+++ trunk/libhash-multivalue-perl/debian/control Wed Mar 10 01:11:49 2010
@@ -1,0 +1,20 @@
+Source: libhash-multivalue-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.8.100)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Hash-MultiValue/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhash-multivalue-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhash-multivalue-perl/
+
+Package: libhash-multivalue-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.8.100)
+Description: Store multiple values per key
+ Hash::MultiValue is an object (and a plain hash reference) that may contain
+ multiple values per key, inspired by MultiDict of WebOb.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libhash-multivalue-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-multivalue-perl/debian/copyright?rev=54013&op=file
==============================================================================
--- trunk/libhash-multivalue-perl/debian/copyright (added)
+++ trunk/libhash-multivalue-perl/debian/copyright Wed Mar 10 01:11:49 2010
@@ -1,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+Source: http://search.cpan.org/dist/Hash-MultiValue/
+Name: Hash-MultiValue
+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: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+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-multivalue-perl/debian/libhash-multivalue-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-multivalue-perl/debian/libhash-multivalue-perl.docs?rev=54013&op=file
==============================================================================
--- trunk/libhash-multivalue-perl/debian/libhash-multivalue-perl.docs (added)
+++ trunk/libhash-multivalue-perl/debian/libhash-multivalue-perl.docs Wed Mar 10 01:11:49 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libhash-multivalue-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-multivalue-perl/debian/rules?rev=54013&op=file
==============================================================================
--- trunk/libhash-multivalue-perl/debian/rules (added)
+++ trunk/libhash-multivalue-perl/debian/rules Wed Mar 10 01:11:49 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libhash-multivalue-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-multivalue-perl/debian/watch?rev=54013&op=file
==============================================================================
--- trunk/libhash-multivalue-perl/debian/watch (added)
+++ trunk/libhash-multivalue-perl/debian/watch Wed Mar 10 01:11:49 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Hash-MultiValue/   .*/Hash-MultiValue-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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