Codebase list libextutils-makemaker-dist-zilla-develop-perl / c16921e
Initial packaging by dh-make-perl 0.106 Clément Hermann 4 years ago
7 changed file(s) with 97 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 libextutils-makemaker-dist-zilla-develop-perl (0.03-1) UNRELEASED; urgency=low
1
2 * Initial release.
3
4 -- Clément Hermann <nodens@nodens.org> Fri, 19 Jul 2019 17:58:19 -0300
0 Source: libextutils-makemaker-dist-zilla-develop-perl
1 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
2 Uploaders: Clément Hermann <nodens@nodens.org>
3 Section: perl
4 Testsuite: autopkgtest-pkg-perl
5 Priority: optional
6 Build-Depends: debhelper-compat (= 12)
7 Build-Depends-Indep: libtest-simple-perl,
8 perl
9 Standards-Version: 4.4.0
10 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libextutils-makemaker-dist-zilla-develop-perl
11 Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libextutils-makemaker-dist-zilla-develop-perl.git
12 Homepage: https://metacpan.org/release/ExtUtils-MakeMaker-Dist-Zilla-Develop
13
14 Package: libextutils-makemaker-dist-zilla-develop-perl
15 Architecture: all
16 Depends: ${misc:Depends},
17 ${perl:Depends}
18 Description: create bare-bones Makefile.PL files for use with dzil
19 Dist::Zilla makes developing modules much easier by generating all kinds of
20 boilerplate files, saving authors from having to write them by hand, but in
21 some cases this can make developing more inconvenient. The most prominent
22 example of this is with Makefile.PL files - although the majority of
23 distributions can be hacked on just by editing the files in a source control
24 checkout and using prove for testing, for some this isn't sufficient. In
25 particular, distributions which use an auto-generated test suite and
26 distributions which use XS both need special handling at build time before
27 they will function, and with Dist::Zilla, this means running dzil build and
28 rebuilding after every change. This is tedious!
29 .
30 ExtUtils::MakeMaker::Dist::Zilla::Develop provides an alternative. Create a
31 minimal Makefile.PL in source control which handles just enough functionality
32 for basic development (it can be as minimal as just what is in the /SYNOPSIS,
33 but can also contain commands to generate your test suite, for example), and
34 tell Dist::Zilla to replace it with a real Makefile.PL when you're actually
35 ready to build a real distribution. To do this, make sure you're still using
36 the MakeMaker|Dist::Zilla::Plugin::MakeMaker plugin, either directly or
37 through a pluginbundle like @Basic|Dist::Zilla::PluginBundle::Basic, and add
38 the exclude_filename = Makefile.PL option to your dist.ini where you use
39 [GatherDir].
40 .
41 This description was automagically extracted from the module by dh-make-perl.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Source: https://metacpan.org/release/ExtUtils-MakeMaker-Dist-Zilla-Develop
2 Upstream-Contact: Jesse Luehrs <doy@tozt.net>
3 Upstream-Name: ExtUtils-MakeMaker-Dist-Zilla-Develop
4 DISCLAIMER: This copyright info was automatically extracted
5 from the perl module. It may not be accurate, so you better
6 check the module sources in order to ensure the module for its
7 inclusion in Debian or for general legal information. Please,
8 if licensing information is incorrectly generated, file a bug
9 on dh-make-perl.
10 NOTE: Don't forget to remove this disclaimer once you are happy
11 with this file.
12
13 Files: *
14 Copyright: <INSERT COPYRIGHT YEAR(S) HERE>, Jesse Luehrs <doy@tozt.net>
15 License: Artistic or GPL-1+
16
17 Files: debian/*
18 Copyright: 2019, Clément Hermann <nodens@nodens.org>
19 License: Artistic or GPL-1+
20
21 License: Artistic
22 This program is free software; you can redistribute it and/or modify
23 it under the terms of the Artistic License, which comes with Perl.
24 .
25 On Debian systems, the complete text of the Artistic License can be
26 found in `/usr/share/common-licenses/Artistic'.
27
28 License: GPL-1+
29 This program is free software; you can redistribute it and/or modify
30 it under the terms of the GNU General Public License as published by
31 the Free Software Foundation; either version 1, or (at your option)
32 any later version.
33 .
34 On Debian systems, the complete text of version 1 of the GNU General
35 Public License can be found in `/usr/share/common-licenses/GPL-1'.
0 #!/usr/bin/make -f
1
2 %:
3 dh $@
0 3.0 (quilt)
0 ---
1 Archive: CPAN
2 Bug-Database: https://github.com/doy/extutils-makemaker-dist-zilla-develop/issues
3 Contact: Jesse Luehrs <doy@tozt.net>
4 Name: ExtUtils-MakeMaker-Dist-Zilla-Develop
5 Repository: https://github.com/doy/extutils-makemaker-dist-zilla-develop.git
6 Repository-Browse: https://github.com/doy/extutils-makemaker-dist-zilla-develop
0 version=4
1 https://metacpan.org/release/ExtUtils-MakeMaker-Dist-Zilla-Develop .*/ExtUtils-MakeMaker-Dist-Zilla-Develop-v?@ANY_VERSION@@ARCHIVE_EXT@$