File: changelog

package info (click to toggle)
pkg-perl-tools 0.36
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 568 kB
  • ctags: 175
  • sloc: sh: 2,651; perl: 1,958; makefile: 125; python: 18
file content (841 lines) | stat: -rw-r--r-- 31,316 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
pkg-perl-tools (0.36) unstable; urgency=medium

  [ gregor herrmann ]
  * examples: update pbuilder-hooks/E10cleanup.
  * examples/mass-commit: `continue' in a function fails with newer bash.

  [ Florian Schlichting ]
  * dpt-forward: improve mail usage: fail early when --use-mail not given and
    no pause credentials are available, allow forwarding a bug without patch

  [ Alex Muntada ]
  * t/github.t: Test GitHub pull request workflow
  * lib/Debian/PkgPerl/GitHub.pm: add module
  * scripts/forward: create pull requests for patches in GitHub
  * Makefile:
    - add -Ilib to perl tests in Makefile
    - install Perl modules from lib/Debian/PkgPerl
  * t/spelling.st: check files in lib/Debian/PkgPerl directory

  [ gregor herrmann ]
  * Add (build) dependency on libgit-repository-perl.
    Needed for the new GitHub PR feature.
  * Add a note to the pbuilder firewall example hook.
  * dpt-github-oauth: don't display password if Term::ReadLine::Gnu
    is used.

  [ gregor herrmann ]
  * dpt-alioth-repo: document the possibility to pass the distribution
    name as a parameter.

  [ tony mancill ]
  * Fix typo in bts-retitle POD. (Closes: #848517)

  [ gregor herrmann ]
  * posix-lib.sh: run the pipe/tee magic only for subcommands where it's
    actually used later on.

  [ Florian Schlichting ]
  * dpt-forward: fall back to sending email when pause credentials cannot be
    read
  * dpt-forward: add POD on email fallback and relevant config
  * Add missing dependencies for github.t

  [ gregor herrmann ]
  * Add debian/tests/pkg-perl/use-name to run autopkgtest's use.t test.

 -- gregor herrmann <gregoa@debian.org>  Thu, 26 Jan 2017 20:19:54 +0100

pkg-perl-tools (0.35) unstable; urgency=medium

  * use.t: run the test with $AUTOPKGTEST_TMP as cwd. (Closes: #847284)

 -- Niko Tyni <ntyni@debian.org>  Wed, 07 Dec 2016 21:05:38 +0200

pkg-perl-tools (0.34) unstable; urgency=medium

  * autopkgtest improvements:
    + use.t:
      * support a whitelist regexp in d/t/p/use-whitelist.
        (Closes: #845771)
      * don't run the command in the package source directory.
        (Closes: #837137)
      * also run the tests with PERL_DL_NONLAZY=1.
        (Closes: #830849)
    + syntax.t:
      * skip non-files in dpkg-query --listfiles output.
      * allow listing more files to check in d/t/p/syntax-extra.
        (Closes: #796040)

 -- Niko Tyni <ntyni@debian.org>  Sat, 03 Dec 2016 23:09:20 +0200

pkg-perl-tools (0.33) unstable; urgency=medium

  [ gregor herrmann ]
  * dpt-import-orig: don't explicitly run `git fetch upstream-repo'.
    This is already handled by dpt-upstream-repo. Additionally call
    dpt-upstream-repo with '-u' to update the URL of the remote.
  * examples/buildpackage-pdebuild: add '-a' switch for setting
    dpkg-buildpackage's -A option.
  * examples/pbuilder-hooks/*iptables: add logging and dmesg output.
    This helps to detect attempts to connect to the internet during build.

  [ Niko Tyni ]
  * autopkgtest/smoke: add the test directory to @INC due to perl changes.
    See https://lists.debian.org/debian-devel-announce/2016/08/msg00013.html

 -- Niko Tyni <ntyni@debian.org>  Fri, 02 Sep 2016 12:01:29 +0300

pkg-perl-tools (0.32) unstable; urgency=medium

  [ intrigeri ]
  * check-build: adjust to new location of the QEMU autopkgtest
    virtualization helper. This is needed with autopkgtest 4.0+.

  [ gregor herrmann ]
  * examples/check-build: update to work with adt-run and autopkgtest.
  * scripts/upstream-repo: add -u (update) option to change the URL of the
    Git remote 'upstream-repo' in the local clone.
  * patchedit: don't claim that ./debian/patches can be left out when it
    can't.
  * patchedit: always set Last-Update to the mtime of the patch file when
    in fix mode.

 -- gregor herrmann <gregoa@debian.org>  Fri, 01 Jul 2016 15:05:22 +0200

pkg-perl-tools (0.31) unstable; urgency=medium

  [ gregor herrmann ]
  * scripts/forward: change YAML::XS loading/usage

  [ Axel Beckert ]
  * Treat a "dpt import-orig" parameter as orig tar ball and pass it
    instead of "--uscan" to "gbp import-orig". Needed if a newer upstream
    release has a (from dpkg's point of view) lower version number.

  [ gregor herrmann ]
  * scripts/debian-upstream:
    - only replace URLs for existing keys. Avoids a warning about
      uninitialized values. Closes: #826226
    - add another URL replacement (http://github.com/)

  [ Alex Muntada ]
  * scripts/github-oauth:
    - build default note-text as documented
    - add note regarding 2FA
    - remove AUTHORS section
  * Add alexm copyright for scripts/github-oauth

  [ gregor herrmann ]
  * scripts/forward: return result from detect_tracker_url() sub.

 -- gregor herrmann <gregoa@debian.org>  Fri, 03 Jun 2016 16:07:13 +0200

pkg-perl-tools (0.30) unstable; urgency=medium

  * Upload from the Debian Perl Team Sprint in Zürich

  [ gregor herrmann ]
  * examples/check-build:
    - add --no-tag-display-limit to lintian call
    - add --warn-on-debsums-errors to piuparts call
    - show adt-run result with /usr/bin/notify-send
  * script/forward: remove AUTHORS section.
    Duplication of the LICENSE/COPYRIGHT section.
  * Add alexm to debian/copyright for scripts/forward.
  * Switch some more URLs in debian/* to HTTPS.

  [ Alex Muntada ]
  * Remove scripts/forward-{bug,patch}
  * scripts/forward:
    - Warn about default address only when using mail
    - Search for distribution name in debian/upstream/metadata
  * scripts/debian-upstream:
    - Search for Bug-Database in debian/upstream/metadata
    - Switch links to https

  [ Niko Tyni ]
  * Remove outdated arch-any-package-needs-newer-debhelper lintian warning

  [ Axel Beckert ]
  * Option -g now even no more creates debian/upstream/metadata.
  * Declare compliance with Debian Policy 3.9.8. (No changes needed.)

 -- Axel Beckert <abe@debian.org>  Sun, 22 May 2016 20:43:40 +0200

pkg-perl-tools (0.29) unstable; urgency=medium

  * pkg-perl-autopkgtest/build-deps.d/smoke now also supports
    debian/tests/pkg-perl/smoke-tests to list which tests should be run by
    prove instead of the default "t/*.t".

 -- Axel Beckert <abe@debian.org>  Fri, 22 Apr 2016 00:14:47 +0200

pkg-perl-tools (0.28) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * packagecheck: Use https transport protocol in Vcs-Git URI.
    If a missing Vcs-Git field is found, then add the URI using the https
    transport protocol instead of git.

  [ Christopher Hoskin ]
  * Add support for smoke-cleanup script. Closes: #813307
  * Remove redundant second PDIR=`pwd` from smoke
  * Document new smoke-cleanup feature in autopkgtest/README.autopkgtest

  [ gregor herrmann ]
  * Add new copyright holder for autopkgtest/.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 3.9.7.
  * debian/control: use HTTPS for Vcs-Git URL.

 -- gregor herrmann <gregoa@debian.org>  Fri, 05 Feb 2016 15:45:49 +0100

pkg-perl-tools (0.27) unstable; urgency=medium

  [ gregor herrmann ]
  * examples/buildpackage-pdebuild: drop '-d' from DEBBUILDOPTS.
    The parameter is added by pdebuild itself now.
  * examples/check-build: new option to strip all binary packages from the
    .changes file, with fallback option to only strip arch:any ones.
    Thanks to Salvatore Bonaccorso for coming up with this elegant patch.

  [ Niko Tyni ]
  * autopkgtest/smoke:
    + export TDIR for the smoke-setup script as documented
    + ignore stderr from test.pl

 -- Niko Tyni <ntyni@debian.org>  Mon, 12 Oct 2015 13:58:51 +0300

pkg-perl-tools (0.26) unstable; urgency=medium

  * Rename autopkgtest configuration files, with a fallback to the old names.
    (Closes: #799487)
  * Make it possible to override the prove --merge option by unsetting
    PKG_PERL_PROVE_ARGS in smoke-env. (Closes: #799444)
  * Support executing debian/tests/pkg-perl/smoke-setup as a last resort.
    (Closes: #799486)

 -- Niko Tyni <ntyni@debian.org>  Sat, 26 Sep 2015 22:20:51 +0300

pkg-perl-tools (0.25) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * check-build: Check as well for udebs when striping arch:any debs

  [ Florian Schlichting ]
  * checkout: fetch debcherry notes if there are any, until fixed gbp is available

  [ Damyan Ivanov ]
  * Add more things to do to the TODO list

  [ Niko Tyni ]
  * Add support for debian/tests/pkg-perl/env-smoke (Closes: #763541)

 -- Niko Tyni <ntyni@debian.org>  Sun, 06 Sep 2015 15:38:04 +0300

pkg-perl-tools (0.24) unstable; urgency=medium

  * Remove checks which moved to lintian from pkg-perl profile.

 -- gregor herrmann <gregoa@debian.org>  Sat, 15 Aug 2015 16:38:23 +0200

pkg-perl-tools (0.23) unstable; urgency=medium

  [ Axel Beckert ]
  * Fix patchedit to not expect a file in $PATH as $EDITOR but to support
    $EDITOR to contain commandline options.
  * Move application-not-library, modulebuild, no-perl-modules, and
    usr-lib-perl5 lintian checks to lintian proper.
  * Rewrite module-name check (tag no-module-name-in-description) as
    binary check and integrate it into lintian's description check as tag
    perl-module-name-not-mentioned-in-description.
  * Recommend lintian >= 2.5.36 for the checks which used to be in the
    pkg-perl-tools package.

  [ gregor herrmann ]
  * examples/check-build: use mergechanges for sourceless uploads instead
    of manually messing with the .changes file.
  * examples/check-build: add stanza for running adt-run (with schroot and
    a chroot named/aliased to "default").

 -- Axel Beckert <abe@debian.org>  Fri, 14 Aug 2015 22:39:18 +0200

pkg-perl-tools (0.22) unstable; urgency=medium

  [ gregor herrmann ]
  * dpt-takeover: update documentation to use of gbp-import-dscs.

  [ Salvatore Bonaccorso ]
  * Document dpt-forward in dpt commands listing

  [ Axel Beckert ]
  * gen-itp:
    + Use Perl 5.10 feature "say" instead of the local sub "p" which does
      the same.
    + Nicer output formatting.
    + Whitespace cleanup.
    + Output the sentence "The package will be maintained under the
      umbrella of the Debian Perl Group." behind the package description
      if the maintainer is set to the Debian Perl Group.
  * Try to fool autodep8 into thinking it's a EU::MM based test suite.
    + Add no-op Makefile.PL. debhelper doesn't seem to be fooled by that,
      probably because a Makefile already exists.
    + Hardcode build system in debian/rules as "Makefile" anyway to be
      safe against future debhelper changes.

 -- Axel Beckert <abe@debian.org>  Sat, 08 Aug 2015 16:31:40 +0200

pkg-perl-tools (0.21) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * examples/b: Use buildpackage subcomand for gbp in case git directory
    is present

  [ gregor herrmann ]
  * examples/buildpackage-pdebuild: initialize DEBBUILDOPTS with -d.
    This passes -d ("Do not check build dependencies and conflicts.") to
    dpkg-buildpackage.

  [ Axel Beckert ]
  * dpt-push: Also push git notes for use with Niko Tyni's git-debcherry
    variant (see #784159)
  * dpt-alioth-repo:
    + Check if a remote named "origin" already exists and if it's already
      the expected remote repository before creating a remote repository
      named "origin".
    + Proper error message if distribution name couldn't be determined.
      Read a distribution name as first parameter in that case.
  * dpt-takeover:
    + Change to use "gbp-import-dscs --debsnap" instead of "apt-get
      source" and "gbp-import-dsc".
    + set -u only after environment variable checking.
  * dpt-upstream-repo+examples/mass-commit: Use Gbp-Dch instead of Git-Dch
  * debian/copyright: Remove .mailmap stanza. It's only needed in the git
    repository and not included in the generated source package.  Silences
    lintian wrt. unused-file-paragraph-in-dep5-copyright, etc.  Lacks
    creativity anyways to validate a copyright and license.
  * lintian-checks: Also output the testsuite header's value if the tag
    nonteam-testsuite-header is emitted.

  [ gregor herrmann ]
  * dpt-import-orig: use Gbp-Dch for changelog commit message.

 -- Axel Beckert <abe@debian.org>  Wed, 22 Jul 2015 00:22:00 +0200

pkg-perl-tools (0.20) unstable; urgency=medium

  [ gregor herrmann ]
  * dpt-import-orig: use present tense for changelog message.
  * pkg-perl-tools: add autopkgtest and autodep8 to Recommends.
  * dpt-import-orig: also (optionally) remove tarballs named *.tgz.
  * examples/buildpackage-pdebuild:
    + add -p option which sets DEB_BUILD_OPTIONS='nostrip'
    + demote qemubuilder codepath to a commented out example
  * examples/check-build:
    + rename piuparts log file
    + update stripping of binary packages.
      Besides removing .deb lines from the .changes file, also change the
      Architecture: field.
  * Update copyright years in example scripts and debian/copyright.

  [ Salvatore Bonaccorso ]
  * Remove trailing comma in Build-Depends list
  * Don't rely on dash expanding escape sequences by default.
    Instead of using echo "\t..." use a printf call to not rely on /bin/sh
    being dash and expanding escape sequences. (Closes: #772293)
  * forward-patch: Correct typo in error message (debain -> debian)
    Thanks to Raphael Geissert <geissert@debian.org> (Closes: #772497)
  * check-build: Strip as well udebs when choosing to strip
    arch:any .debs

  [ Damyan Ivanov ]
  * dpt-push: exit with the status of the actual 'git push' command
    (Closes: #764825)
  * dpt-forward: add --force option, allowing forwarding an already
    forwarded bug/patch

  [ Ansgar Burchardt ]
  * Do not pass --force-yes to apt-get. apt's --force-yes option disables
    signature checks and therefore is a bad option to use.

  [ Axel Beckert ]
  * Replace all command calls to "gbp-something" with "gbp something" to
    support git-buildpackage ≥ 0.6.24. (Closes: #783521)

 -- Axel Beckert <abe@debian.org>  Mon, 27 Apr 2015 20:39:50 +0200

pkg-perl-tools (0.19) unstable; urgency=medium

  * Fix traversing the wrong directory in lintian/checks/…/module-name.pm
    (Closes: #763891) Thanks Niels Thykier!

 -- Axel Beckert <abe@debian.org>  Fri, 03 Oct 2014 20:15:02 +0200

pkg-perl-tools (0.18) unstable; urgency=medium

  [ Niko Tyni ]
  * Add basic lintian checks for Testsuite: autopkgtest-pkg-perl

  [ Axel Beckert ]
  * Update our lintian checks for lintian 2.5.28's API (Closes: #763204)
    + (Build-)Depends on lintian >= 2.5.28~
  * Fix lintian warning missing-testsuite-header (see above ;-)

 -- gregor herrmann <gregoa@debian.org>  Fri, 03 Oct 2014 00:36:49 +0200

pkg-perl-tools (0.17) unstable; urgency=medium

  * autopkgtest/smoke:
    + survive empty t/ directories
    + don't run test.pl with prove
    + skip t/04critic.t and t/97meta.t by default
  * autopkgtest/syntax: process packages with Suggestions if there's a skip list
  * autopkgtest: update README to reflect current practice

 -- Niko Tyni <ntyni@debian.org>  Sun, 21 Sep 2014 21:30:40 +0300

pkg-perl-tools (0.16) unstable; urgency=medium

  [ Niko Tyni ]
  * autopkgtest/smoke: support comments and empty lines in test-files
  * autopkgtest/smoke: skip tests listed in debian/tests/pkg-perl/skip-smoke
  * autopkgtest/smoke: skip t/boilerplate.t, t/pod.t, and t/pod-coverage.t
    by default

  [ Axel Beckert ]
  * Add an "Enhances: lintian" header to since it contains lintian checks.
  * Bump Standards-Version to 3.9.6 (no changes)

 -- Niko Tyni <ntyni@debian.org>  Thu, 18 Sep 2014 23:11:29 +0300

pkg-perl-tools (0.15) unstable; urgency=medium

  [ gregor herrmann ]
  * examples/mass-commit:
    - add -s to proposed mr push
    - update copyright notice

  [ Niko Tyni ]
  * autopkgtest/smoke: set AUTOMATED_TESTING and NONINTERACTIVE_TESTING
  * autopkgtest/smoke: also use test.pl if present
  * autopkgtest/smoke: don't recurse into subdirectories of t/
  * autopkgtest/smoke: don't overwrite MANIFEST* if they exist

  [ Axel Beckert ]
  * Avoid symlink attacks lintian/checks/…/{usr-lib-perl5,xs-abi}.pm. Also
    fixes Perl warnings in lintian/checks/pkg-perl/usr-lib-perl5.pm if
    debian/$file is a symlink pointing outside the debian directory.
  * Add lintian check for wrong section and package name when packaging
    applications.
  * Mention in package description that the contained lintian checks need
    to be enabled explicitly.

 -- gregor herrmann <gregoa@debian.org>  Wed, 17 Sep 2014 19:51:33 +0200

pkg-perl-tools (0.14) unstable; urgency=medium

  [ Niko Tyni ]
  * autopkgtest: 
    - move debian/tests/test-files under debian/tests/pkg-perl/
    - move debian/tests/module-name under debian/tests/pkg-perl/
    This is to unify the pkg-perl test configuration. We fall back to the
    old locations for now.
  * autopkgtest: make syntax.t skip files listed in d/t/pkg-perl/skip-
    syntax.
  * autopkgtest: add a new example file "default-tests-control".
    This can be copied over to the package source tree and edited when
    necessary.
  * autopkgtest: install a more complete dummy module for POD checkers.
  * autopkgtest/smoke: remove the temporary directory after tests.
  * autopkgtest/smoke: create dummy MANIFEST and MANIFEST.SKIP files.
    This placates some test suites that insist on author tests.

 -- gregor herrmann <gregoa@debian.org>  Sat, 13 Sep 2014 20:56:34 +0200

pkg-perl-tools (0.13) unstable; urgency=medium

  [ Niko Tyni ]
  * autopkgtest/smoke: use xvfb-run if available.
    If debian/rules uses xvfb-run for the test suite, it will be in the build
    dependencies and therefore present in the test chroot.
  * autopkgtest/smoke: copy the full directory structure of test-files.
    If the listed files are in a subdirectory, we want the subdirectory to be
    copied too rather than having the files end up in the main target
    directory.
  * autopkgtest/smoke: create a full dummy blib directory structure.
    This makes 'use blib' work rather than throw an error.
  * autopkgtest/smoke: Create a dummy file under blib/lib/ to appease some
    test suites.
    This placates tests that try to assemble a list of files to test in the
    source tree and croak if they can't find any.
  * autopkgtest/syntax: Skip the test for packages with soft dependencies.
    The package might have modules that need Suggested packages.
    We don't want to keep track of those manually, so skip the test altogether
    for such packages.
  * autopkgtest/runner: ignore .proverc files in tested packages.
  * autopkgtest/runner: save the exit code from failed tests
  * autopkgtest: new test type runtime-deps-and-recommends, needed by
    syntax.t.
    This is for tests that need to be run with Recommendations installed.
    Currently the only such test is syntax.t, moved over from the runtime-deps
    side.

  [ gregor herrmann ]
  * Update Makefile for the new autopkgtest test set.
    Install the new runtime-deps-and-recommends.d/ directory and its contents.

 -- gregor herrmann <gregoa@debian.org>  Wed, 10 Sep 2014 23:39:54 +0200

pkg-perl-tools (0.12) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Use dpkg-parsechangelog --show-field calls
  * Add (Build-)Depends on dpkg-dev (>= 1.17.0)
    dpkg 1.17.0 introduced the --show-version flag for dpkg-parsechangelog.

  [ Niko Tyni ]
  * autopkgtest runner: Support disabling standard tests per package.
    Don't run tests that have corresponding files under debian/tests/pkg-
    perl/SKIP in the package.

  [ gregor herrmann ]
  * dpt-debian-upstream: don't add Homepage to debian/upstream/metadata.
    The field was demoted to "not recommended" in the UMEGAYA
    specification, since it duplicates the Homepage field in
    debian/control.

  [ Axel Beckert ]
  * Don't emit no-module-name-in-description if no Perl module named like
    the package is found. Reduces false positives for oddly named module
    distributions.
  * "make test" now also checks syntax of .pm files (i.e. lintian checks)

  [ gregor herrmann ]
  * autopkg-test: smoke test: create empty $TDIR/blib directory.
    Otherwise Test::Pod's all_pod_files{,_ok} tests fail if the find neither a
    blib/ nor a lib/ directory. With the empty blib/, the tests are
    effectively skipped which is better than failing them.
  * Add build dependency on lintian, required by new tests.
  * Update debian/copyright.

 -- gregor herrmann <gregoa@debian.org>  Mon, 08 Sep 2014 23:20:21 +0200

pkg-perl-tools (0.11) unstable; urgency=medium

  [ Axel Beckert ]
  * Add an adequate based autopkgtest test script to pkg-perl-autopkgtest.
  * Fix typos in previous changelog entry
  * Extend long description of pkg-perl-autopkgtest. Fixes lintian warning
    extended-description-is-probably-too-short.

  [ Niko Tyni ]
  * Add a missing dependency on "perl" to the pkg-perl-autopkgtest package.
    perl is needed for at least prove and Test::More.
  * Add a test runner that checks the syntax of all the perl modules on @INC.
  * Make the autopkgtest runner invoke prove -v on *.t files
  * Add a test runner that tries to 'use' the main module in the package.

  [ gregor herrmann ]
  * autopkgtest: implement a generic test runner framework that runs test
    scripts in *.d subdirectories. (See README.autopkgtest)
  * autopkgtest: pkg-perl-autopkgtest now Provides: pkg-perl-autopkgtest-heavy.
  * autopkgtest: move adequate test to examples.
  * dpt-import-orig: handle versions with epoch when calling dch.

  [ Salvatore Bonaccorso ]
  * import-orig: Create changelog entry after importing new upstream version
  * upstream-repo: Create changelog entry after adding debian/upstream/metadata

  [ Dominic Hargreaves ]
  * Team upload

 -- Dominic Hargreaves <dom@earth.li>  Sun, 31 Aug 2014 19:37:28 -0700

pkg-perl-tools (0.10) unstable; urgency=medium

  [ gregor herrmann ]
  * Lintian checks: escape < and > in usr-lib-perl5-mentioned description.

  [ Salvatore Bonaccorso ]
  * mass-commit: Use git checkout instead of git co
  * Update Vcs-Browser URL to cgit web frontend

  [ David Bremner ]
  * scripts:/upstream-repo:
    - tighten regexp for grabbing URL from debian/upstream/metadata
    - use "git ls-remote" to probe URLs
  * scripts/import-orig:
    - add default value for DPT_RM_TARGZ
    - collapse two cases of tag guessing
    - improve handling of missing tags under "set -e"
    - tidy handling of different import scripts

  [ gregor herrmann ]
  * scripts/upstream-repo:
    - add -g option.
      Don't git add/commit debian/upstream/metadata.
    - update copyright notice

  [ Damyan Ivanov ]
  * add a lintian check that the main module name is present in the long
    description
  * dpt checkout: hook 'dpt upstream-repo' if debian/upstream/metadata
    contains repository information

  [ Damyan Ivanov ]
  * dpt checkout: fetch upstream remote if already present
  * dpt upstream-repo: fetch upstream remote

  [ pkg-perl@DebConf Outdoor Hacklab Group ]
  * Add new binary package pkg-perl-autopkgtest
    to collect autopkgtest scripts.
  * Add first autopkgtest test script which uses prove.
  * Add copyright/license information for new autopkgtest/* files.

 -- gregor herrmann <gregoa@debian.org>  Thu, 28 Aug 2014 21:17:49 -0700

pkg-perl-tools (0.9) unstable; urgency=medium

  [ gregor herrmann ]
  * dpt-forward: don't include "Forwarded: " line in patch forwarding
    (same as dpt-forward-patch).

  [ Damyan Ivanov ]
  * forward/submit_cpan_rt: another attempt to set the requestor at submission
    time

  [ gregor herrmann ]
  * scripts/forward: move requestor to new ticket, add add_cc to updates.
  * scripts/forward: in prepare_body(), don't wrap bug info or patch headers.

  [ Salvatore Bonaccorso ]
  * scripts/forward-patch: Use cgit based URLs when referencing patches
  * script/forward: Add support for cgit based Vcs-Browser URLs
  * When converting Vcs-Browser field from svn to git use cgit based URL
  * When adding a missing Vcs-Browser field use the cgit based URL

  [ gregor herrmann ]
  * examples/check-build: add possibility to strip arch:any debs from
    .changes.

  [ Damyan Ivanov ]
  * add lintian check about perl-modules presense in dependencies
  * add a lintian check about using usr/lib/perl in debian/*

 -- Damyan Ivanov <dmn@debian.org>  Tue, 12 Aug 2014 07:56:24 +0000

pkg-perl-tools (0.8) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * scripts/forward: Fix typo in --tracker pod section

  [ Damyan Ivanov ]
  * github support:
    + wrap bug content between ```
    + prepend four spaces before the patch description
    + add --ticket support

  [ gregor herrmann ]
  * dpt-foward: POD: the tracker is called 'cpan', not 'rt'.

  [ Salvatore Bonaccorso ]
  * dpt-foward: POD: the tracker is called 'cpan', not 'rt'.

  [ Damyan Ivanov ]
  * submit_cpan_rt: add requestor in ticket creation
  * when adding Forwarded: patch header also add Bug: header
  * make --offline-test effective for github tracker too

 -- Damyan Ivanov <dmn@debian.org>  Thu, 26 Jun 2014 23:22:26 +0300

pkg-perl-tools (0.7) unstable; urgency=medium

  [ Damyan Ivanov ]
  * scripts/forward:
    + drop --dry-run (does nothing)
    + update and write documentation

  [ Salvatore Bonaccorso ]
  * scripts/forward: correct constructed ticket URL

 -- Damyan Ivanov <dmn@debian.org>  Mon, 09 Jun 2014 08:28:23 +0300

pkg-perl-tools (0.6) unstable; urgency=medium

  [ gregor herrmann ]
  * Mention dpt-gc in dpt(1).
  * mass-commit example script: some git fine tuning.
    Check that .git exists, switch to master branch, and propose to
    push master in the end.

  [ Damyan Ivanov ]
  * add GitHub support to dpt-foward-patch(1).

  [ gregor herrmann ]
  * Add libnet-github-perl to Build-Depends and Recommends. Needed for the
    github support in dpt-forward-patch.
  * Switch from debian/upstream to debian/upstream/metadata in several
    places.

  [ Salvatore Bonaccorso ]
  * Remove trailing slash from metacpan.org URL when fetching module's site
  * Allow metacpan URLs without trailing slash

  [ gregor herrmann ]
  * Bump required debhelper version for Module::Build::Tiny in
    Lintian::pkg_perl::debhelper to 9.20140227.
    (First version using realclean instead of distclean.)
  * Fix a typo in examples/mass-commit output.

  [ Axel Beckert ]
  * Suggests duck.

  [ gregor herrmann ]
  * examples/check-build: run duck as well.

  [ Salvatore Bonaccorso ]
  * check-build: Check if lintian exists and executable

  [ Damyan Ivanov ]
  * new single shot forwarding tool, dpt-forward. can forward bugs and
    patches, even at the same, to the REST interface of rt.cpan.org or the API
    of GitHub.

  [ Florian Schlichting ]
  * fix gen-itp synopsis

  [ Damyan Ivanov ]
  * typo in pkg-perl/modulebuild description
  * new lintian check about files in usr/lib/perl5 with multiarch-enabled perl
  * add libfile-slurp-perl to b-d-i and Recommends

 -- Damyan Ivanov <dmn@debian.org>  Sat, 07 Jun 2014 12:22:04 +0300

pkg-perl-tools (0.5) unstable; urgency=low

  [ gregor herrmann ]
  * dpt-takeover: call `dpt alioth-repo' instead of the removed alioth-
    git-repo script in the repo.
  * dpt-dch-note: POD fix. Add newlines to avoid wrapping of the items.

  [ Damyan Ivanov ]
  * small indentation fix in POD

  [ gregor herrmann ]
  * Add libconfig-model-dpkg-perl to Recommends.
    Needed by at least dpt-gen-itp, and only suggested by
    libconfig-model-perl.

  [ Axel Beckert ]
  * Allow multiple packages as parameter to "dpt checkout".
  * Update POD of "dpt checkout" to mention "dpt co" and the directory
    changing feature.
  * Add (open)ssh-client to Depends.
    Needed by all commands which create or modify git repositories on Alioth.
  * Bump Standards-Version to 3.9.5 (no changes)
  * Fix typo in POD of scripts/push.
  * dpt checkout: Only change directory if only one package has been
    checked out
  * Make "dpt push" honor debian-tag, debian-branch, upstream-tag, and
    upstream-branch settings from .gbp.conf, debian/gbp.conf, and
    .git/gbp.conf.
  * Add debian/gbp.conf to document non-gbp-standard tag syntax.

  [ gregor herrmann ]
  * Add new dpt-debian-upstream script:
    convert META.{json,yml} to debian/upstream.
  * Add libyaml-libyaml-perl to Build-Depends and Recommends.
    Needed by dpt-debian-upstream.
  * Add new upstream-repo script:
    add upstream Git repository as git remote.
  * Add libdebian-copyright-perl to Recommends. Used by dpt-upstream-repo.
  * Add new dpt-import-orig script:
    git-import-orig wrapper with upstream tracking support.
  * Add information about new scripts to debian/copyright.
  * Mention new scripts in dpt(1).

  * Update URL of repack.sh in examples/repack.stub.
  * Add build dependency on spell checkers. Needed by t/spelling.st.
  * Add more stopwords to t/spelling.st.

  [ Axel Beckert ]
  * Backwards-compatible transition from git-import-* to gbp-import-*

  [ Salvatore Bonaccorso ]
  * mass-commit: Replace use of vasks.debian.org with git.debian.org
  * rename-uploader: Replace use of vasks.debian.org with git.debian.org

  [ gregor herrmann ]
  * dpt-takeover: use dpt-push after running dpt-packagecheck.

 -- Damyan Ivanov <dmn@debian.org>  Fri, 17 Jan 2014 00:12:06 +0200

pkg-perl-tools (0.4) unstable; urgency=low

  [ Damyan Ivanov ]
  * document dpt-config
  * fix section on dpt-config references
  * install man5/
  * fix dpt-config.pod name

  [ Salvatore Bonaccorso ]
  * Add reference for dpt-alioth-repo to dpt POD

  [ Damyan Ivanov ]
  * recommend libmodule-inspector-perl
  * add a 'push' subcommand

 -- Damyan Ivanov <dmn@debian.org>  Sun, 20 Oct 2013 19:36:22 +0300

pkg-perl-tools (0.3) unstable; urgency=low

  [ gregor herrmann ]
  * Add new lintian checks: libmodule-build-(tiny-)perl need to be in
    Build-Depends, not in Build-Depends-Indep, since they are used in the
    clean target.

  [ Damyan Ivanov ]
  * add "dpt cd" sub-command
  * provide 'dpt co' as a shortcut for 'dpt checkout'
  * provide bash-specific cleanup in dpt()
  * implement 'dpt gc' -- 'git gc' over all packages

 -- Damyan Ivanov <dmn@debian.org>  Sun, 22 Sep 2013 20:47:08 +0300

pkg-perl-tools (0.2) unstable; urgency=low

  [ gregor herrmann ]
  * Install examples into binary package.
  * Install README about lintian profile.

  [ Axel Beckert ]
  * Run, but ignore spelling tests. Move libtest-spelling-perl from
    Build-Conflicts to Build-Depends. Rename spelling.t to spelling.st and
    ignore the result of all .st tests.
  * Mention lintian checks copyright in debian/copyright
  * Mention gregoa in debian/copyright for debian/*, too
  * Add .mailmap to properly attribute commits made under different
    committer names
  * t/spelling.st: Add some more stop-words and "M-x sort-lines" them

  [ Damyan Ivanov ]
  * add 'dpt checkout' script
  * dpt: read configuration
  * propagate DPT_* settings to child processes
  * report the location of the checkout
  * sort sub-commands alphabetically in dpt(1)

  [ Salvatore Bonaccorso ]
  * patchedit: Avoid given/when construct.
  * Formatting cleanup for patchedit script
  * patchedit: Avoid smartmatching operator ~~
  * Add myself to Uploaders

 -- Damyan Ivanov <dmn@debian.org>  Fri, 06 Sep 2013 22:00:09 +0300

pkg-perl-tools (0.1) unstable; urgency=low

  * Initial release (Closes: #719291)

 -- Damyan Ivanov <dmn@debian.org>  Mon, 26 Aug 2013 22:55:31 +0300