debian/0000755000000000000000000000000012174530317007171 5ustar debian/control0000644000000000000000000000163612174530317010602 0ustar Source: pmuninstall Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Alessandro Ghedini Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl (>= 5.14.0), libcpan-distnameinfo-perl, libyaml-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libapp-pmuninstall-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libapp-pmuninstall-perl.git Homepage: https://metacpan.org/release/App-pmuninstall/ Package: pmuninstall Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcpan-distnameinfo-perl, libyaml-perl, perl (>= 5.14.0) Description: script to uninstall modules installed from CPAN pmuninstall is a fast module uninstaller. It reads installed files lists from *.packlist files (generated when installing modules using e.g. cpanminus) and deletes them. debian/compat0000644000000000000000000000000212174530317010367 0ustar 8 debian/watch0000644000000000000000000000017412174530317010224 0ustar version=3 https://metacpan.org/release/App-pmuninstall/ .*/App-pmuninstall-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000012174530317010620 5ustar debian/patches/01_manpage-description.patch0000644000000000000000000000130412174530317016070 0ustar Description: Add a proper description to the manpage Author: Alessandro Ghedini Origin: vendor Forwarded: not-needed Last-Update: 2012-09-17 --- pmuninstall-0.29.orig/bin/pm-uninstall +++ pmuninstall-0.29/bin/pm-uninstall @@ -27,4 +27,12 @@ __END__ -l,--local-lib Additional module path -L,--local-lib-contained Additional module path (don't include non-core modules) +=head1 DESCRIPTION + +pmuninstall is a fast module uninstaller. It reads installed files lists from +*.packlist files (generated when installing modules using e.g. cpanminus) and +deletes them. + +Note that it won't attempt to uninstall modules installed by Debian packages. + =cut debian/patches/series0000644000000000000000000000003512174530317012033 0ustar 01_manpage-description.patch debian/source/0000755000000000000000000000000012174530317010471 5ustar debian/source/format0000644000000000000000000000001412174530317011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000130612174530317011043 0ustar pmuninstall (0.30-1) unstable; urgency=low [ gregor herrmann ] * debian/copyright: update wording of Comment about copyright ownership. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Alessandro Ghedini ] * New upstream release * Update upstream copyright years * Remove *.docs (not needed) * Bump Standards-Version to 3.9.4 (no changes needed) -- Alessandro Ghedini Fri, 26 Jul 2013 19:23:58 +0200 pmuninstall (0.29-1) unstable; urgency=low * Initial Release (Closes: #687828) -- Alessandro Ghedini Mon, 17 Sep 2012 11:54:02 +0200 debian/copyright0000644000000000000000000000247512174530317011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: App-pmuninstall Source: https://metacpan.org/release/App-pmuninstall/ Upstream-Contact: Yuji Shimada Files: * Copyright: 2013, Yuji Shimada License: Artistic or GPL-1+ Comment: The upstream distribution does not contain an explicit statement of copyright ownership. Pursuant to the Berne Convention for the Protection of Literary and Artistic Works, it is assumed that all content is copyright by its respective authors unless otherwise stated. Files: debian/* Copyright: 2012, Alessandro Ghedini 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/rules0000755000000000000000000000003612174530317010250 0ustar #!/usr/bin/make -f %: dh $@