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