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