debian/0000755000000000000000000000000012217374020007164 5ustar debian/rules0000755000000000000000000000003612217374020010243 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000231212217374020010565 0ustar Source: libcatalystx-injectcomponent-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libcatalyst-perl, libclass-inspector-perl, libmodule-pluggable-perl | perl (<< 5.17.0), libtest-most-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalystx-injectcomponent-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalystx-injectcomponent-perl.git Homepage: https://metacpan.org/release/CatalystX-InjectComponent/ Package: libcatalystx-injectcomponent-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcatalyst-perl, libclass-inspector-perl, libmodule-pluggable-perl | perl (<< 5.17.0) Description: module for injecting components into Catalyst applications CatalystX::InjectComponent will inject Controller, Model, and View components into Catalyst applications at setup (run)time. It does this by creating a new package on-the-fly, having that package extend the given component, and then having Catalyst setup the new component (via "->setup_component"). debian/source/0000755000000000000000000000000012217374020010464 5ustar debian/source/format0000644000000000000000000000001412217374020011672 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000135412217374020011041 0ustar libcatalystx-injectcomponent-perl (0.025-1) unstable; urgency=low [ 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 ] * Explicitly (build-)depend on Devel::InnerPackage. (Closes: #711652) * New upstream release. * Drop spelling.patch, merged upstream. * Update copyright years, drop info about removed files. * Declare compliance with Debian Policy 3.9.4. -- gregor herrmann Sat, 21 Sep 2013 21:48:22 +0200 libcatalystx-injectcomponent-perl (0.024-1) unstable; urgency=low * Initial release (closes: #667824). -- gregor herrmann Fri, 06 Apr 2012 22:46:16 +0200 debian/compat0000644000000000000000000000000212217374020010362 0ustar 8 debian/copyright0000644000000000000000000000210312217374020011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: CatalystX-InjectComponent Source: https://metacpan.org/release/CatalystX-InjectComponent/ Upstream-Contact: Robert Krimen Files: * Copyright: 2009-2013, Robert Krimen License: Artistic or GPL-1+ Files: debian/* Copyright: 2012-2013, 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/watch0000644000000000000000000000022012217374020010207 0ustar version=3 https://metacpan.org/release/CatalystX-InjectComponent/ .*/CatalystX-InjectComponent-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$