r58858 - in /trunk/libmoosex-setonce-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Fri Jun 4 12:52:51 UTC 2010


Author: ansgar-guest
Date: Fri Jun  4 12:52:35 2010
New Revision: 58858

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

Added:
    trunk/libmoosex-setonce-perl/debian/
    trunk/libmoosex-setonce-perl/debian/changelog
    trunk/libmoosex-setonce-perl/debian/compat
    trunk/libmoosex-setonce-perl/debian/control
    trunk/libmoosex-setonce-perl/debian/copyright
    trunk/libmoosex-setonce-perl/debian/rules   (with props)
    trunk/libmoosex-setonce-perl/debian/source/
    trunk/libmoosex-setonce-perl/debian/source/format
    trunk/libmoosex-setonce-perl/debian/watch

Added: trunk/libmoosex-setonce-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-setonce-perl/debian/changelog?rev=58858&op=file
==============================================================================
--- trunk/libmoosex-setonce-perl/debian/changelog (added)
+++ trunk/libmoosex-setonce-perl/debian/changelog Fri Jun  4 12:52:35 2010
@@ -1,0 +1,5 @@
+libmoosex-setonce-perl (0.100471-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #584536)
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Fri, 04 Jun 2010 21:28:47 +0900

Added: trunk/libmoosex-setonce-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-setonce-perl/debian/compat?rev=58858&op=file
==============================================================================
--- trunk/libmoosex-setonce-perl/debian/compat (added)
+++ trunk/libmoosex-setonce-perl/debian/compat Fri Jun  4 12:52:35 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libmoosex-setonce-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-setonce-perl/debian/control?rev=58858&op=file
==============================================================================
--- trunk/libmoosex-setonce-perl/debian/control (added)
+++ trunk/libmoosex-setonce-perl/debian/control Fri Jun  4 12:52:35 2010
@@ -1,0 +1,26 @@
+Source: libmoosex-setonce-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libmoose-perl (>= 0.90), libtry-tiny-perl, perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/MooseX-SetOnce/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-setonce-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-setonce-perl/
+
+Package: libmoosex-setonce-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libmoose-perl (>= 0.90),
+ libtry-tiny-perl
+Enhances: libmoose-perl
+Description: write-once, read-many attributes for Moose
+ The SetOnce attribute lets your class have attributes that are not lazy and
+ not set, but that cannot be altered once set.
+ .
+ The logic is very simple: if you try to alter the value of an attribute with
+ the SetOnce trait, either by accessor or writer, and the attribute has a
+ value, it will throw an exception.
+ .
+ If the attribute has a clearer, you may clear the attribute and set it again.

Added: trunk/libmoosex-setonce-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-setonce-perl/debian/copyright?rev=58858&op=file
==============================================================================
--- trunk/libmoosex-setonce-perl/debian/copyright (added)
+++ trunk/libmoosex-setonce-perl/debian/copyright Fri Jun  4 12:52:35 2010
@@ -1,0 +1,27 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Ricardo SIGNES <rjbs at cpan.org>
+Source: http://search.cpan.org/dist/MooseX-SetOnce/
+Name: MooseX-SetOnce
+
+Copyright: 2010, Ricardo SIGNES <rjbs at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Ansgar Burchardt <ansgar at 43-1.org>
+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/libmoosex-setonce-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-setonce-perl/debian/rules?rev=58858&op=file
==============================================================================
--- trunk/libmoosex-setonce-perl/debian/rules (added)
+++ trunk/libmoosex-setonce-perl/debian/rules Fri Jun  4 12:52:35 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libmoosex-setonce-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-setonce-perl/debian/source/format?rev=58858&op=file
==============================================================================
--- trunk/libmoosex-setonce-perl/debian/source/format (added)
+++ trunk/libmoosex-setonce-perl/debian/source/format Fri Jun  4 12:52:35 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libmoosex-setonce-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-setonce-perl/debian/watch?rev=58858&op=file
==============================================================================
--- trunk/libmoosex-setonce-perl/debian/watch (added)
+++ trunk/libmoosex-setonce-perl/debian/watch Fri Jun  4 12:52:35 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/MooseX-SetOnce/   .*/MooseX-SetOnce-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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