r73182 - in /trunk/libmoosex-chainedaccessors-perl/debian: ./ changelog compat control copyright rules source/ source/format watch
ansgar at users.alioth.debian.org
ansgar at users.alioth.debian.org
Sat Apr 23 11:48:56 UTC 2011
Author: ansgar
Date: Sat Apr 23 11:48:47 2011
New Revision: 73182
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73182
Log:
[svn-inject] Applying Debian modifications (0.02-1) to trunk
Added:
trunk/libmoosex-chainedaccessors-perl/debian/
trunk/libmoosex-chainedaccessors-perl/debian/changelog
trunk/libmoosex-chainedaccessors-perl/debian/compat
trunk/libmoosex-chainedaccessors-perl/debian/control
trunk/libmoosex-chainedaccessors-perl/debian/copyright
trunk/libmoosex-chainedaccessors-perl/debian/rules (with props)
trunk/libmoosex-chainedaccessors-perl/debian/source/
trunk/libmoosex-chainedaccessors-perl/debian/source/format
trunk/libmoosex-chainedaccessors-perl/debian/watch
Added: trunk/libmoosex-chainedaccessors-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-chainedaccessors-perl/debian/changelog?rev=73182&op=file
==============================================================================
--- trunk/libmoosex-chainedaccessors-perl/debian/changelog (added)
+++ trunk/libmoosex-chainedaccessors-perl/debian/changelog Sat Apr 23 11:48:47 2011
@@ -1,0 +1,5 @@
+libmoosex-chainedaccessors-perl (0.02-1) UNRELEASED; urgency=low
+
+ * Initial Release.
+
+ -- Ansgar Burchardt <ansgar at debian.org> Sat, 23 Apr 2011 13:40:20 +0200
Added: trunk/libmoosex-chainedaccessors-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-chainedaccessors-perl/debian/compat?rev=73182&op=file
==============================================================================
--- trunk/libmoosex-chainedaccessors-perl/debian/compat (added)
+++ trunk/libmoosex-chainedaccessors-perl/debian/compat Sat Apr 23 11:48:47 2011
@@ -1,0 +1,1 @@
+8
Added: trunk/libmoosex-chainedaccessors-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-chainedaccessors-perl/debian/control?rev=73182&op=file
==============================================================================
--- trunk/libmoosex-chainedaccessors-perl/debian/control (added)
+++ trunk/libmoosex-chainedaccessors-perl/debian/control Sat Apr 23 11:48:47 2011
@@ -1,0 +1,18 @@
+Source: libmoosex-chainedaccessors-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8), perl
+Build-Depends-Indep: libmoose-perl, libtry-tiny-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at debian.org>
+Standards-Version: 3.9.2
+Homepage: http://search.cpan.org/dist/MooseX-ChainedAccessors/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-chainedaccessors-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-chainedaccessors-perl/
+
+Package: libmoosex-chainedaccessors-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libmoose-perl, libtry-tiny-perl
+Description: accessor class for chained accessors with Moose
+ MooseX::ChainedAccessors is a Moose Trait which allows for method chaining on
+ accessors by returning $self on write/set operations.
Added: trunk/libmoosex-chainedaccessors-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-chainedaccessors-perl/debian/copyright?rev=73182&op=file
==============================================================================
--- trunk/libmoosex-chainedaccessors-perl/debian/copyright (added)
+++ trunk/libmoosex-chainedaccessors-perl/debian/copyright Sat Apr 23 11:48:47 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Moritz Onken <onken at netcubed.de>
+Source: http://search.cpan.org/dist/MooseX-ChainedAccessors/
+Name: MooseX-ChainedAccessors
+
+Files: *
+Copyright: 2011, Moritz Onken <onken at netcubed.de>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Ansgar Burchardt <ansgar at debian.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 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/libmoosex-chainedaccessors-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-chainedaccessors-perl/debian/rules?rev=73182&op=file
==============================================================================
--- trunk/libmoosex-chainedaccessors-perl/debian/rules (added)
+++ trunk/libmoosex-chainedaccessors-perl/debian/rules Sat Apr 23 11:48:47 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
Propchange: trunk/libmoosex-chainedaccessors-perl/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: trunk/libmoosex-chainedaccessors-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-chainedaccessors-perl/debian/source/format?rev=73182&op=file
==============================================================================
--- trunk/libmoosex-chainedaccessors-perl/debian/source/format (added)
+++ trunk/libmoosex-chainedaccessors-perl/debian/source/format Sat Apr 23 11:48:47 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)
Added: trunk/libmoosex-chainedaccessors-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-chainedaccessors-perl/debian/watch?rev=73182&op=file
==============================================================================
--- trunk/libmoosex-chainedaccessors-perl/debian/watch (added)
+++ trunk/libmoosex-chainedaccessors-perl/debian/watch Sat Apr 23 11:48:47 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/MooseX-ChainedAccessors/ .*/MooseX-ChainedAccessors-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
More information about the Pkg-perl-cvs-commits
mailing list