debian/0000755000000000000000000000000012261411317007164 5ustar debian/rules0000755000000000000000000000035312261411317010245 0ustar #!/usr/bin/make -f
PACKAGE = $(shell dh_listpackages)
TMP = $(CURDIR)/debian/$(PACKAGE)
%:
dh $@
override_dh_installexamples:
dh_installexamples
sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*
debian/control0000644000000000000000000000256312261411317010575 0ustar Source: libmousex-nativetraits-perl
Maintainer: Debian Perl Group
Uploaders: TANIGUCHI Takaki ,
gregor herrmann
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.5
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.
debian/source/0000755000000000000000000000000012261411317010464 5ustar debian/source/format0000644000000000000000000000001412261411317011672 0ustar 3.0 (quilt)
debian/changelog0000644000000000000000000000416212261411317011041 0ustar libmousex-nativetraits-perl (1.09-2) unstable; urgency=medium
[ Axel Beckert ]
* debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
copyright"
[ gregor herrmann ]
* Update years of packaging and third-party copyright.
* Declare compliance with Debian Policy 3.9.5.
-- gregor herrmann Fri, 03 Jan 2014 02:30:47 +0100
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
[ 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 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 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 Fri, 02 Dec 2011 22:13:14 +0100
libmousex-nativetraits-perl (1.04-1) unstable; urgency=low
* Initial Release. (Closes: #612856)
-- TANIGUCHI Takaki Wed, 16 Feb 2011 11:02:25 +0900
debian/libmousex-nativetraits-perl.examples0000644000000000000000000000001212261411317016377 0ustar example/*
debian/compat0000644000000000000000000000000212261411317010362 0ustar 8
debian/copyright0000644000000000000000000000255412261411317011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: MouseX-NativeTraits
Upstream-Contact: Goro Fuji (gfx)
Source: https://metacpan.org/release/MouseX-NativeTraits/
Files: *
Copyright: 2010, Goro Fuji (gfx)
License: Artistic or GPL-1+
Comment: mostly based on Moose, which is (c) Infinity Interactive, Inc
Files: inc/Module/*
Copyright: 2002-2012, Adam Kennedy
2002-2012, Audrey Tang
2002-2012, Brian Ingerson
License: Artistic or GPL-1+
Files: debian/*
Copyright: 2011, TANIGUCHI Takaki
2011-2014, gregor herrmann
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'.
debian/watch0000644000000000000000000000020412261411317010211 0ustar version=3
https://metacpan.org/release/MouseX-NativeTraits/ .*/MouseX-NativeTraits-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$