Fix error in dh-make-perl in GetOptions for exclude
[pkg-perl] / deb-src / dh-make-perl / dh-make-perl-0.47maemo1 / debian / changelog
1 dh-make-perl (0.47maemo1) fremantle; urgency=low
2
3   * New Maemo packaging
4   * Replacing GetOptions line exclude|i=s
5
6  -- Nito Martinez <Nito@Qindel.ES>  Tue, 13 Apr 2010 22:52:07 +0100
7
8
9 ldh-make-perl (0.47) unstable; urgency=low
10
11   * rules.Module-Build.xs: add config=optimize="$(CFLAGS)" to Build.PL
12     invocation, causing honoring DEB_BUILD_OPTS=noopt. Thanks to Niko Tyni.
13     Closes: #480110
14
15  -- Damyan Ivanov <dmn@debian.org>  Wed, 18 Jun 2008 21:38:20 +0300
16
17 dh-make-perl (0.46) unstable; urgency=low
18
19   [ gregor herrmann ]
20   * Replace "::" with "-" in $perlname in all cases, otherwise the URLs in
21     debian/watch and debian/control's Homepage field are wrong.
22
23   [ Damyan Ivanov ]
24   * add --dh <ver> switch, controlling the set of rules files to use and
25     desired debhelper compatibility level. Defaults to 5
26   * add rules.dh7.{xs,noxs}
27   * fix not detecting arch-dep packages in refresh mode (-R)
28   * Bump Standards-Version to 3.8.0 (both in dh-make-perl and generated
29     packages)
30   * replace a call to `date -R` with a call to Email::Date::Format's
31     email_date function. Avoids a fork. Thanks to Stephen Gran.
32     + Add libemail-date-format-perl to Depends.
33
34   [ gregor herrmann ]
35   * Add stamp-files to rules.dh7.{xs,noxs} (cf.
36     /usr/share/doc/debhelper/examples/rules.simple from debhelper 7.0.11)
37   * Call process_meta also in refresh mode to get package name more easily.
38
39  -- Damyan Ivanov <dmn@debian.org>  Wed, 18 Jun 2008 21:09:48 +0300
40
41 dh-make-perl (0.45) unstable; urgency=low
42
43   * Fix mangling of long description, which was broken in 0.44; thanks to
44     Kevin Ryde for the bugreport (closes: #481560).
45   * Tighten regexp when checking for empty long description, avoids spurious
46     warnings.
47
48  -- gregor herrmann <gregoa@debian.org>  Sat, 17 May 2008 15:09:59 +0200
49
50 dh-make-perl (0.44) unstable; urgency=low
51
52   [ gregor herrmann ]
53   * Fix check_for_xs(), thanks to Kevin Ryde for the bug report and the
54     patch (closes: #480420).
55   * Escape dot in exclude pattern, also reported by Kevin Ryde in the same
56     bugreport.
57   * CPAN.pm creates build directories with a random part since 1.88_59; use
58     the new CPAN::Distribution::base_id method to get nice directory names
59     again (introduced in 1.91_53), if our CPAN.pm is new enough.
60   * Initialize $desc to avoid a warning.
61   * Only mangle $longdesc if it is not empty, avoids results like " .".
62   * If the directory containing the unpacked tarball already exists rename
63     it instead of moving the contents beneath it.
64   * Slightly improve wording when searching with apt-file.
65   * Handle errors from moving directories.
66   * Change my email address in several files.
67   * debian/copyright: update years of contributions.
68
69   [ Damyan Ivanov ]
70   * Remove Roberto C. Sanchez from Uploaders on his request.
71
72  -- gregor herrmann <gregoa@debian.org>  Sat, 10 May 2008 22:41:06 +0200
73
74 dh-make-perl (0.43) unstable; urgency=low
75
76   [ gregor herrmann ]
77   * Evaluate --arch command line option earlier.
78   * Improve searching for dependencies with apt-file by using regexps; needs
79     a recent version of apt-file.
80   * Rank packages not ending in -perl lower in apt-file search results.
81   * Improve documentation of the --build option, thanks to Antony Gelberg
82     for the proposal.
83
84  -- Damyan Ivanov <dmn@debian.org>  Thu, 08 May 2008 09:58:23 +0300
85
86 dh-make-perl (0.42) unstable; urgency=low
87
88   * Add a line to actually use the command line option --arch; thanks to
89     Jack Bates for reporting the problem (closes: #474180).
90
91  -- gregor herrmann <gregor+debian@comodo.priv.at>  Fri, 04 Apr 2008 00:55:56 +0200
92
93 dh-make-perl (0.41) unstable; urgency=low
94
95   [ Damyan Ivanov ]
96   * new command line switch, --refresh, causing re-creation of debian/rules
97     using the current templates. Useful when updating packages with ancient
98     debian/rules.
99   * remove trailing blank from usage text
100   * create debian/watch whenever upstream URL is available, not only if --cpan
101     is given
102   * when module has no specific perl version requirements, fall back to "perl
103     (>= 5.6.0-12)" for B-D-I, like dh_perl. Remove retrieval of (now unised)
104     information about the available perl version.
105
106   [ Ivan Kohler ]
107   * Add "--allow_mb_mismatch 1" to M:B invocation of "Build distclean" in
108     rules.Module-Build.* templates.
109
110  -- Damyan Ivanov <dmn@debian.org>  Mon, 31 Mar 2008 21:51:24 +0300
111
112 dh-make-perl (0.40) unstable; urgency=low
113
114   * use debhelper compatibility level 5 (and respective build-dependency on
115     debhelper) for generated packages
116   * all rules.* templates: drop obsolete 'source' and 'diff' targets
117
118  -- Damyan Ivanov <dmn@debian.org>  Wed, 19 Mar 2008 12:29:54 +0200
119
120 dh-make-perl (0.39) unstable; urgency=low
121
122   [ gregor herrmann ]
123   * Set debhelper compatibility level of the created package to 6.
124   * Add comment and additional spaces to the created watch files to make the
125     pattern easier to read and understand.
126   * Fix small error in output of create_copyright().
127   * Automatically find examples/eg/samples/sample directories for
128     dh_installexamples; otherwise remove empty dh_installexamples line from
129     debian/rules.
130   * Format the contributors' section in the POD with over/item/back, in the
131     verbatim paragraph the formatting codes were not rendered; thanks to
132     Nacho Barrientos Arias for spotting.
133   * Don't add a trailing comma to Depends: if there are no extra
134     dependencies.
135
136   [ Damyan Ivanov ]
137   * rules.* templates: add "install" to phony targets list
138   * dh-make-perl: when storing versioned dependencies, remove any leading 'v'
139
140   [ Martín Ferrari ]
141   * rules.* templates: Make source and diff .PHONY targets too, prettify a
142     little: remove unneeded whitespace, make PERL a conditional assignment
143     instead of an "#if" block, align the assignment of the variables.
144
145   [ Roberto C. Sanchez ]
146   * Add /me to uploaders
147   * Remove obsolete README.Debian
148   * Update copyright to name GPL-2 explicitly (GPL now links to GPL-3 on sid)
149
150  -- Roberto C. Sanchez <roberto@connexer.com>  Tue, 18 Mar 2008 18:47:31 -0400
151
152 dh-make-perl (0.38) unstable; urgency=low
153
154   [ gregor herrmann ]
155   * Fix inline documentation: it's Vcs-Svn and Vcs-Browser nowadays.
156
157   [ Damyan Ivanov ]
158   * all templates: use $(TMP) in the comment before the install
159   * MakeMaker templates: do not set INSTALLVENDORARCH and VENDORARCHEXP when
160     configuring. Instead, verbosely remove the empty dirs if they exist. Perl
161     5.10's MakeMaker is reported to be fixed.
162
163  -- Damyan Ivanov <dmn@debian.org>  Thu, 10 Jan 2008 17:00:03 +0200
164
165 dh-make-perl (0.37) unstable; urgency=low
166
167   [ Martín Ferrari ]
168   * Replace erroneous reference to $opts{basepkgs} in extract_depends, thanks
169     to Hilko Bengen for the correction. (Closes: #452122).
170   * Obtain a list of matching modules when querying CPAN (instead of just the
171     first match) to allow it to correctly choose between module names that
172     only differ in case. (Closes: #451838).
173
174   [ Gunnar Wolf ]
175   * Now generates packages with standards-version: 3.7.3
176     (i.e. meta-bumped-up standards-version)
177
178   [ gregor herrmann ]
179   * Extend regex for matching upstream versions on the creation of
180     debian/watch.
181
182  -- Damyan Ivanov <dmn@debian.org>  Fri, 28 Dec 2007 15:16:51 +0200
183
184 dh-make-perl (0.36) unstable; urgency=low
185
186   * Fix install dependencies in rules templates
187     Before:
188       install: build install-stamp
189       install-stamp:
190     After:
191       install: install-stamp
192       install-stamp: build-stamp
193     Avoids problems with parallel builds
194   * Use "$@" when touching stamps
195   * Bump standards-version to 3.7.3 (no changes)
196
197  -- Damyan Ivanov <dmn@debian.org>  Fri, 07 Dec 2007 11:28:18 +0200
198
199 dh-make-perl (0.35) unstable; urgency=low
200
201   [ Oliver Gorwits ]
202   * Try Module::Depends if M::D::Intrusive fails (Closes: #447520). This
203     helps Module::Install modules (with META.yml) to work with dh-make-perl.
204
205  -- Damyan Ivanov <dmn@debian.org>  Wed, 14 Nov 2007 16:46:02 +0200
206
207 dh-make-perl (0.34) unstable; urgency=low
208
209   * Add Vcs-* fields instead of the obsolete XS-Vcs-* fields when invoked
210     with --pkg-perl.
211
212  -- gregor herrmann <gregor+debian@comodo.priv.at>  Wed, 17 Oct 2007 17:51:46 +0200
213
214 dh-make-perl (0.33) unstable; urgency=low
215
216   [ David Paleino ]
217   * Added --email|-e and --packagename|-p switches (Closes: #443170).
218
219   [ gregor herrmann ]
220   * Create Homepage: field in source stanza instead of pseudo-field in long
221     description.
222   * Add "--pkg-perl" to output of usage instructions.
223   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
224     field (source stanza). Removed: XS-Vcs-Svn fields.
225
226   [ Damyan Ivanov ]
227   * Add "create_packlist=0" to Module-Build templates
228   * Replace `pwd` with $(CURDIR) in debian/rules
229
230  -- Damyan Ivanov <dmn@debian.org>  Mon, 15 Oct 2007 11:23:06 +0300
231
232 dh-make-perl (0.32) unstable; urgency=low
233
234   [ Frank Lichtenheld ]
235   * Unbreak handling of --version which was broken by the
236     getopts overhaul in 0.27
237
238   [ David Paleino ]
239   * Added new command line switch (--closes), to specify the ITP that
240     the new package is going to close
241   * Now dh-make-perl automagically fetches the ITP bug number from WNPP!
242
243  -- Damyan Ivanov <dmn@debian.org>  Mon, 17 Sep 2007 15:02:54 +0300
244
245 dh-make-perl (0.31) unstable; urgency=low
246
247   [ David Paleino ]
248   * rules.MakeMaker.*: changed approach to the removal of unneeded (and
249     unwanted) dirs:
250     - /usr/lib/perl5/ for architecture-independent packages;
251     - /usr/share/perl5/ for architecture-dependent packages
252
253   [ Damyan Ivanov ]
254   * Use http://search.cpan.org/dist/$perlname/ for upstream URL, watch and
255     Homepage. Idea borrowed from David Paleino.
256   * Document --pkg-perl option
257
258  -- Damyan Ivanov <dmn@debian.org>  Fri, 14 Sep 2007 11:38:10 +0300
259
260 dh-make-perl (0.30) unstable; urgency=low
261
262   [ Gunnar Wolf ]
263   * Added warning when the extracted copyright information is incomplete
264     Closes: #439328 -- Stricter checks for debian/copyright
265
266   [ Damyan Ivanov ]
267   * rules* clean: Move dh_clean $stamp_files call before the $(MAKE) clean
268     call as that may fail half-way, leaving the stamps in place
269
270  -- Damyan Ivanov <dmn@debian.org>  Tue, 11 Sep 2007 11:53:18 +0300
271
272 dh-make-perl (0.29) unstable; urgency=low
273
274   * rules*.xs: add a call to dh_shlibdeps for arch-dependent packages
275     Thanks to Martín Ferrari for spotting
276
277  -- Damyan Ivanov <dmn@debian.org>  Tue, 21 Aug 2007 09:47:49 +0300
278
279 dh-make-perl (0.28) unstable; urgency=low
280
281   [ Gunnar Wolf ]
282   * Added "basepkgs" option to specify which packages should be
283     considered base
284   * The list of base modules is no longer specified by hand - Base
285     packages are now queried and this list is generated from it.
286   * Pragmas and base modules are handled the same way - There is no real
287     way to differentiate them... And they were used interchangeably, so
288     there ;-)
289   * Homogeneized the usage of dh_* helpers in the different cases of
290     generated debian/rules
291
292   [ Damyan Ivanov ]
293   * current watch file version is 3, this is what we generate too
294     stricter debian/watch patterns, omit capturing file extension
295   * Move tests from install to build target
296   * better explaination in binary-arch target for arch-indep packages and in
297     binary-indep target of arch-dep packages why the target is empty
298   * Add new option "--pkg-perl" which adds some functionality useful when
299     packages are created for the Debian Perl Group. Currently adds XS-Vcs-*
300     fields to debian/control and sets the Maintainer and Uploaders fields
301     accordingly
302
303  -- Damyan Ivanov <dmn@debian.org>  Mon, 20 Aug 2007 10:26:31 +0300
304
305 dh-make-perl (0.27) unstable; urgency=low
306
307   [ Gunnar Wolf ]
308   * Moved all the options received from the user to %opts, for better
309     code readability
310   * When the module to be packaged declares a dependency on a specific
311     Perl version, reflect it in the output dependency/build dependency
312     information, rather than complaining that no such module exists
313
314   [ gregor herrmann ]
315   * Add "It was downloaded from ..." to debian/copyright if called with
316     "--cpan $modulename".
317   * Define $dir before using it in "$modulepm =" in
318     extract_name_ver_from_makefile().
319   * Replace q[quotes] by "quotes" when parsing Makefile.PL in
320     extract_name_ver_from_makefile().
321   * Actually use command line option "--desc".
322
323   [ Damyan Ivanov ]
324   * Added packaging copyright/licensing to the generated debian/copyright
325   * Added myself to Uploaders
326   * Wrap long fields in debian/control
327   * Add detailed copyright info in debian/copyright according to SVN logs and
328     debian/changelog
329
330   [ Gunnar Wolf ]
331   * Clarified the messages when called in a system where apt-file
332     (recommended but not depended upon) is not present (Closes: #428415)
333   * Added some modules should be part of @stdmodules; the list is hand-
334     crafted and incomplete - we need a better solution!
335         
336  -- Gunnar Wolf <gwolf@debian.org>  Tue, 07 Aug 2007 10:50:45 -0500
337
338 dh-make-perl (0.26) unstable; urgency=low
339
340   [ Frank Lichtenheld ]
341   * s/debian/Debian/ in Description
342
343   [ Gunnar Wolf ]
344   * Trimmed unneeded whitespace from generated files - Thanks to Kees
345     Cook <kees@outflux.net> for the patch! (Closes: #411282)
346   * Patched regex for finding the module name when unde Module::Install,
347     allowing for whitespace between the "name" string and the module
348     name. Thanks to Marc Chantreux for the patch (and the patience ;-) )
349   * Replaced the (now deprecated) call to the external program 822-date
350     for date -R
351   * Started reorganizing the code - All bare open() calls are now
352     handled through IO::File; shuffled some functions around so the code
353     is more followable
354   * Added --core-ok option to allow building core modules (Closes:
355     #409017)
356
357  -- Gunnar Wolf <gwolf@debian.org>  Wed, 09 May 2007 19:24:16 -0500
358
359 dh-make-perl (0.25) unstable; urgency=low
360
361   * Fixed the Perl package data parsing function, fixing an unneeded
362     warning. Thanks to Johnny Morano for the patch! (Closes: #396846)
363   * Generated dependency on Perl was incomplete (it _only_ missed the
364     package name :-/ ) - Thanks to Hilko Bengen for pointing it out.
365     (Closes: #400400)
366   * No longer dies when building Module::Install modules - It now asks
367     the user to manually specify the dependencies. (Closes: #396536)
368   * Can now specify via command line depends, build-depends and build-
369     depends-indep
370   * A bit of basic cleaning, trying to deuglify this very much love-
371     needing source code
372   * Added patch by Jesper Krogh which allows dh-make-perl to generate
373     versioned dependency strings (Closes: #364325)
374
375  -- Gunnar Wolf <gwolf@debian.org>  Tue, 28 Nov 2006 11:47:32 -0600
376
377 dh-make-perl (0.24) unstable; urgency=low
378
379   * Transferred package ownership to the Debian Perl Group
380   * Added patch by Fermin Galan, allowing to specify the maintainer from
381     the overrides file
382   * Fixed Perl package version parsing (Closes: #386086, #393438)
383   * Fixed: Was not properly ignoring Subversion/CVS directories when
384     called with an implicit --exclude/-i (Closes: #394314)
385   * Fixes the cases where Makefile.PL depends on FindBin (Closes:
386     #375146)
387
388  -- Gunnar Wolf <gwolf@debian.org>  Fri, 27 Oct 2006 13:22:17 -0500
389
390 dh-make-perl (0.23) unstable; urgency=low
391
392   * Added --requiredeps option, to force dh-make-perl to choke on
393     unresolvable dependencies (Closes: #382027)
394   * Packages which are not arch-indep will correctly list perl as build-
395     depends, not build-depends-indep (Closes: #381148)
396   * The version of Perl depended upon for building is the one currently
397     installed in the system, as reported by dpkg
398
399  -- Gunnar Wolf <gwolf@debian.org>  Mon, 28 Aug 2006 20:57:15 -0500
400
401 dh-make-perl (0.22) unstable; urgency=low
402
403   * Added patch by Peter Morch <mn3k66i02@sneakemail.com> allowing user again
404     to specify packaging version number (which we had, but was trampled upon
405     by autodetection code). (Closes: #382039)
406   * Updated generated standards-version to 3.7.2, after checking nothing
407     specifically refers to Perl packaging. Updated debhelper required
408     version to >= 5.0.0 (Closes: #381130)
409   * Updated this package's standards-version to 3.7.2 and debhelper
410     required version to >= 5.0.0
411
412  -- Gunnar Wolf <gwolf@debian.org>  Sun, 13 Aug 2006 20:09:12 -0500
413
414 dh-make-perl (0.21) unstable; urgency=low
415
416   * Added patch by Adam Sjoegren/Damyan Ivanov fixing newlines in
417     descriptions that broke the generated debian/control files (Closes:
418     #350728)
419
420  -- Gunnar Wolf <gwolf@debian.org>  Wed,  8 Mar 2006 12:56:03 -0600
421
422 dh-make-perl (0.20) unstable; urgency=low
423
424   * No longer ignores META.yml due to the silly oversight of yours
425     truly, that was handing back an empty hashref :-/ Thanks to Adam
426     Sj�gren and to Noel Maddy for two equivalent reports and two
427     identical patches. (Closes: #331658, #328687)
428   * Added yet-another-case of how to get version information - Thanks to
429     Noel Maddy for the patch (Closes: #328700)
430
431  -- Gunnar Wolf <gwolf@debian.org>  Mon, 24 Oct 2005 12:31:59 -0500
432
433 dh-make-perl (0.19) unstable; urgency=low
434
435   * Generated debian/watch was including the trailing dot as part of the
436     version number - fixed
437   * Does not die anymore when META.yml is wrongly formed (Closes:
438     #326807)
439
440  -- Gunnar Wolf <gwolf@debian.org>  Tue,  6 Sep 2005 16:50:14 -0500
441
442 dh-make-perl (0.18) unstable; urgency=low
443
444   * Generated modules don't ignore the result of the cleaning process in
445     the presence of a Makefile/Build (Closes: #325452)
446   * Supports also getting information from modules that use
447     Module::Install
448   * Better support for getting information out of the META.yml file,
449     needed for correct building of Module::Build-based modules (Closes:
450     #315798)
451
452  -- Gunnar Wolf <gwolf@debian.org>  Mon, 29 Aug 2005 11:56:28 -0500
453
454 dh-make-perl (0.17) unstable; urgency=low
455
456   * Fixed: Module::Depends::Intrusive was unable to find files because
457     the build dir was not part of @INC (Closes: #303806)
458   * Fixed: Oversight in previous version breaks information gathering
459     from modules including a valid META.yml (Closes: #309552)
460
461  -- Gunnar Wolf <gwolf@debian.org>  Wed, 18 May 2005 09:36:11 -0500
462
463 dh-make-perl (0.16) unstable; urgency=low
464
465   * dh-make-perl: Die on error from Module::Depends::Intrusive
466   * Fixed extract_name_ver to correctly deal with empty META.yml files
467
468  -- Gunnar Wolf <gwolf@debian.org>  Sat, 14 May 2005 17:20:30 -0500
469
470 dh-make-perl (0.15) unstable; urgency=low
471
472   * dh-make-perl: Fix documentation to respect the new names for the rules
473     templates.
474   * dh-make-perl: Check if module from cpan is a standard module
475     (Closes: #136732)
476   * dh-make-perl: Uses Module::Depends::Intrusive in extract_depends() to find
477     dependencies now.  This simulates a build of the module ensuring that you
478     get all the dependencies.  (Closes: #297537)
479   * debian/control: Added dependency on libmodule-depends-perl for dependency
480     detection fix.
481   * dh-make-perl: Added a function to make a watch file for modules from
482     CPAN.  (Closes: #253919)
483
484  -- Gunnar Wolf <gwolf@debian.org>  Fri,  1 Apr 2005 18:05:14 -0600
485
486 dh-make-perl (0.14) unstable; urgency=medium
487
488   * rules.ModuleBuild.{noxs,xs}: Add rules templates for Module::Build
489     based packages. Thanks for the (slightly modified) patch from
490     Jason Kohles <email@jasonkohles.com>. (Closes: #258123, #285941, #300121).
491     Thanks to Marc 'HE' Brockschmidt for incorporating this work.
492   * Now performs tests as part of the build process. Added the --notest
493     switch to revert the behavior to the old one.
494   * Added a Recommends: libmodule-build-perl relationship
495
496  -- Gunnar Wolf <gwolf@debian.org>  Wed, 23 Mar 2005 19:32:08 -0600
497
498 dh-make-perl (0.13) unstable; urgency=low
499
500   * New maintainer, Gunnar Wolf <gwolf@debian.org>, with Wolfgang Schemmel
501     <debian@37.org> as a co-maintainer.
502   * Fixed bug which made dh-make-perl get the module name wrong when it ended
503     in ::Perl. Applied patch by David Pashley - Thanks! (Closes: #249472)
504   * Fixed an uninitialized substitution warning if there is no
505     changelog. Applied patch semantically equivalent to Edward Bett's,
506     thanks! (Closes: #243338)
507   * Handles the cases where POD has DETAILS instead of DESCRIPTION, as
508     well as cases where the POD files are DOS-like (i.e., lines end with
509     \r\n). Applied Edward Betts' patch, thanks! (Closes: #267899)
510   * Documented the --build and --install switches in the synopsis,
511     forced the module to be built if only --install is specified.
512     (Closes: #269606)
513
514  -- Gunnar Wolf <gwolf@debian.org>  Mon, 14 Mar 2005 14:03:17 -0600
515
516 dh-make-perl (0.12) unstable; urgency=low
517
518   * debian/rules: Make make clean cleaner.
519   * debian/control: I'm a DD now!
520   * dh-make-perl:
521     + Don't use rename, as it won't work across devices.
522     + Rewrite the ugly stuff that inserts the found docs and the changes file
523       into the rules file. IMO this whole thing has to be rewritten *sigh*
524     + Fix --build switch by calling make directly with the -C switch. Thanks
525       for the report to Emanuele Zeppieri <ema_zep@libero.it> (Closes:
526       #241159)
527     + Work with DEBEMAIL and DEBFULLNAME as dch does.
528     + Fix regexp finding the used modules to allow stuff like use Gtk2"-init"
529       and Foobar(). Thanks for the report to Eric Schwartz 
530       <emschwar@fc.hp.com>. (Closes: #234774)
531   .
532   ### I'm planning to rewrite dh-make-perl over the next few weeks. Please
533   ### mail me if you want to contribute or have ideas for new features.
534
535  -- Marc 'HE' Brockschmidt <he@debian.org>  Wed, 31 Mar 2004 17:30:44 +0200
536
537 dh-make-perl (0.11) unstable; urgency=low
538
539   * Let dh-make-perl also work on directories other than ".". (Closes:
540     #230382)
541   * Apply patch from Gaal Yahas <gaal@forum2.org> to the CPAN code, now
542     CPAN.pm itself chooses the default mirror. Thanks Gaal! (Closes: #230409)
543   * Fixed "Use of uninitialized value" warnings in the default override file.
544   * Introducing the --exclude|i switch to allow people to exclude some files
545     from the search for docs and stuff. This defaults to the exclusion of
546     CVS/.svn dirs. (Closes: #223411, #227183, #227113)
547   * Now prints out the Perl error message when failing to open a file.
548   * Add a note to the end of the long description to state that it was
549     automagically extracted from the source. (Closes: #226146)
550   * Updated both rules.noxs and rules.xs.
551   * Updated manpage. 
552
553  -- Marc Brockschmidt <marc@dch-faq.de>  Mon,  9 Feb 2004 20:39:46 +0100
554
555 dh-make-perl (0.10) unstable; urgency=low
556
557   * New maintainer. (Closes: #206877)
558   * Acknowledge fixes in the 3 NMUs. (Closes: #153311, #138517, #149295,
559     #158427, #131937, #134404, #143631)
560   * Changed debhelper version number in the generated debian/rules file to
561     woody standard 4.0.2. (Closes: #188313)
562   * Changed some CPAN things: The package will be build in ./$packagename/,
563     a tarball will be moved to ./$packagename_$version.orig.tar.gz.
564   * Use Build-Depends-Indep for perl instead of Build-Depends to make packages
565     lintian clean.
566   * Search for packages containing needed perl modules with apt-file (if
567     installed), otherwise just output the list of needed modules. (Closes:
568     #194755)
569   * Applied patch to enable overrides again. Thanks to Adrian Phillips
570     <adrianp@powertech.no>. (Closes: #207822)
571   * Applied patch to parse Makefile.PL right (Sometimes we need DISTNAME and
572     not NAME). Thanks to Adrian Phillips <adrianp@powertech.no>. (Closes: #207833)
573   * Applied patch to get information from META.yml instead of Makefile.PL.
574     Thanks to Ilya Martynov <ilya@martynov.org>. (Closes: #209059)
575
576  -- Marc Brockschmidt <marc@dch-faq.de>  Fri, 24 Oct 2003 13:03:11 +0200
577
578 dh-make-perl (0.9-0.4) unstable; urgency=low
579
580   * Non-maintainer upload
581   * Change from section "interpreters" to "perl" in boilerplate.
582   * changed to debian/compat instead of DH_COMPAT
583   * change to debhelper compatibility level v4 from v3: added ${misc:Depends}
584
585  -- Ivan Kohler <ivan-debian@420.am>  Mon, 31 Mar 2003 13:16:29 -0800
586
587 dh-make-perl (0.9-0.3) unstable; urgency=low
588
589   * Non-maintainer upload
590   * Use version from CPAN if --cpan was used and Paolo's parsing fails,
591     as per suggestion from joeyh (closes: Bug#158427)
592
593  -- Ivan Kohler <ivan-debian@420.am>  Mon,  2 Sep 2002 03:57:49 -0700
594
595 dh-make-perl (0.9-0.2) unstable; urgency=low
596
597   * Non-maintainer upload
598   * Reformat description (closes: Bug#134404)
599   * Fix binary-arch vs. binary-indep in package's own debian/rules
600   * Don't create a README.Debian file or use Emacs vars in changelog
601     (closes: Bug#153311)
602   * Use an extension on perl -pi invocations (closes: Bug#149295)
603   * Better $VERSION parsing, perhaps (closes: Bug#138517) might be better to
604     just ask CPAN(PLUS)?
605   * fix typo in manpage (closes: Bug#131937)
606   * CPANPLUS option (closes: Bug#143631)
607   * Fix binary-arch vs. binary-indep in rules.noxs
608   * Automatically add links to /usr/share/common-licenses for some common 
609     licenses.
610
611  -- Ivan Kohler <ivan-debian@420.am>  Thu, 22 Aug 2002 18:18:51 -0700
612
613 dh-make-perl (0.9) unstable; urgency=low
614
615   * Handle better files without pod info (Closes: bug#109437).
616   * Require the user to specify the version if the euristics don't work:
617     closes: bug#112373.
618   * Use dh_installman in the rules files instead of dh_installmanpages:
619     closes: bug#118130.
620
621  -- Paolo Molaro <lupus@debian.org>  Sun, 11 Nov 2001 19:36:06 +0100
622
623 dh-make-perl (0.8) unstable; urgency=low
624
625   * Quick, before anyone notices.
626
627  -- Paolo Molaro <lupus@debian.org>  Wed, 13 Jun 2001 09:49:38 +0200
628
629 dh-make-perl (0.7) unstable; urgency=low
630
631   * gzclose error was on CPAN module (Closes: bug#86644).
632   * Fixed descriptions (Closes: bug#94570).
633   * Updates for new version of CPAN.pm.
634   * Limit somewhat the lines of text in the descriptions.
635   * Handle better some weird situations (Closes: bug#89733).
636   * Also consider $ENV{DEBFULLNAME) for the maintainer's name (Closes: bug#98316).
637
638  -- Paolo Molaro <lupus@debian.org>  Tue, 12 Jun 2001 15:39:50 +0200
639
640 dh-make-perl (0.6) unstable; urgency=low
641
642   * Handle correctly interior sequences in pod parser.
643   * Shut up some warnings.
644   * Correctly set maintainer email in some cases.
645   * Better copyright guesses.
646   * Ensure policy compliant names and version numbers.
647   * Fixes in rules files (support DEB_BUILD_OPTIONS).
648   * Better checks for binary modules (added a --arch option, too).
649
650  -- Paolo Molaro <lupus@debian.org>  Mon, 19 Feb 2001 13:52:39 +0100
651
652 dh-make-perl (0.5) unstable; urgency=low
653
654   * Do not use install-stamp in sample rules files (Closes: bug#84509).
655   * Updates to policy 3.5.1.
656
657  -- Paolo Molaro <lupus@debian.org>  Sun, 18 Feb 2001 21:42:27 +0100
658
659 dh-make-perl (0.4) unstable; urgency=low
660
661   * Use Pod::Parser to parse the pod tags.
662   * Build package in current directory.
663   * Updated generated rules files to new perl policy.
664
665  -- Paolo Molaro <lupus@debian.org>  Fri, 16 Feb 2001 23:39:08 +0100
666
667 dh-make-perl (0.3) unstable; urgency=low
668
669   * Fix typo in README.Debian filename (Closes: bug#77499).
670   * Handle description creation better (Closes: bug#78970).
671   * Fixed docs about DEBEMAIL env var (Closes: bug#80607).
672
673  -- Paolo Molaro <lupus@debian.org>  Sun, 28 Jan 2001 13:20:52 +0100
674
675 dh-make-perl (0.2) unstable; urgency=low
676
677   * Added support for downloading modules from CPAN.
678   * Added switches to build and install the resulting package.
679
680  -- Paolo Molaro <lupus@debian.org>  Wed, 25 Oct 2000 15:52:55 +0200
681
682 dh-make-perl (0.1) unstable; urgency=low
683
684   * Initial Release.
685
686  -- Paolo Molaro <lupus@debian.org>  Mon, 16 Oct 2000 19:14:24 +0200
687