public
Description: Debian's dh-make-perl (unofficial, PJF's branch)
Homepage: http://packages.debian.org/etch/dh-make-perl
Clone URL: git://github.com/pfenwick/dh-make-perl.git
name age message
file .gitignore Mon Nov 24 21:31:29 -0800 2008 Basic .gitignore file for how PJF works. [pfenwick]
file COPYING Mon Nov 17 05:18:16 -0800 2008 Import r26959 from svn://svn.debian.org/svn/pkg... [pfenwick]
file README Mon Nov 17 05:18:16 -0800 2008 Import r26959 from svn://svn.debian.org/svn/pkg... [pfenwick]
directory Strange-0.1/ Mon Nov 17 05:18:16 -0800 2008 Import r26959 from svn://svn.debian.org/svn/pkg... [pfenwick]
directory Strange-2.1/ Mon Nov 17 05:18:16 -0800 2008 Import r26959 from svn://svn.debian.org/svn/pkg... [pfenwick]
directory debian/ Tue Nov 25 14:30:45 -0800 2008 add dependency on libclass-accessor-perl git-s... [Damyan Ivanov]
file dh-make-perl Tue Nov 25 14:31:09 -0800 2008 drop unused @stdmodules and get_stdmodules() g... [Damyan Ivanov]
file overrides Mon Nov 17 05:18:16 -0800 2008 Import r26959 from svn://svn.debian.org/svn/pkg... [pfenwick]
file rules.MakeMaker.noxs Mon Nov 17 05:18:16 -0800 2008 Import r26959 from svn://svn.debian.org/svn/pkg... [pfenwick]
file rules.MakeMaker.xs Mon Nov 17 05:18:16 -0800 2008 Import r26959 from svn://svn.debian.org/svn/pkg... [pfenwick]
file rules.Module-Build.noxs Mon Nov 17 05:18:16 -0800 2008 Import r26959 from svn://svn.debian.org/svn/pkg... [pfenwick]
file rules.Module-Build.xs Mon Nov 17 05:18:16 -0800 2008 Import r26959 from svn://svn.debian.org/svn/pkg... [pfenwick]
file rules.dh7+quilt.xs+noxs Mon Nov 17 05:18:16 -0800 2008 Import r26959 from svn://svn.debian.org/svn/pkg... [pfenwick]
file rules.dh7.noxs Mon Nov 17 05:18:16 -0800 2008 Import r26959 from svn://svn.debian.org/svn/pkg... [pfenwick]
file rules.dh7.xs Mon Nov 17 05:18:16 -0800 2008 Import r26959 from svn://svn.debian.org/svn/pkg... [pfenwick]
directory t/ Tue Nov 25 14:33:34 -0800 2008 migrate t/corelist.t from get_stdmodules() to i... [Damyan Ivanov]
file test Mon Nov 24 17:47:49 -0800 2008 Trivial test script in lieu of having Makefile.... [pfenwick]
README
dh-make-perl

Create debian packages from perl modules

dh-make-perl will create the files required to build
a debian source package out of a perl package.
This works for most simple packages and is also useful
for getting started with packaging perl modules.

There is an override mechanism in place to handle most of
the little changes that may be needed for some modules
(this hasn't been tested much, though).

Using this program is no excuse for not reading the
debian developer documentation, including the policy,
the perl policy, the packaging manual and so on.

lupus@debian.org