debian/0000755000000000000000000000000012216636355007177 5ustar debian/rules0000755000000000000000000000003612216636355010256 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000247512216636355010612 0ustar Source: libmodule-util-perl Maintainer: Debian Perl Group Uploaders: Jeremiah C. Foster , Jonathan Yu , gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl (>= 5.17.1) | libmodule-build-perl (>= 0.400000) Build-Depends-Indep: perl, libtest-pod-coverage-perl, libtest-pod-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-util-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-util-perl.git Homepage: https://metacpan.org/release/Module-Util/ Package: libmodule-util-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module to manipulate Perl module names Module::Util provides useful functions to manipulate module names. Its main aim is to centralise some of the functions commonly used by modules that manipulate other modules in some way, like converting module names to relative paths. . It also provides some general utility functions for working with modules, such as determining whether a string "looks like" a module name, or testing if a module is loaded (using %INC magic). debian/source/0000755000000000000000000000000012216636355010477 5ustar debian/source/format0000644000000000000000000000001412216636355011705 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000317412216636355011056 0ustar libmodule-util-perl (1.09-1) unstable; urgency=low * Team upload. [ 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 [ Nuno Carvalho ] * New upstream release. * debian/control: update standards version. * debian/control: update Build-Depends modules order by cme suggestion. -- Nuno Carvalho Thu, 19 Sep 2013 18:18:22 +0100 libmodule-util-perl (1.08-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ryan Niebur ] * Email change: Ryan Niebur -> ryan@debian.org [ gregor herrmann ] * debian/control: Changed: (build-)depend on perl instead of perl- modules. * Remove alternative (build) dependencies that are already satisfied in oldstable. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * New upstream release. * Switch to "3.0 (quilt)" source format. * debian/copyright: update to Copyright-Format 1.0. * Update license stanzas in debian/copyright. * Bump Standards-Version to 3.9.3; remove version from perl (build) dependency. * Set debhelper compatibility level to 8. * Add /me to Uploaders. * Add build dependency on newest Module::Build. -- gregor herrmann Fri, 08 Jun 2012 23:20:38 +0200 libmodule-util-perl (1.07-1) unstable; urgency=low * Initial Release. (Closes: #509442) -- Jonathan Yu Mon, 18 May 2009 23:09:46 -0400 debian/compat0000644000000000000000000000000212216636355010375 0ustar 8 debian/copyright0000644000000000000000000000217112216636355011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Module-Util Upstream-Contact: Matt Lawrence Source: https://metacpan.org/release/Module-Util/ Files: * Copyright: 2005 Matt Lawrence License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2008, Jeremiah C. Foster 2012, 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/watch0000644000000000000000000000035312216636355010231 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search https://metacpan.org/release/Module-Util/ .*/Module-Util-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$