r70051 - in /trunk/libsub-prototype-perl/debian: ./ changelog compat control copyright libsub-prototype-perl.docs rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Mon Feb 28 09:28:23 UTC 2011


Author: periapt-guest
Date: Mon Feb 28 09:28:13 2011
New Revision: 70051

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

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

Added: trunk/libsub-prototype-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-prototype-perl/debian/changelog?rev=70051&op=file
==============================================================================
--- trunk/libsub-prototype-perl/debian/changelog (added)
+++ trunk/libsub-prototype-perl/debian/changelog Mon Feb 28 09:28:13 2011
@@ -1,0 +1,5 @@
+libsub-prototype-perl (0.02-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #615820)
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Mon, 28 Feb 2011 08:58:37 +0000

Added: trunk/libsub-prototype-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-prototype-perl/debian/compat?rev=70051&op=file
==============================================================================
--- trunk/libsub-prototype-perl/debian/compat (added)
+++ trunk/libsub-prototype-perl/debian/compat Mon Feb 28 09:28:13 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libsub-prototype-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-prototype-perl/debian/control?rev=70051&op=file
==============================================================================
--- trunk/libsub-prototype-perl/debian/control (added)
+++ trunk/libsub-prototype-perl/debian/control Mon Feb 28 09:28:13 2011
@@ -1,0 +1,19 @@
+Source: libsub-prototype-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7),
+ perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Sub-Prototype/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsub-prototype-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsub-prototype-perl/
+
+Package: libsub-prototype-perl
+Architecture: any
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Description: module to set a subroutine's prototype
+ Sub::Prototype has only one function which is exporte by default. The
+ 'set_prototype' function allows one to take a code reference and apply
+ a subroutine prototype to it.

Added: trunk/libsub-prototype-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-prototype-perl/debian/copyright?rev=70051&op=file
==============================================================================
--- trunk/libsub-prototype-perl/debian/copyright (added)
+++ trunk/libsub-prototype-perl/debian/copyright Mon Feb 28 09:28:13 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Florian Ragwitz <rafl at debian.org>
+Source: http://search.cpan.org/dist/Sub-Prototype/
+Name: Sub-Prototype
+
+Files: *
+Copyright: 2008, Florian Ragwitz <rafl at debian.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Nicholas Bamber <nicholas at periapt.co.uk>
+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/libsub-prototype-perl/debian/libsub-prototype-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-prototype-perl/debian/libsub-prototype-perl.docs?rev=70051&op=file
==============================================================================
--- trunk/libsub-prototype-perl/debian/libsub-prototype-perl.docs (added)
+++ trunk/libsub-prototype-perl/debian/libsub-prototype-perl.docs Mon Feb 28 09:28:13 2011
@@ -1,0 +1,1 @@
+README

Added: trunk/libsub-prototype-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-prototype-perl/debian/rules?rev=70051&op=file
==============================================================================
--- trunk/libsub-prototype-perl/debian/rules (added)
+++ trunk/libsub-prototype-perl/debian/rules Mon Feb 28 09:28:13 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libsub-prototype-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-prototype-perl/debian/source/format?rev=70051&op=file
==============================================================================
--- trunk/libsub-prototype-perl/debian/source/format (added)
+++ trunk/libsub-prototype-perl/debian/source/format Mon Feb 28 09:28:13 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libsub-prototype-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-prototype-perl/debian/watch?rev=70051&op=file
==============================================================================
--- trunk/libsub-prototype-perl/debian/watch (added)
+++ trunk/libsub-prototype-perl/debian/watch Mon Feb 28 09:28:13 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Sub-Prototype/   .*/Sub-Prototype-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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