r57853 - in /trunk/libswitch-perl/debian: ./ changelog compat control copyright libswitch-perl.docs rules watch

dom at users.alioth.debian.org dom at users.alioth.debian.org
Wed May 12 20:25:18 UTC 2010


Author: dom
Date: Wed May 12 20:25:09 2010
New Revision: 57853

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

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

Added: trunk/libswitch-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libswitch-perl/debian/changelog?rev=57853&op=file
==============================================================================
--- trunk/libswitch-perl/debian/changelog (added)
+++ trunk/libswitch-perl/debian/changelog Wed May 12 20:25:09 2010
@@ -1,0 +1,5 @@
+libswitch-perl (2.16-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #580059)
+
+ -- Dominic Hargreaves <dom at earth.li>  Wed, 12 May 2010 20:13:05 +0000

Added: trunk/libswitch-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libswitch-perl/debian/compat?rev=57853&op=file
==============================================================================
--- trunk/libswitch-perl/debian/compat (added)
+++ trunk/libswitch-perl/debian/compat Wed May 12 20:25:09 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libswitch-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libswitch-perl/debian/control?rev=57853&op=file
==============================================================================
--- trunk/libswitch-perl/debian/control (added)
+++ trunk/libswitch-perl/debian/control Wed May 12 20:25:09 2010
@@ -1,0 +1,22 @@
+Source: libswitch-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: Dominic Hargreaves <dom at earth.li>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Switch/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libswitch-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libswitch-perl/
+
+Package: libswitch-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, perl, perl-modules
+Description: A switch statement for Perl
+ The Switch.pm module implements a generalized case mechanism that covers many
+ possible combinations of switch and case values.
+ .
+ This is an obsolete module provided for compatiblity since it is being
+ removed from the core. For perl 5.10 and above the "given/when" builtins
+ are much preferred.

Added: trunk/libswitch-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libswitch-perl/debian/copyright?rev=57853&op=file
==============================================================================
--- trunk/libswitch-perl/debian/copyright (added)
+++ trunk/libswitch-perl/debian/copyright Wed May 12 20:25:09 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Perl 5 Porters (perl5-porters at perl.org).
+Source: http://search.cpan.org/dist/Switch/
+Name: Switch
+
+Files: *
+Copyright: 1997-2008, Damian Conway
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Dominic Hargreaves <dom at earth.li>
+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/libswitch-perl/debian/libswitch-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libswitch-perl/debian/libswitch-perl.docs?rev=57853&op=file
==============================================================================
--- trunk/libswitch-perl/debian/libswitch-perl.docs (added)
+++ trunk/libswitch-perl/debian/libswitch-perl.docs Wed May 12 20:25:09 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libswitch-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libswitch-perl/debian/rules?rev=57853&op=file
==============================================================================
--- trunk/libswitch-perl/debian/rules (added)
+++ trunk/libswitch-perl/debian/rules Wed May 12 20:25:09 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libswitch-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libswitch-perl/debian/watch?rev=57853&op=file
==============================================================================
--- trunk/libswitch-perl/debian/watch (added)
+++ trunk/libswitch-perl/debian/watch Wed May 12 20:25:09 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Switch/   .*/Switch-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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