r39393 - in /trunk/libscalar-list-utils-perl/debian: ./ changelog compat control copyright rules watch

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sun Jul 5 19:59:52 UTC 2009


Author: carnil-guest
Date: Sun Jul  5 19:59:46 2009
New Revision: 39393

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

Added:
    trunk/libscalar-list-utils-perl/debian/
    trunk/libscalar-list-utils-perl/debian/changelog
    trunk/libscalar-list-utils-perl/debian/compat
    trunk/libscalar-list-utils-perl/debian/control
    trunk/libscalar-list-utils-perl/debian/copyright
    trunk/libscalar-list-utils-perl/debian/rules   (with props)
    trunk/libscalar-list-utils-perl/debian/watch

Added: trunk/libscalar-list-utils-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libscalar-list-utils-perl/debian/changelog?rev=39393&op=file
==============================================================================
--- trunk/libscalar-list-utils-perl/debian/changelog (added)
+++ trunk/libscalar-list-utils-perl/debian/changelog Sun Jul  5 19:59:46 2009
@@ -1,0 +1,5 @@
+libscalar-list-utils-perl (1.21-1) unstable; urgency=low
+
+  * Initial Release (Closes: #475173).
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 05 Jul 2009 21:34:08 +0200

Added: trunk/libscalar-list-utils-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libscalar-list-utils-perl/debian/compat?rev=39393&op=file
==============================================================================
--- trunk/libscalar-list-utils-perl/debian/compat (added)
+++ trunk/libscalar-list-utils-perl/debian/compat Sun Jul  5 19:59:46 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libscalar-list-utils-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libscalar-list-utils-perl/debian/control?rev=39393&op=file
==============================================================================
--- trunk/libscalar-list-utils-perl/debian/control (added)
+++ trunk/libscalar-list-utils-perl/debian/control Sun Jul  5 19:59:46 2009
@@ -1,0 +1,19 @@
+Source: libscalar-list-utils-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+Standards-Version: 3.8.2
+Homepage: http://search.cpan.org/dist/Scalar-List-Utils/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libscalar-list-utils-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libscalar-list-utils-perl/
+
+Package: libscalar-list-utils-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: Perl modules for Common Scalar and List utility subroutines
+ List::Util contains a selection of subroutines that people have expressed
+ would be nice to have in the perl core, but the usage would not really be
+ high enough to warrant the use of a keyword, and the size so small such that
+ being individual extensions would be wasteful.

Added: trunk/libscalar-list-utils-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libscalar-list-utils-perl/debian/copyright?rev=39393&op=file
==============================================================================
--- trunk/libscalar-list-utils-perl/debian/copyright (added)
+++ trunk/libscalar-list-utils-perl/debian/copyright Sun Jul  5 19:59:46 2009
@@ -1,0 +1,51 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Maintainer: Graham Barr <gbarr at cpan.org>
+Source: http://search.cpan.org/dist/Scalar-List-Utils/
+Name: Scalar-List-Utils
+
+Files: *
+Copyright: 1997-2009, Graham Barr <gbarr at cpan.org>
+License: Artistic or GPL-1+
+
+Files: lib/Scalar/Util.pm 
+Copyright: 1997-2007, Graham Barr <gbarr at pobox.com>
+License: Artistic or GPL-1+
+X-Comment:
+ The following statement is contained in lib/Scalar/Util.pm:
+ Copyright (c) 1997-2007 Graham Barr <gbarr at pobox.com>. All rights reserved.
+ This program is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ .
+ Except weaken and isweak which are
+ .
+ Copyright (c) 1999 Tuomas J. Lukka <lukka at iki.fi>. All rights reserved.
+ This program is free software; you can redistribute it and/or modify it
+ under the same terms as perl itself.
+
+Files: ./ListUtil.xs 
+Copyright: 1997-2000, Graham Barr <gbarr at pobox.com>
+License: Artistic or GPL-1+
+
+Files: ./XS.pp, lib/List/Util/XS.pm
+Copyright: 2008, Graham Barr <gbarr at pobox.com>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2009, Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+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.
+X-Comment:
+ 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.
+X-Comment:
+ 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/libscalar-list-utils-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libscalar-list-utils-perl/debian/rules?rev=39393&op=file
==============================================================================
--- trunk/libscalar-list-utils-perl/debian/rules (added)
+++ trunk/libscalar-list-utils-perl/debian/rules Sun Jul  5 19:59:46 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libscalar-list-utils-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libscalar-list-utils-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libscalar-list-utils-perl/debian/watch?rev=39393&op=file
==============================================================================
--- trunk/libscalar-list-utils-perl/debian/watch (added)
+++ trunk/libscalar-list-utils-perl/debian/watch Sun Jul  5 19:59:46 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Scalar-List-Utils/   .*/Scalar-List-Utils-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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