r46187 - in /trunk/libset-tiny-perl/debian: ./ changelog compat control copyright libset-tiny-perl.docs rules watch

dwilson-guest at users.alioth.debian.org dwilson-guest at users.alioth.debian.org
Thu Oct 22 08:03:29 UTC 2009


Author: dwilson-guest
Date: Thu Oct 22 08:03:19 2009
New Revision: 46187

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

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

Added: trunk/libset-tiny-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libset-tiny-perl/debian/changelog?rev=46187&op=file
==============================================================================
--- trunk/libset-tiny-perl/debian/changelog (added)
+++ trunk/libset-tiny-perl/debian/changelog Thu Oct 22 08:03:19 2009
@@ -1,0 +1,7 @@
+libset-tiny-perl (0.01-1) unstable; urgency=low
+
+  * Initial Release.
+
+  * Closes: bug#551767
+
+ -- Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>  Tue, 20 Oct 2009 14:43:55 +0100

Added: trunk/libset-tiny-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libset-tiny-perl/debian/compat?rev=46187&op=file
==============================================================================
--- trunk/libset-tiny-perl/debian/compat (added)
+++ trunk/libset-tiny-perl/debian/compat Thu Oct 22 08:03:19 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libset-tiny-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libset-tiny-perl/debian/control?rev=46187&op=file
==============================================================================
--- trunk/libset-tiny-perl/debian/control (added)
+++ trunk/libset-tiny-perl/debian/control Thu Oct 22 08:03:19 2009
@@ -1,0 +1,20 @@
+Source: libset-tiny-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: Dean Wilson <dwilson at unixdaemon.net>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Set-Tiny/
+
+Package: libset-tiny-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Simple sets of strings
+ Set::Tiny is a thin wrapper around regular Perl hashes to perform often
+ needed set operations, such as testing two sets of strings for equality, or
+ checking whether one is contained within the other.
+ .
+ For a more complete implementation of mathematical set theory, see
+ Set::Scalar. For sets of arbitrary objects, see Set::Object.

Added: trunk/libset-tiny-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libset-tiny-perl/debian/copyright?rev=46187&op=file
==============================================================================
--- trunk/libset-tiny-perl/debian/copyright (added)
+++ trunk/libset-tiny-perl/debian/copyright Thu Oct 22 08:03:19 2009
@@ -1,0 +1,34 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Stanis Trendelenburg <stanis.trendelenburg at gmail.com>
+Upstream-Source: http://search.cpan.org/dist/Set-Tiny/
+Upstream-Name: Set-Tiny
+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.
+
+Files: *
+Copyright: Stanis Trendelenburg <stanis.trendelenburg at gmail.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Dean Wilson <dwilson at perlpkg.unixdaemon.net>
+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/libset-tiny-perl/debian/libset-tiny-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libset-tiny-perl/debian/libset-tiny-perl.docs?rev=46187&op=file
==============================================================================
--- trunk/libset-tiny-perl/debian/libset-tiny-perl.docs (added)
+++ trunk/libset-tiny-perl/debian/libset-tiny-perl.docs Thu Oct 22 08:03:19 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libset-tiny-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libset-tiny-perl/debian/rules?rev=46187&op=file
==============================================================================
--- trunk/libset-tiny-perl/debian/rules (added)
+++ trunk/libset-tiny-perl/debian/rules Thu Oct 22 08:03:19 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libset-tiny-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libset-tiny-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libset-tiny-perl/debian/watch?rev=46187&op=file
==============================================================================
--- trunk/libset-tiny-perl/debian/watch (added)
+++ trunk/libset-tiny-perl/debian/watch Thu Oct 22 08:03:19 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Set-Tiny/   .*/Set-Tiny-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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