r65922 - in /trunk/libtie-refhash-weak-perl/debian: ./ changelog compat control copyright libtie-refhash-weak-perl.docs rules source/ source/format watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Dec 17 09:27:06 UTC 2010


Author: dmn
Date: Fri Dec 17 09:27:00 2010
New Revision: 65922

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

Added:
    trunk/libtie-refhash-weak-perl/debian/
    trunk/libtie-refhash-weak-perl/debian/changelog
    trunk/libtie-refhash-weak-perl/debian/compat
    trunk/libtie-refhash-weak-perl/debian/control
    trunk/libtie-refhash-weak-perl/debian/copyright
    trunk/libtie-refhash-weak-perl/debian/libtie-refhash-weak-perl.docs
    trunk/libtie-refhash-weak-perl/debian/rules   (with props)
    trunk/libtie-refhash-weak-perl/debian/source/
    trunk/libtie-refhash-weak-perl/debian/source/format
    trunk/libtie-refhash-weak-perl/debian/watch

Added: trunk/libtie-refhash-weak-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-refhash-weak-perl/debian/changelog?rev=65922&op=file
==============================================================================
--- trunk/libtie-refhash-weak-perl/debian/changelog (added)
+++ trunk/libtie-refhash-weak-perl/debian/changelog Fri Dec 17 09:27:00 2010
@@ -1,0 +1,5 @@
+libtie-refhash-weak-perl (0.09-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Damyan Ivanov <dmn at debian.org>  Fri, 17 Dec 2010 11:25:16 +0200

Added: trunk/libtie-refhash-weak-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-refhash-weak-perl/debian/compat?rev=65922&op=file
==============================================================================
--- trunk/libtie-refhash-weak-perl/debian/compat (added)
+++ trunk/libtie-refhash-weak-perl/debian/compat Fri Dec 17 09:27:00 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libtie-refhash-weak-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-refhash-weak-perl/debian/control?rev=65922&op=file
==============================================================================
--- trunk/libtie-refhash-weak-perl/debian/control (added)
+++ trunk/libtie-refhash-weak-perl/debian/control Fri Dec 17 09:27:00 2010
@@ -1,0 +1,31 @@
+Source: libtie-refhash-weak-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libtask-weaken-perl, libvariable-magic-perl,
+ perl (>= 5.10.0)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Tie-RefHash-Weak/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtie-refhash-weak-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtie-refhash-weak-perl/
+
+Package: libtie-refhash-weak-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libtask-weaken-perl,
+ libvariable-magic-perl, perl (>= 5.10.0)
+Description: A Tie::RefHash subclass with weakened references in the keys.
+ The Tie::RefHash module can be used to access hashes by reference. This is
+ useful when you index by object, for example.
+ .
+ The problem with Tie::RefHash, and cross indexing, is that sometimes the
+ index should not contain strong references to the objecs. Tie::RefHash's
+ internal structures contain strong references to the key, and provide no
+ convenient means to make those references weak.
+ .
+ This subclass of Tie::RefHash has weak keys, instead of strong ones. The
+ values are left unaltered, and you'll have to make sure there are no strong
+ references there yourself.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libtie-refhash-weak-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-refhash-weak-perl/debian/copyright?rev=65922&op=file
==============================================================================
--- trunk/libtie-refhash-weak-perl/debian/copyright (added)
+++ trunk/libtie-refhash-weak-perl/debian/copyright Fri Dec 17 09:27:00 2010
@@ -1,0 +1,40 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Yuval Kogman <nothingmuch at woobling.org>
+    .
+    some maintenance by Hans Dieter Pearcey <hdp at pobox.com>
+Source: http://search.cpan.org/dist/Tie-RefHash-Weak/
+Name: Tie-RefHash-Weak
+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: Yuval Kogman <nothingmuch at woobling.org>
+    .
+    some maintenance by Hans Dieter Pearcey <hdp at pobox.com>
+License: 
+
+Files: debian/*
+Copyright: 2010, Damyan Ivanov <dmn at debian.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 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libtie-refhash-weak-perl/debian/libtie-refhash-weak-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-refhash-weak-perl/debian/libtie-refhash-weak-perl.docs?rev=65922&op=file
==============================================================================
--- trunk/libtie-refhash-weak-perl/debian/libtie-refhash-weak-perl.docs (added)
+++ trunk/libtie-refhash-weak-perl/debian/libtie-refhash-weak-perl.docs Fri Dec 17 09:27:00 2010
@@ -1,0 +1,1 @@
+TODO

Added: trunk/libtie-refhash-weak-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-refhash-weak-perl/debian/rules?rev=65922&op=file
==============================================================================
--- trunk/libtie-refhash-weak-perl/debian/rules (added)
+++ trunk/libtie-refhash-weak-perl/debian/rules Fri Dec 17 09:27:00 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libtie-refhash-weak-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtie-refhash-weak-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-refhash-weak-perl/debian/source/format?rev=65922&op=file
==============================================================================
--- trunk/libtie-refhash-weak-perl/debian/source/format (added)
+++ trunk/libtie-refhash-weak-perl/debian/source/format Fri Dec 17 09:27:00 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libtie-refhash-weak-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-refhash-weak-perl/debian/watch?rev=65922&op=file
==============================================================================
--- trunk/libtie-refhash-weak-perl/debian/watch (added)
+++ trunk/libtie-refhash-weak-perl/debian/watch Fri Dec 17 09:27:00 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Tie-RefHash-Weak/   .*/Tie-RefHash-Weak-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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