dh-make-perl (0.15) unstable; urgency=low

  * dh-make-perl: Fix documentation to respect the new names for the rules
    templates.
  * dh-make-perl: Check if module from cpan is a standard module
    (Closes: #136732)
  * dh-make-perl: Uses Module::Depends::Intrusive in extract_depends() to find
    dependencies now.  This simulates a build of the module ensuring that you
    get all the dependencies.  (Closes: #297537)
  * debian/control: Added dependency on libmodule-depends-perl for dependency
    detection fix.
  * dh-make-perl: Added a function to make a watch file for modules from
    CPAN.  (Closes: #253919)

 -- Gunnar Wolf <gwolf@debian.org>  Fri,  1 Apr 2005 18:05:14 -0600

dh-make-perl (0.14) unstable; urgency=medium

  * rules.ModuleBuild.{noxs,xs}: Add rules templates for Module::Build
    based packages. Thanks for the (slightly modified) patch from
    Jason Kohles <email@jasonkohles.com>. (Closes: #258123, #285941, #300121).
    Thanks to Marc 'HE' Brockschmidt for incorporating this work.
  * Now performs tests as part of the build process. Added the --notest
    switch to revert the behavior to the old one.
  * Added a Recommends: libmodule-build-perl relationship

 -- Gunnar Wolf <gwolf@debian.org>  Wed, 23 Mar 2005 19:32:08 -0600

dh-make-perl (0.13) unstable; urgency=low

  * New maintainer, Gunnar Wolf <gwolf@debian.org>, with Wolfgang Schemmel
    <debian@37.org> as a co-maintainer.
  * Fixed bug which made dh-make-perl get the module name wrong when it ended
    in ::Perl. Applied patch by David Pashley - Thanks! (Closes: #249472)
  * Fixed an uninitialized substitution warning if there is no
    changelog. Applied patch semantically equivalent to Edward Bett's,
    thanks! (Closes: #243338)
  * Handles the cases where POD has DETAILS instead of DESCRIPTION, as
    well as cases where the POD files are DOS-like (i.e., lines end with
    \r\n). Applied Edward Betts' patch, thanks! (Closes: #267899)
  * Documented the --build and --install switches in the synopsis,
    forced the module to be built if only --install is specified.
    (Closes: #269606)

 -- Gunnar Wolf <gwolf@debian.org>  Mon, 14 Mar 2005 14:03:17 -0600

dh-make-perl (0.12) unstable; urgency=low

  * debian/rules: Make make clean cleaner.
  * debian/control: I'm a DD now!
  * dh-make-perl:
    + Don't use rename, as it won't work across devices.
    + Rewrite the ugly stuff that inserts the found docs and the changes file
      into the rules file. IMO this whole thing has to be rewritten *sigh*
    + Fix --build switch by calling make directly with the -C switch. Thanks
      for the report to Emanuele Zeppieri <ema_zep@libero.it> (Closes:
      #241159)
    + Work with DEBEMAIL and DEBFULLNAME as dch does.
    + Fix regexp finding the used modules to allow stuff like use Gtk2"-init"
      and Foobar(). Thanks for the report to Eric Schwartz 
      <emschwar@fc.hp.com>. (Closes: #234774)
  .
  ### I'm planning to rewrite dh-make-perl over the next few weeks. Please
  ### mail me if you want to contribute or have ideas for new features.

 -- Marc 'HE' Brockschmidt <he@debian.org>  Wed, 31 Mar 2004 17:30:44 +0200

dh-make-perl (0.11) unstable; urgency=low

  * Let dh-make-perl also work on directories other than ".". (Closes:
    #230382)
  * Apply patch from Gaal Yahas <gaal@forum2.org> to the CPAN code, now
    CPAN.pm itself chooses the default mirror. Thanks Gaal! (Closes: #230409)
  * Fixed "Use of uninitialized value" warnings in the default override file.
  * Introducing the --exclude|i switch to allow people to exclude some files
    from the search for docs and stuff. This defaults to the exclusion of
    CVS/.svn dirs. (Closes: #223411, #227183, #227113)
  * Now prints out the Perl error message when failing to open a file.
  * Add a note to the end of the long description to state that it was
    automagically extracted from the source. (Closes: #226146)
  * Updated both rules.noxs and rules.xs.
  * Updated manpage. 

 -- Marc Brockschmidt <marc@dch-faq.de>  Mon,  9 Feb 2004 20:39:46 +0100

dh-make-perl (0.10) unstable; urgency=low

  * New maintainer. (Closes: #206877)
  * Acknowledge fixes in the 3 NMUs. (Closes: #153311, #138517, #149295,
    #158427, #131937, #134404, #143631)
  * Changed debhelper version number in the generated debian/rules file to
    woody standard 4.0.2. (Closes: #188313)
  * Changed some CPAN things: The package will be build in ./$packagename/,
    a tarball will be moved to ./$packagename_$version.orig.tar.gz.
  * Use Build-Depends-Indep for perl instead of Build-Depends to make packages
    lintian clean.
  * Search for packages containing needed perl modules with apt-file (if
    installed), otherwise just output the list of needed modules. (Closes:
    #194755)
  * Applied patch to enable overrides again. Thanks to Adrian Phillips
    <adrianp@powertech.no>. (Closes: #207822)
  * Applied patch to parse Makefile.PL right (Sometimes we need DISTNAME and
    not NAME). Thanks to Adrian Phillips <adrianp@powertech.no>. (Closes: #207833)
  * Applied patch to get information from META.yml instead of Makefile.PL.
    Thanks to Ilya Martynov <ilya@martynov.org>. (Closes: #209059)

 -- Marc Brockschmidt <marc@dch-faq.de>  Fri, 24 Oct 2003 13:03:11 +0200

dh-make-perl (0.9-0.4) unstable; urgency=low

  * Non-maintainer upload
  * Change from section "interpreters" to "perl" in boilerplate.
  * changed to debian/compat instead of DH_COMPAT
  * change to debhelper compatibility level v4 from v3: added ${misc:Depends}

 -- Ivan Kohler <ivan-debian@420.am>  Mon, 31 Mar 2003 13:16:29 -0800

dh-make-perl (0.9-0.3) unstable; urgency=low

  * Non-maintainer upload
  * Use version from CPAN if --cpan was used and Paolo's parsing fails,
    as per suggestion from joeyh (closes: Bug#158427)

 -- Ivan Kohler <ivan-debian@420.am>  Mon,  2 Sep 2002 03:57:49 -0700

dh-make-perl (0.9-0.2) unstable; urgency=low

  * Non-maintainer upload
  * Reformat description (closes: Bug#134404)
  * Fix binary-arch vs. binary-indep in package's own debian/rules
  * Don't create a README.Debian file or use Emacs vars in changelog
    (closes: Bug#153311)
  * Use an extension on perl -pi invocations (closes: Bug#149295)
  * Better $VERSION parsing, perhaps (closes: Bug#138517) might be better to
    just ask CPAN(PLUS)?
  * fix typo in manpage (closes: Bug#131937)
  * CPANPLUS option (closes: Bug#143631)
  * Fix binary-arch vs. binary-indep in rules.noxs
  * Automatically add links to /usr/share/common-licenses for some common 
    licenses.

 -- Ivan Kohler <ivan-debian@420.am>  Thu, 22 Aug 2002 18:18:51 -0700

dh-make-perl (0.9) unstable; urgency=low

  * Handle better files without pod info (Closes: bug#109437).
  * Require the user to specify the version if the euristics don't work:
    closes: bug#112373.
  * Use dh_installman in the rules files instead of dh_installmanpages:
    closes: bug#118130.

 -- Paolo Molaro <lupus@debian.org>  Sun, 11 Nov 2001 19:36:06 +0100

dh-make-perl (0.8) unstable; urgency=low

  * Quick, before anyone notices.

 -- Paolo Molaro <lupus@debian.org>  Wed, 13 Jun 2001 09:49:38 +0200

dh-make-perl (0.7) unstable; urgency=low

  * gzclose error was on CPAN module (Closes: bug#86644).
  * Fixed descriptions (Closes: bug#94570).
  * Updates for new version of CPAN.pm.
  * Limit somewhat the lines of text in the descriptions.
  * Handle better some weird situations (Closes: bug#89733).
  * Also consider $ENV{DEBFULLNAME) for the maintainer's name (Closes: bug#98316).

 -- Paolo Molaro <lupus@debian.org>  Tue, 12 Jun 2001 15:39:50 +0200

dh-make-perl (0.6) unstable; urgency=low

  * Handle correctly interior sequences in pod parser.
  * Shut up some warnings.
  * Correctly set maintainer email in some cases.
  * Better copyright guesses.
  * Ensure policy compliant names and version numbers.
  * Fixes in rules files (support DEB_BUILD_OPTIONS).
  * Better checks for binary modules (added a --arch option, too).

 -- Paolo Molaro <lupus@debian.org>  Mon, 19 Feb 2001 13:52:39 +0100

dh-make-perl (0.5) unstable; urgency=low

  * Do not use install-stamp in sample rules files (Closes: bug#84509).
  * Updates to policy 3.5.1.

 -- Paolo Molaro <lupus@debian.org>  Sun, 18 Feb 2001 21:42:27 +0100

dh-make-perl (0.4) unstable; urgency=low

  * Use Pod::Parser to parse the pod tags.
  * Build package in current directory.
  * Updated generated rules files to new perl policy.

 -- Paolo Molaro <lupus@debian.org>  Fri, 16 Feb 2001 23:39:08 +0100

dh-make-perl (0.3) unstable; urgency=low

  * Fix typo in README.Debian filename (Closes: bug#77499).
  * Handle description creation better (Closes: bug#78970).
  * Fixed docs about DEBEMAIL env var (Closes: bug#80607).

 -- Paolo Molaro <lupus@debian.org>  Sun, 28 Jan 2001 13:20:52 +0100

dh-make-perl (0.2) unstable; urgency=low

  * Added support for downloading modules from CPAN.
  * Added switches to build and install the resulting package.

 -- Paolo Molaro <lupus@debian.org>  Wed, 25 Oct 2000 15:52:55 +0200

dh-make-perl (0.1) unstable; urgency=low

  * Initial Release.

 -- Paolo Molaro <lupus@debian.org>  Mon, 16 Oct 2000 19:14:24 +0200
 
