IDEAS:
- bash/zsh completion for dpt subcommands
  plug it in scripts/shell-lib, possibly making it source other shell-specific
  files to not bloat it
- shell aliases/funtions to include, cf.
  http://pkg-perl.alioth.debian.org/tips.html
- move code to .pm files to make reuse and testing easier
- cf. also https://wiki.debian.org/Teams/DebianPerlGroup/OpenTasks

TODOS:
- update examples/repack.stub to also check for `dpt repack.sh'
  and update http://pkg-perl.alioth.debian.org/howto/repacking.html
  [partly done, still a bit unclear]
- Check meta.git for further scripts to include.
  + setup-repository and other scripts which only run on git.d.o
    should not go into in the package.
- lintian check: ensure that arch-dep packages use M-A:same
- lintian check: check for unversioned 'perl' in Depends
- forward: set Forwarded (but not Bug) header when using --mailto
- upstream-repo: s/http/https/ for github/cpan URLs on creation/updates ...
- push: push tags of native packages
- autopkgtest: smoke: the dummy package should "use strict;", otherwise:
  #   Failed test 'Test::Perl::Critic for "lib/Debian/pkgperl/Foobar.pm"'
  #   at /usr/share/perl5/Test/Perl/Critic.pm line 104.
  #
  #   Code before strictures are enabled at line 2, column 1.  See page 429 of PBP.  (Severity: 5)
- autopkgtest: maybe also run tests from sub-directories (t/*.t t/*/*.t)?
- autopkgtest: maybe skip more *pod* tests?
- autopkgtest: option run syntax.t even if there are Suggests?
