Codebase list libconfig-mvp-reader-ini-perl / fb496ca
[svn-inject] Applying Debian modifications to trunk Ansgar Burchardt 13 years ago
8 changed file(s) with 64 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 libconfig-mvp-reader-ini-perl (1.101450-1) UNRELEASED; urgency=low
1
2 * Initial Release. (Closes: #583217)
3
4 -- Ansgar Burchardt <ansgar@43-1.org> Wed, 26 May 2010 22:35:28 +0900
0 Source: libconfig-mvp-reader-ini-perl
1 Section: perl
2 Priority: optional
3 Build-Depends: debhelper (>= 7)
4 Build-Depends-Indep: libconfig-ini-perl, libconfig-mvp-perl (>= 1.101451),
5 libmoose-perl, perl
6 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
7 Uploaders: Ansgar Burchardt <ansgar@43-1.org>
8 Standards-Version: 3.8.4
9 Homepage: http://search.cpan.org/dist/Config-MVP-Reader-INI/
10 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-mvp-reader-ini-perl/
11 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconfig-mvp-reader-ini-perl/
12
13 Package: libconfig-mvp-reader-ini-perl
14 Architecture: all
15 Depends: ${misc:Depends}, ${perl:Depends}, libconfig-ini-perl,
16 libconfig-mvp-perl (>= 1.101451), libmoose-perl
17 Enhances: libconfig-mvp-perl
18 Replaces: libconfig-ini-mvp-perl (< 0.024+)
19 Description: Perl module providing a MVP config reader for .ini files
20 Config::MVP::Reader::INI implements a reader for .ini files for use
21 with Config::MVP.
0 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
1 Maintainer: Ricardo Signes <rjbs@cpan.org>
2 Source: http://search.cpan.org/dist/Config-MVP-Reader-INI/
3 Name: Config-MVP-Reader-INI
4
5 Files: *
6 Copyright: 2008, Ricardo Signes <rjbs@cpan.org>
7 License: Artistic or GPL-1+
8
9 Files: debian/*
10 Copyright: 2010, Ansgar Burchardt <ansgar@43-1.org>
11 License: Artistic or GPL-1+
12
13 License: Artistic
14 This program is free software; you can redistribute it and/or modify
15 it under the terms of the Artistic License, which comes with Perl.
16 .
17 On Debian GNU/Linux systems, the complete text of the Artistic License
18 can be found in `/usr/share/common-licenses/Artistic'
19
20 License: GPL-1+
21 This program is free software; you can redistribute it and/or modify
22 it under the terms of the GNU General Public License as published by
23 the Free Software Foundation; either version 1, or (at your option)
24 any later version.
25 .
26 On Debian GNU/Linux systems, the complete text of the GNU General
27 Public License can be found in `/usr/share/common-licenses/GPL'
0 #!/usr/bin/make -f
1
2 %:
3 dh $@
0 3.0 (quilt)
0 version=3
1 http://search.cpan.org/dist/Config-MVP-Reader-INI/ .*/Config-MVP-Reader-INI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$