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