r69464 - in /trunk/libmousex-nativetraits-perl/debian: ./ changelog compat control copyright libmousex-nativetraits-perl.docs libmousex-nativetraits-perl.examples rules source/ source/format watch

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Thu Feb 24 06:02:53 UTC 2011


Author: takaki
Date: Thu Feb 24 06:02:39 2011
New Revision: 69464

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

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

Added: trunk/libmousex-nativetraits-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-nativetraits-perl/debian/changelog?rev=69464&op=file
==============================================================================
--- trunk/libmousex-nativetraits-perl/debian/changelog (added)
+++ trunk/libmousex-nativetraits-perl/debian/changelog Thu Feb 24 06:02:39 2011
@@ -1,0 +1,5 @@
+libmousex-nativetraits-perl (1.04-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #612856)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Wed, 16 Feb 2011 11:02:25 +0900

Added: trunk/libmousex-nativetraits-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-nativetraits-perl/debian/compat?rev=69464&op=file
==============================================================================
--- trunk/libmousex-nativetraits-perl/debian/compat (added)
+++ trunk/libmousex-nativetraits-perl/debian/compat Thu Feb 24 06:02:39 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libmousex-nativetraits-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-nativetraits-perl/debian/control?rev=69464&op=file
==============================================================================
--- trunk/libmousex-nativetraits-perl/debian/control (added)
+++ trunk/libmousex-nativetraits-perl/debian/control Thu Feb 24 06:02:39 2011
@@ -1,0 +1,33 @@
+Source: libmousex-nativetraits-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libany-moose-perl (>= 0.13),
+ libmouse-perl (>= 0.82),
+ libtest-fatal-perl (>= 0.003),
+ perl (>= 5.10.0),
+ perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/MouseX-NativeTraits/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmousex-nativetraits-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmousex-nativetraits-perl/
+
+Package: libmousex-nativetraits-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libmouse-perl (>= 0.82),
+ perl
+Description: Extend your attribute interfaces for Mouse
+ While Mouse attributes provide a way to name your accessors, readers,
+ writers, clearers and predicates, MouseX::NativeTraits provides
+ commonly used attribute helper methods for more specific types of data.
+ . 
+ As seen in the "SYNOPSIS", you specify the data structure via the
+ "traits" parameter. These traits will be loaded automatically, so you
+ need not load MouseX::NativeTraits explicitly.
+ .
+ This extension is compatible with Moose native traits, although it is
+ not a part of Mouse core.
+

Added: trunk/libmousex-nativetraits-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-nativetraits-perl/debian/copyright?rev=69464&op=file
==============================================================================
--- trunk/libmousex-nativetraits-perl/debian/copyright (added)
+++ trunk/libmousex-nativetraits-perl/debian/copyright Thu Feb 24 06:02:39 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Goro Fuji (gfx) <gfuji(at)cpan.org>
+Source: http://search.cpan.org/dist/MouseX-NativeTraits/
+Name: MouseX-NativeTraits
+
+Files: *
+Copyright: Goro Fuji (gfx) <gfuji(at)cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, TANIGUCHI Takaki <takaki 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/libmousex-nativetraits-perl/debian/libmousex-nativetraits-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-nativetraits-perl/debian/libmousex-nativetraits-perl.docs?rev=69464&op=file
==============================================================================
--- trunk/libmousex-nativetraits-perl/debian/libmousex-nativetraits-perl.docs (added)
+++ trunk/libmousex-nativetraits-perl/debian/libmousex-nativetraits-perl.docs Thu Feb 24 06:02:39 2011
@@ -1,0 +1,1 @@
+README

Added: trunk/libmousex-nativetraits-perl/debian/libmousex-nativetraits-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-nativetraits-perl/debian/libmousex-nativetraits-perl.examples?rev=69464&op=file
==============================================================================
--- trunk/libmousex-nativetraits-perl/debian/libmousex-nativetraits-perl.examples (added)
+++ trunk/libmousex-nativetraits-perl/debian/libmousex-nativetraits-perl.examples Thu Feb 24 06:02:39 2011
@@ -1,0 +1,1 @@
+example/*

Added: trunk/libmousex-nativetraits-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-nativetraits-perl/debian/rules?rev=69464&op=file
==============================================================================
--- trunk/libmousex-nativetraits-perl/debian/rules (added)
+++ trunk/libmousex-nativetraits-perl/debian/rules Thu Feb 24 06:02:39 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libmousex-nativetraits-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-nativetraits-perl/debian/source/format?rev=69464&op=file
==============================================================================
--- trunk/libmousex-nativetraits-perl/debian/source/format (added)
+++ trunk/libmousex-nativetraits-perl/debian/source/format Thu Feb 24 06:02:39 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libmousex-nativetraits-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmousex-nativetraits-perl/debian/watch?rev=69464&op=file
==============================================================================
--- trunk/libmousex-nativetraits-perl/debian/watch (added)
+++ trunk/libmousex-nativetraits-perl/debian/watch Thu Feb 24 06:02:39 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/MouseX-NativeTraits/   .*/MouseX-NativeTraits-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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