[libmousex-nativetraits-perl] 01/06: Imported Debian patch 1.09-1

gregor herrmann gregoa at debian.org
Fri Jan 3 01:33:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmousex-nativetraits-perl.

commit fa65f0b15332fc112da145c4c957dc931c2ac117
Merge: 21a9307 b7ca74a
Author: TANIGUCHI Takaki <takaki at debian.org>
Date:   Wed May 8 12:32:32 2013 +0900

    Imported Debian patch 1.09-1

 Changes                            |  6 ++++++
 META.yml                           |  8 ++++----
 Makefile.PL                        |  4 ++--
 debian/changelog                   |  9 +++++++--
 debian/control                     |  2 +-
 debian/copyright                   |  7 ++++---
 inc/Module/Install.pm              |  4 ++--
 inc/Module/Install/Base.pm         |  2 +-
 inc/Module/Install/Makefile.pm     | 22 +++++++++++++---------
 inc/Module/Install/Metadata.pm     |  2 +-
 inc/Module/Install/WriteAll.pm     |  2 +-
 lib/Mouse/Meta/Attribute/Native.pm |  2 +-
 lib/MouseX/NativeTraits.pm         |  4 ++--
 lib/MouseX/NativeTraits/Num.pm     |  4 ----
 14 files changed, 45 insertions(+), 33 deletions(-)

diff --cc debian/changelog
index 92fd5c8,0000000..1d57526
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,49 -1,0 +1,54 @@@
- libmousex-nativetraits-perl (1.07-2) UNRELEASED; urgency=low
++libmousex-nativetraits-perl (1.09-1) unstable; urgency=low
 +
 +  [ gregor herrmann ]
 +  * debian/control: update {versioned,alternative} (build) dependencies.
 +
 +  [ Salvatore Bonaccorso ]
 +  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
 +  * Change search.cpan.org based URIs to metacpan.org based URIs
 +
-  -- gregor herrmann <gregoa at debian.org>  Thu, 05 Jul 2012 12:43:43 -0600
++  [ TANIGUCHI Takaki ]
++  * debian/copyright: Update Format URL
++  * Imported Upstream version 1.09
++  * debian/control: Bump Standards-Version to 3.9.4 (with no changes).
++
++ -- TANIGUCHI Takaki <takaki at debian.org>  Wed, 08 May 2013 12:32:32 +0900
 +
 +libmousex-nativetraits-perl (1.07-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Remove spelling.patch, applied upstream.
 +
 + -- gregor herrmann <gregoa at debian.org>  Wed, 07 Dec 2011 18:14:47 +0100
 +
 +libmousex-nativetraits-perl (1.05-1) unstable; urgency=low
 +
 +  [ gregor herrmann ]
 +  * Remove version from perl (build) dependency.
 +
 +  [ Ansgar Burchardt ]
 +  * debian/control: Convert Vcs-* fields to Git.
 +
 +  [ Salvatore Bonaccorso ]
 +  * debian/copyright: Replace DEP5 Format-Specification URL from
 +    svn.debian.org to anonscm.debian.org URL.
 +
 +  [ gregor herrmann ]
 +  * New upstream release.
 +  * Add some missing pieces to debian/copyright.
 +  * Don't install README anymore.
 +  * Add /me to Uploaders.
 +  * Bump Standards-Version to 3.9.2 (no changes).
 +  * Switch to debhelper compatibility level 8.
 +  * Remove some unneeded version constraints from build dependencies.
 +  * Improve short description.
 +  * Add a patch to fix spelling mistake.
 +  * Fix hashbang in example script.
 +
 + -- gregor herrmann <gregoa at debian.org>  Fri, 02 Dec 2011 22:13:14 +0100
 +
 +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
diff --cc debian/control
index 7067c59,0000000..6294659
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,33 -1,0 +1,33 @@@
 +Source: libmousex-nativetraits-perl
 +Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 +Uploaders: TANIGUCHI Takaki <takaki at debian.org>,
 +           gregor herrmann <gregoa at debian.org>
 +Section: perl
 +Priority: optional
 +Build-Depends: debhelper (>= 8)
 +Build-Depends-Indep: libany-moose-perl,
 +                     libmouse-perl (>= 0.82),
 +                     libtest-fatal-perl,
 +                     perl
- Standards-Version: 3.9.2
++Standards-Version: 3.9.4
 +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmousex-nativetraits-perl.git
 +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmousex-nativetraits-perl.git
 +Homepage: https://metacpan.org/release/MouseX-NativeTraits/
 +
 +Package: libmousex-nativetraits-perl
 +Architecture: all
 +Depends: ${misc:Depends},
 +         ${perl:Depends},
 +         libmouse-perl (>= 0.82)
 +Description: extension for 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.
 +
diff --cc debian/copyright
index 68dd1a7,0000000..9c7567e
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,36 -1,0 +1,37 @@@
- Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135
- Maintainer: Goro Fuji (gfx) <gfuji(at)cpan.org>
++Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
++Upstream-Name: MouseX-NativeTraits
++Upstream-Contact: Goro Fuji (gfx) <gfuji(at)cpan.org>
 +Source: https://metacpan.org/release/MouseX-NativeTraits/
- Name: MouseX-NativeTraits
 +
 +Files: *
 +Copyright: 2010, Goro Fuji (gfx) <gfuji(at)cpan.org>
 +Comment: mostly based on Moose, which is (c) Infinity Interactive, Inc
 +License: Artistic or GPL-1+
 +
 +Files: inc/Module/*
 +Copyright: 2002-2011, Adam Kennedy <adamk at cpan.org>
 + 2002-2011, Audrey Tang <autrijus at autrijus.org>
 + 2002-2011, Brian Ingerson <ingy at cpan.org>
 +License: Artistic or GPL-1+
 +
 +Files: debian/*
 +Copyright: 2011, TANIGUCHI Takaki <takaki at debian.org>
 + 2011, gregor herrmann <gregoa 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'.
++

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmousex-nativetraits-perl.git



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