debian/0000755000000000000000000000000012257346040007171 5ustar debian/compat0000644000000000000000000000000212257163634010375 0ustar 9 debian/control0000644000000000000000000000433012257221303010566 0ustar Source: libmouse-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Jose Luis Rivas , Brian Cassidy , Rene Mayorga , Antonio Radici , Ryan Niebur , Nathan Handler , Jonathan Yu , Ansgar Burchardt , Dominic Hargreaves Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), libclass-method-modifiers-perl, libextutils-parsexs-perl (>= 3.210000), libio-string-perl, liblocale-us-perl, libmodule-build-perl (>= 0.400500), libmodule-build-xsutil-perl, libmoose-perl, libparams-coerce-perl, libpath-class-perl, libregexp-common-perl, libtest-deep-perl, libtest-exception-lessclever-perl, libtest-exception-perl, libtest-fatal-perl, libtest-leaktrace-perl, libtest-output-perl, libtest-requires-perl, libtry-tiny-perl, liburi-perl, libwww-perl, perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmouse-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmouse-perl.git Homepage: https://metacpan.org/release/Mouse/ Package: libmouse-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Recommends: libclass-method-modifiers-perl Description: lightweight object framework for Perl Mouse is a lightweight Perl object framework based largely on the techniques created for Moose, the leading Perl framework for painless OO class creation. It is designed to be similar in functionality to Moose, though faster, by only providing a subset of Moose's functionality, alleviating some of the compile- time penalty incurred by Moose. It also has considerably less dependencies. debian/copyright0000644000000000000000000000653512246502044011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Mouse Upstream-Contact: Shawn M Moore Source: https://metacpan.org/release/Mouse/ Files: * Copyright: 2006-2010, Infinity Interactive, Inc. License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2011, Adam Kennedy 2002-2011, Audrey Tang 2002-2011, Brian Ingerson License: Artistic or GPL-1+ Files: inc/Test/Exception.pm inc/Test/Exception/* Copyright: 2002-2007, Adrian Howard License: Artistic or GPL-1+ Comment: See package libtest-exception-perl Files: inc/Test/Requires.pm Copyright: 2009-2010, Tokuhiro Matsuno License: Artistic or GPL-1+ Comment: See package libtest-requires-perl Files: inc/Test/Fatal.pm Copyright: 2010, Ricardo Signes License: Artistic or GPL-1+ Comment: See package libtest-fatal-perl Files: inc/Try/Tiny.pm Copyright: 2013, Yuval Kogman License: MIT Comment: See package libtry-tiny-perl Files: lib/ouse.pm Copyright: 2008, Shawn M Moore License: Artistic or GPL-1+ Files: xshelper.h Copyright: 2010, Fuji, Goro (gfx) License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, Gunnar Wolf 2008-2009, Brian Cassidy 2008-2009, Jose Luis Rivas 2008-2013, gregor herrmann 2009, Nathan Handler 2009, Rene Mayorga 2009, Ryan Niebur 2009-2010, Jonathan Yu 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'. License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/libmouse-perl.examples0000644000000000000000000000001212246502044013475 0ustar example/* debian/rules0000755000000000000000000000035312257163634010260 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/source/0000755000000000000000000000000012246502044010465 5ustar debian/source/format0000644000000000000000000000001412246502044011673 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000015012246502044010212 0ustar version=3 https://metacpan.org/release/Mouse/ .*/Mouse-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/clean0000644000000000000000000000003512257163634010202 0ustar lib/Mouse/Tiny.pm xs-src/*.c debian/NEWS0000644000000000000000000000076012257165565007706 0ustar libmouse-perl (2.1.0-1) unstable; urgency=low Upstream bumped the major version number due to a bug fix which changes Mouse.pm's behaviour: Merged the pull-request #13, which fixed an issue where the behavior of role method confliction was different from Moose. This change might affect your existing code so the major version has incremented. See t/030_roles/role_conflict_and_inheritance.t for details. -- Axel Beckert Fri, 27 Dec 2013 03:49:56 +0100 debian/changelog0000644000000000000000000003442212257346040011050 0ustar libmouse-perl (2.1.0-1) unstable; urgency=low * Team upload * New upstream release + Add build-dependencies on libmodule-build-xsutil-perl, libtest-exception-lessclever-perl, libtest-fatal-perl, libtest-requires-perl, libtry-tiny-perl + Add version constraint on libextutils-parsexs-perl b-d + Add versioned build-dependency on libmodule-build-perl + Create debian/clean, add lib/Mouse/Tiny.pm and xs-src/*.c + Add debian/NEWS for making users aware of behaviour changes * Bump Standard-Version to 3.9.5 (no changes) -- Axel Beckert Fri, 27 Dec 2013 19:51:11 +0100 libmouse-perl (1.12-1) unstable; urgency=low * New upstream release. -- gregor herrmann Sat, 05 Oct 2013 17:15:00 +0200 libmouse-perl (1.11-1) unstable; urgency=low * New upstream release. Fixes "FTBFS with Perl 5.18: t/030_roles/001_meta_role.t failure" (Closes: #719596) * debian/copyright: add info about new third-party files. -- gregor herrmann Tue, 13 Aug 2013 15:25:36 +0200 libmouse-perl (1.05-1) unstable; urgency=low [ Nathan Handler ] * Email change: Nathan Handler -> nhandler@debian.org [ 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 ] * New upstream release. * Update years of packaging copyright. * Set Standards-Version to 3.9.4 (no changes). * Use debhelper 9.20120312 to get all hardening flags. -- gregor herrmann Sun, 17 Feb 2013 20:01:14 +0100 libmouse-perl (1.02-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Alessandro Ghedini ] * New upstream release -- Alessandro Ghedini Sun, 02 Sep 2012 15:51:09 +0200 libmouse-perl (0.99-1) unstable; urgency=low * Team upload. [ Alessandro Ghedini ] * Email change: Alessandro Ghedini -> ghedo@debian.org [ intrigeri ] * Imported Upstream version 0.98 * Imported Upstream version 0.99 * Fix debian/copyright with cme. * Bump debhelper compatibility level to 9, in order to enable hardening. * Bump Standards-Version to 3.9.3, no change required. -- intrigeri Sat, 30 Jun 2012 17:36:51 +0200 libmouse-perl (0.97-1) unstable; urgency=medium [ intrigeri ] * Add missing build-dependency on libtest-exception-perl. [ gregor herrmann ] * New upstream release 0.95. [ Alessandro Ghedini ] * New upstream release * Drop disable-failing-test-ia64.patch (merged upstream) * Swap libextutils-parsexs-perl and perl (>= 5.14) in B-D (Closes: #649180) [ gregor herrmann ] * Set urgency to medium (RC bug fix, perl 5.14 transition). -- Alessandro Ghedini Fri, 18 Nov 2011 16:44:13 +0100 libmouse-perl (0.94-1) unstable; urgency=low * New upstream release -- Alessandro Ghedini Tue, 04 Oct 2011 16:02:33 +0200 libmouse-perl (0.93-3) unstable; urgency=low [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * Remove debian/source/local-options; abort-on-upstream-changes and unapply-patches are default in dpkg-source since 1.16.1. [ Alessandro Ghedini ] * Add disable-failing-test-ia64.patch (Closes: #642803) -- Alessandro Ghedini Sun, 25 Sep 2011 13:11:43 +0200 libmouse-perl (0.93-2) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Dominic Hargreaves ] * Add alternative Build-Depends on perl 5.14, which satisfies libextutils-parsexs-perl (>= 2.210000) (Closes: #636760) -- Dominic Hargreaves Fri, 05 Aug 2011 19:34:40 +0100 libmouse-perl (0.93-1) unstable; urgency=low [ Ansgar Burchardt ] * New upstream release 0.92 [ Alessandro Ghedini ] * New upstream release * Add myself to Uploaders * Bump Standards-Version to 3.9.2 (no changes needed) * Update Module::Install copyright years -- Alessandro Ghedini Tue, 17 May 2011 18:18:00 +0200 libmouse-perl (0.91-1) unstable; urgency=low * New upstream release * Bump to debhelper compat 8 -- Jonathan Yu Tue, 15 Mar 2011 21:53:52 -0400 libmouse-perl (0.90-1) unstable; urgency=low * New upstream release. * Add debian/source/local-options. -- Ansgar Burchardt Fri, 25 Feb 2011 16:10:38 +0100 libmouse-perl (0.89-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Sun, 30 Jan 2011 15:31:41 +0100 libmouse-perl (0.87-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Sat, 20 Nov 2010 12:11:53 +0100 libmouse-perl (0.86-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Fri, 12 Nov 2010 16:12:53 +0100 libmouse-perl (0.82-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Sat, 06 Nov 2010 15:36:57 +0100 libmouse-perl (0.81-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Sat, 30 Oct 2010 10:26:35 +0200 libmouse-perl (0.80-1) unstable; urgency=low * New upstream release. * Drop build-dep on libtest-exception-perl. * debian/copyright: Add information for files in inc/Test/* and xshelper.h; refer to "Debian systems" instead of "Debian GNU/Linux systems". * Update my email address. -- Ansgar Burchardt Mon, 11 Oct 2010 17:57:05 +0200 libmouse-perl (0.64-1) unstable; urgency=low * New upstream release. * debian/copyright: Refer to /usr/share/common-licenses/GPL-1. * Bump Standards-Version to 3.9.1. -- Ansgar Burchardt Tue, 27 Jul 2010 02:18:02 +0900 libmouse-perl (0.63-1) unstable; urgency=low * New upstream release. * Remove build-dep on libtest-requires-perl. -- Ansgar Burchardt Wed, 21 Jul 2010 14:10:19 +0900 libmouse-perl (0.62-1) unstable; urgency=low * New upstream release. * Bump Standards-Vesion to 3.9.0 (no changes). -- Ansgar Burchardt Wed, 07 Jul 2010 20:45:49 +0900 libmouse-perl (0.61-1) unstable; urgency=low * New upstream release. -- gregor herrmann Sat, 19 Jun 2010 15:45:00 +0200 libmouse-perl (0.60-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Fri, 11 Jun 2010 02:10:56 +0900 libmouse-perl (0.58-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Sat, 08 May 2010 20:42:59 +0900 libmouse-perl (0.57-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Fri, 07 May 2010 23:46:16 +0900 libmouse-perl (0.56-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Thu, 29 Apr 2010 20:36:15 +0900 libmouse-perl (0.55-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Thu, 22 Apr 2010 19:48:57 +0900 libmouse-perl (0.54-1) unstable; urgency=low * New upstream release. -- gregor herrmann Sat, 17 Apr 2010 20:44:25 +0200 libmouse-perl (0.53-1) unstable; urgency=low * New upstream release. * Add myself to Uploaders. -- Ansgar Burchardt Mon, 12 Apr 2010 11:26:56 +0900 libmouse-perl (0.52-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release 0.51 [ gregor herrmann ] * New upstream release 0.52. * Convert to source format 3.0 (quilt). * New build dependency: libtest-requires-perl. * Build depend on perl 5.10.1 to ensure we have Devel::PPPort 3.19. -- gregor herrmann Sun, 28 Mar 2010 20:02:30 +0200 libmouse-perl (0.50-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release [ gregor herrmann ] * Bump versioned build dependency on libtest-exception-perl to >= 0.29 as per new upstream requirements. * Update years of copyright for inc/Module/*. -- Jonathan Yu Mon, 08 Feb 2010 17:56:36 -0500 libmouse-perl (0.49-1) unstable; urgency=low * New upstream release * Add Path::Class to B-D for testing -- Jonathan Yu Tue, 02 Feb 2010 11:55:04 -0500 libmouse-perl (0.48-1) unstable; urgency=low * New upstream release * Standards-Version 3.8.4 (no changes) -- Jonathan Yu Sun, 31 Jan 2010 19:39:48 -0500 libmouse-perl (0.46-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release [ gregor herrmann ] * debian/copyright: update years of upstream and packaging copyright. -- Jonathan Yu Sat, 09 Jan 2010 17:51:21 -0500 libmouse-perl (0.45-1) unstable; urgency=low * New upstream release -- Jonathan Yu Sat, 19 Dec 2009 17:37:56 -0500 libmouse-perl (0.44-1) unstable; urgency=low * New upstream release -- Jonathan Yu Wed, 09 Dec 2009 11:53:31 -0500 libmouse-perl (0.42-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Refresh control and copyright information * Add a override to fix shebang lines * Change to Arch: any package since this contains XS now [ gregor herrmann ] * debian/control: Changed: (build-)depend on perl instead of perl- modules. -- Jonathan Yu Sat, 05 Dec 2009 17:04:11 -0500 libmouse-perl (0.40-1) unstable; urgency=low * New upstream release * Updating my email on debian/copyright -- Jose Luis Rivas Tue, 20 Oct 2009 16:02:03 -0430 libmouse-perl (0.39-1) unstable; urgency=low * New upstream release * Add libtest-leaktrace-perl and libio-string-perl to B-D-I -- Jonathan Yu Tue, 13 Oct 2009 19:12:08 -0400 libmouse-perl (0.37-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Standards-Version 3.8.3 (no changes) * Added myself to Uploaders and Copyright * Use short debhelper rules format [ Ryan Niebur ] * Update ryan52's email address [ Jose Luis Rivas ] * Update my email address -- Jonathan Yu Fri, 02 Oct 2009 05:53:44 -0400 libmouse-perl (0.27-1) unstable; urgency=low [ Nathan Handler ] * New upstream release * debian/copyright: - Cleanup and add correct some errors * debian/control: - Add myself to list of Uploaders * debian/watch: - Remove unnecessary comments [ gregor herrmann ] * debian/control: bump versioned build dependency on libmoose-perl (the test suite needs a newer version). -- Nathan Handler Fri, 03 Jul 2009 03:01:53 +0000 libmouse-perl (0.25-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ryan Niebur ] * New upstream release - fixes FTBFS (Closes: #534006) * Debian Policy 3.8.2 -- Ryan Niebur Sun, 21 Jun 2009 20:30:32 -0700 libmouse-perl (0.23-1) unstable; urgency=low * New upstream release -- Ryan Niebur Wed, 27 May 2009 18:59:22 -0700 libmouse-perl (0.22-1) unstable; urgency=low * New upstream release -- Ryan Niebur Thu, 23 Apr 2009 19:52:35 -0700 libmouse-perl (0.21-1) unstable; urgency=low * remove patch, it's applied upstream * New upstream release -- Ryan Niebur Sat, 11 Apr 2009 20:44:08 -0700 libmouse-perl (0.20-1) unstable; urgency=low [ Ryan Niebur ] * New upstream release * Debian Policy 3.8.1 [ gregor herrmann ] * Minor updates to debian/copyright. -- Ryan Niebur Fri, 10 Apr 2009 10:54:02 -0700 libmouse-perl (0.19-1) unstable; urgency=low [ Antonio Radici ] * New upstream release * debian/control: + adding me to the Uploaders + added libclass-method-modifiers and libtest-output-perl to B-D-I [ Ryan Niebur ] * New upstream release * add myself to uploaders [ gregor herrmann ] * debian/control: add libclass-method-modifiers-perl to Recommends:. -- Ryan Niebur Sun, 08 Mar 2009 16:00:57 -0700 libmouse-perl (0.17-1) unstable; urgency=low * New upstream release -- Brian Cassidy Wed, 18 Feb 2009 09:23:41 -0400 libmouse-perl (0.16-1) unstable; urgency=low * New upstream release * debian/control: build dependency on quilt removed * debian/patches: removed * debian/README.source: removed * debian/rules: quilt rules removed -- Brian Cassidy Thu, 12 Feb 2009 10:52:36 -0400 libmouse-perl (0.15-1) unstable; urgency=low * New upstream release. -- Rene Mayorga Sat, 07 Feb 2009 02:02:25 -0600 libmouse-perl (0.14-1) unstable; urgency=low * New upstream release. -- gregor herrmann Sun, 21 Dec 2008 23:52:04 +0100 libmouse-perl (0.13-1) unstable; urgency=low * New upstream release * debian/control: add libtest-exception-perl to build deps -- Brian Cassidy Tue, 16 Dec 2008 09:19:37 -0400 libmouse-perl (0.12-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Brian Cassidy ] * New upstream release * debian/control: Add myself to Uploaders * debian/patches/manpage-whatis.patch: add description section -- Brian Cassidy Fri, 05 Dec 2008 08:59:14 -0400 libmouse-perl (0.11-1) unstable; urgency=low [ Jose Luis Rivas ] * New upstream release * Added me as uploader. [ gregor herrmann ] * debian/control: start short description with a lower-case letter. -- Jose Luis Rivas Mon, 10 Nov 2008 10:55:26 -0430 libmouse-perl (0.10-1) unstable; urgency=low * New upstream release. * Set debhelper compatibility level to 7; adapt debian/{control,compat,rules}. * debian/control: - add /me to Uploaders - add libmoose-perl to Build-Depends-Indep (used in test suite) * debian/copyright: add information for files under inc/. * Add patch to add missing whatis entry in a manpage; add quilt framework and debian/README.source. -- gregor herrmann Thu, 30 Oct 2008 20:32:54 +0100 libmouse-perl (0.09-1) unstable; urgency=low * Initial Release (Closes: #502023) -- Gunnar Wolf Sun, 12 Oct 2008 14:04:31 -0500