debian/0000755000000000000000000000000012223255347007173 5ustar debian/watch0000644000000000000000000000017212101265226010214 0ustar version=3 https://metacpan.org/release/MooseX-Aliases/ .*/MooseX-Aliases-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000203012223254601011111 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MooseX-Aliases Upstream-Contact: Jesse Luehrs Source: https://metacpan.org/release/MooseX-Aliases/ Files: * Copyright: 2013, Jesse Luehrs License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2011, 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'. debian/control0000644000000000000000000000212212223255136010567 0ustar Source: libmoosex-aliases-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-fatal-perl, libmoose-perl, libtest-output-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-aliases-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmoosex-aliases-perl.git Homepage: https://metacpan.org/release/MooseX-Aliases/ Package: libmoosex-aliases-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libmoose-perl Description: Moose extension for easy aliasing of methods and attributes MooseX::Aliases is an extension to Moose that facilitates simple aliasing of methods and attributes. It provides an alias parameter for has() to generate aliased accessors as well as the standard ones. Further, attributes can also be initialized in the constructor via their aliased names. debian/compat0000644000000000000000000000000211671746742010403 0ustar 8 debian/changelog0000644000000000000000000000355112223255347011051 0ustar libmoosex-aliases-perl (0.11-1) unstable; urgency=low * Team upload [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ 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 [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Florian Schlichting ] * Import Upstream version 0.11 * Bump year of upstream copyright * Drop libtest-requires-perl from build-dependencies * Declare compliance with Debian Policy 3.9.4 -- Florian Schlichting Thu, 03 Oct 2013 13:53:39 +0200 libmoosex-aliases-perl (0.10-1) unstable; urgency=low * Team upload. * New upstream release. * debian/rules: Remove several almost empty manpages. * Add build-dep on perl (>= 5.10.1) | libtest-simple-perl (>= 0.88). * Bump Standards-Version to 3.9.2 (no changes). -- Ansgar Burchardt Sat, 14 May 2011 16:12:06 +0200 libmoosex-aliases-perl (0.09-1) unstable; urgency=low * New upstream release * Bump to debhelper compat 8 * Use new 3.0 (quilt) source format * Standards-Version 3.9.1 - Explicitly refer to GPL-1 license text in common-licenses. * Update dependencies per upstream * No longer run RELEASE_TESTING tests * Refresh copyright information -- Jonathan Yu Sat, 26 Feb 2011 22:55:41 -0500 libmoosex-aliases-perl (0.08-1) unstable; urgency=low * New upstream release * Refresh copyright information -- Jonathan Yu Mon, 18 Jan 2010 13:26:20 -0500 libmoosex-aliases-perl (0.07-1) unstable; urgency=low * Initial Release (Closes: #563216) -- Jonathan Yu Fri, 01 Jan 2010 15:54:23 -0500 debian/source/0000755000000000000000000000000011671746742010505 5ustar debian/source/format0000644000000000000000000000001411671746742011713 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000077711671746742010300 0ustar #!/usr/bin/make -f PACKAGE := $(shell dh_listpackages) TMP := $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install # remove almost empty manpages $(RM) $(TMP)/usr/share/man/man3/MooseX::Aliases::Meta::Trait::Role.3pm \ $(TMP)/usr/share/man/man3/MooseX::Aliases::Meta::Trait::Role::ApplicationToClass.3pm \ $(TMP)/usr/share/man/man3/MooseX::Aliases::Meta::Trait::Role::ApplicationToRole.3pm \ $(TMP)/usr/share/man/man3/MooseX::Aliases::Meta::Trait::Role::Composite.3pm