debian/0000755000000000000000000000000011674433100007165 5ustar debian/control0000644000000000000000000000253311674433100010573 0ustar Source: libmoosex-singleton-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libmoose-perl (>= 1.10), libmoosex-strictconstructor-perl (>= 0.16), libtest-fatal-perl, libtest-requires-perl, libtest-warn-perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.88) Maintainer: Debian Perl Group Uploaders: Ryan Niebur , Jonathan Yu , Ansgar Burchardt , gregor herrmann , Alessandro Ghedini Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/MooseX-Singleton/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-singleton-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-singleton-perl.git Package: libmoosex-singleton-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libmoose-perl (>= 1.10) Description: Moose extension to turn a class into a singleton MooseX::Singleton lets you easily change your Moose class into a singleton, which is a class that only has one instance in an application. All you should need to do is change your use of "use Moose" to "use MooseX::Singleton". This module uses a new class metaclass and instance metaclass, so if you're doing metamagic you may not be able to use this. debian/copyright0000644000000000000000000000215211674433100011120 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Shawn M Moore Source: http://search.cpan.org/dist/MooseX-Singleton/ Name: MooseX-Singleton Files: * Copyright: 2011, Shawn M Moore License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Ryan Niebur 2009, Jonathan Yu 2011, 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/watch0000644000000000000000000000017511674433100010221 0ustar version=3 http://search.cpan.org/dist/MooseX-Singleton/ .*/MooseX-Singleton-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211674433100010363 0ustar 8 debian/changelog0000644000000000000000000000572111674433100011044 0ustar libmoosex-singleton-perl (0.29-1) unstable; urgency=low [ 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. [ Alessandro Ghedini ] * New upstream release * Update upstream copyright year * Tighten versioned B-D-I on libmoosex-strictconstructor-perl * Add myself to Uploaders -- Alessandro Ghedini Wed, 21 Dec 2011 20:26:35 +0100 libmoosex-singleton-perl (0.26-1) unstable; urgency=low [ Ansgar Burchardt ] * Email change: Ansgar Burchardt -> ansgar@debian.org [ Jonathan Yu ] * New upstream release [ gregor herrmann ] * Update upstream and packaging copyright. * Set Standards-Version to 3.9.2 (no changes). * Bump debhelper compatibility level to 8. * Add /me to Uploaders. * Build dependencies: s/libtest-exception-perl/libtest-fatal-perl/; make libmoosex-strictconstructor-perl versioned. -- gregor herrmann Thu, 21 Apr 2011 21:05:02 +0200 libmoosex-singleton-perl (0.25-1) unstable; urgency=low * New upstream release. * Bump (build-)dep on libmoose-perl to >= 1.10. * Add build-dep on libtest-requires-perl. * debian/copyright: Refer to /usr/share/common-licenses/GPL-1; refer to "Debian systems" instead of "Debian GNU/Linux systems". * Bump Standards-Version to 3.9.1. -- Ansgar Burchardt Tue, 31 Aug 2010 21:18:29 +0900 libmoosex-singleton-perl (0.24-1) unstable; urgency=low * New upstream release. * Bump (build-)dep on libmoose-perl to >= 0.94. * Bump Standards-Version to 3.9.0 (no changes). -- Ansgar Burchardt Fri, 16 Jul 2010 14:23:04 +0900 libmoosex-singleton-perl (0.22-2) unstable; urgency=low * Re-upload with man pages generated correctly. (Closes: #576666) * Use source format 3.0 (quilt). * debian/copyright: Formatting changes for current DEP-5 proposal. * Bump Standards-Version to 3.8.4. * Add myself to Uploaders. -- Ansgar Burchardt Sat, 22 May 2010 04:47:21 +0900 libmoosex-singleton-perl (0.22-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Update short description [ Ryan Niebur ] * Update ryan52's email address [ gregor herrmann ] * debian/copyright: update years of upstream copyright. -- Jonathan Yu Fri, 25 Dec 2009 08:19:44 -0500 libmoosex-singleton-perl (0.21-1) unstable; urgency=low * New upstream release + Use roles instead of metaclass subclasses, so it now plays nicely with other extensions, such as MooseX::StrictConstructor * Add MooseX::StrictConstructor for build testing * Remove whatis patches, they are applied upstream -- Jonathan Yu Sat, 19 Sep 2009 17:23:57 -0400 libmoosex-singleton-perl (0.19-1) unstable; urgency=low * Initial Release. (Closes: #533473) -- Jonathan Yu Wed, 02 Sep 2009 06:41:02 -0400 debian/source/0000755000000000000000000000000011674433100010465 5ustar debian/source/format0000644000000000000000000000001411674433100011673 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611674433100010244 0ustar #!/usr/bin/make -f %: dh $@