debian/0000755000000000000000000000000012207163642007171 5ustar debian/rules0000755000000000000000000000032412207163642010250 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install rm $(TMP)/usr/share/man/man3/Monkey::Patch::Action::Handle.3pm debian/control0000644000000000000000000000217512207163642010601 0ustar Source: libmonkey-patch-action-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Joenio Costa Build-Depends: debhelper (>= 8), perl Build-Depends-Indep: libsub-delete-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmonkey-patch-action-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmonkey-patch-action-perl.git Homepage: https://metacpan.org/release/Monkey-Patch-Action Package: libmonkey-patch-action-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libsub-delete-perl Description: module to monkey-patching subs from other packages, with restore Monkey patching is a way to extend or modify the runtime code of a program or library without altering the original source code. . Monkey::Patch::Action is based on Monkey::Patch and provides lexical scope monkey-patching so that you can wrap any other package's subroutine with your own code. It makes things even easier by helping you apply a stack of patches and unapply them later in flexible order. debian/source/0000755000000000000000000000000012207163642010471 5ustar debian/source/format0000644000000000000000000000001412207163642011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000025612207163642011046 0ustar libmonkey-patch-action-perl (0.4-1) unstable; urgency=low * Initial Release. (Closes: #721076) -- Joenio Costa Tue, 27 Aug 2013 13:51:47 -0300 debian/compat0000644000000000000000000000000212207163642010367 0ustar 8 debian/copyright0000644000000000000000000000210212207163642011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Monkey-Patch-Action Source: https://metacpan.org/release/Monkey-Patch-Action Upstream-Contact: Steven Haryanto Files: * Copyright: 2012, Steven Haryanto License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Joenio Costa 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/watch0000644000000000000000000000020412207163642010216 0ustar version=3 https://metacpan.org/release/Monkey-Patch-Action/ .*/Monkey-Patch-Action-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$