r39736 - in /trunk/libautobox-perl/debian: ./ changelog compat control copyright libautobox-perl.docs rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jul 11 23:35:22 UTC 2009


Author: jawnsy-guest
Date: Sat Jul 11 23:35:17 2009
New Revision: 39736

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

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

Added: trunk/libautobox-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautobox-perl/debian/changelog?rev=39736&op=file
==============================================================================
--- trunk/libautobox-perl/debian/changelog (added)
+++ trunk/libautobox-perl/debian/changelog Sat Jul 11 23:35:17 2009
@@ -1,0 +1,5 @@
+libautobox-perl (2.55-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #479221)
+
+ -- Jonathan Yu <frequency at cpan.org>  Sat, 11 Jul 2009 15:20:29 -0400

Added: trunk/libautobox-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautobox-perl/debian/compat?rev=39736&op=file
==============================================================================
--- trunk/libautobox-perl/debian/compat (added)
+++ trunk/libautobox-perl/debian/compat Sat Jul 11 23:35:17 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libautobox-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautobox-perl/debian/control?rev=39736&op=file
==============================================================================
--- trunk/libautobox-perl/debian/control (added)
+++ trunk/libautobox-perl/debian/control Sat Jul 11 23:35:17 2009
@@ -1,0 +1,25 @@
+Source: libautobox-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libscope-guard-perl (>= 0.03),
+ perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.2
+Homepage: http://search.cpan.org/dist/autobox/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libautobox-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libautobox-perl/
+
+Package: libautobox-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
+ libscope-guard-perl (>= 0.03)
+Description: Perl pragma for method calls on native types
+ autobox is a Perl pragma that enables method calls on Perl's native data types
+ including numeric values (integers and floats), strings, arrays, hashes and
+ even code references in a simple and consistent way.
+ .
+ When a method is invoked on something which is not a blessed object reference,
+ autobox looks for the method in a package whose name corresponds to the ref()
+ type of the value. This design means extending the default functionality for
+ new methods on a type-by-type basis is very simple.

Added: trunk/libautobox-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautobox-perl/debian/copyright?rev=39736&op=file
==============================================================================
--- trunk/libautobox-perl/debian/copyright (added)
+++ trunk/libautobox-perl/debian/copyright Sat Jul 11 23:35:17 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: chocolateboy <chocolate.boy at email.com>
+Upstream-Source: http://search.cpan.org/dist/autobox/
+Upstream-Name: autobox
+
+Files: *
+Copyright: 2003-2008, chocolateboy <chocolate.boy at email.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+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/libautobox-perl/debian/libautobox-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautobox-perl/debian/libautobox-perl.docs?rev=39736&op=file
==============================================================================
--- trunk/libautobox-perl/debian/libautobox-perl.docs (added)
+++ trunk/libautobox-perl/debian/libautobox-perl.docs Sat Jul 11 23:35:17 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libautobox-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautobox-perl/debian/rules?rev=39736&op=file
==============================================================================
--- trunk/libautobox-perl/debian/rules (added)
+++ trunk/libautobox-perl/debian/rules Sat Jul 11 23:35:17 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libautobox-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libautobox-perl/debian/watch?rev=39736&op=file
==============================================================================
--- trunk/libautobox-perl/debian/watch (added)
+++ trunk/libautobox-perl/debian/watch Sat Jul 11 23:35:17 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/autobox/   .*/autobox-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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