NAME¶
dpt - Debian Perl module packaging Tool
SYNOPSIS¶
dpt [I<global option>...] I<command> [I<command option...>]
dpt --help
DESCRIPTION¶
dpt is a helper tool for maintaining Perl module packages in Debian. All
of the functions are implemented as sub-commands.
GLOBAL OPTIONS¶
- --help|-h
- Show this documentation.
COMMANDS¶
- alioth-author - deduce name/email from account name
- See dpt-alioth-author(1).
- alioth-repo - clone newly created repository to
alioth.debian.org
- See dpt-alioth-repo(1).
- cd - change directory to a package working directory
- See dpt-cd(1)
- checkout - work on pkg-perl package
- (also available as co)
- See dpt-checkout(1).
- dch-note - add notes/TODO items to debian/changelog
- See dpt-dch-note(1).
- debian-upstream - create debian/upstream/metadata file from
META.{json,yml}
- See dpt-debian-upstream(1).
- forward-bug - forward a Debian bug to CPAN's request tracker
- See dpt-forward-bug(1).
- forward-patch - forward a patch to CPAN's request tracker
- See dpt-forward-patch(1).
- gc - swipe pkg-perl working directories
- See dpt-gc(1).
- gen-itp - aid for creating ITP bug reports
- See dpt-gen-itp(1).
- get-ubuntu-packages - list Ubuntu packages maintained by the
group
- See dpt-get-ubuntu-packages(1).
- import-orig - gbp-import-orig wrapper with upstream tracking
support
- See dpt-import-orig(1).
- lp-mass-subscribe - subscribes the Ubuntu group to a list of
packages
- See dpt-lp-mass-subscribe(1).
- missing-pristine-tar - remedy missing pristine-tar information
- See dpt-missing-pristine-tar(1).
- missing-upstream - remedy missing upstream branch/tags
- See dpt-missing-upstream(1).
- packagecheck - various package consistency checks
- See dpt-packagecheck(1).
- push - push relevant refs to "origin" remote
- See dpt-push(1).
- rename-uploader - mass-change of uploaded name/email
- See dpt-rename-uploader(1).
- repack.sh - repackaging helper
- See dpt-repack.sh(1).
- shell-lib - shell integration
- See dpt-shell-lib(1)
- takeover - take over package maintenance
- See dpt-takeover(1).
- upstream-repo - add upstream Git repository as git remote
upstream-repo
- See dpt-upstream-repo(1).
For each command, see its manual page for more details.
COPYRIGHT AND LICENSE¶
Copyright (c) 2013 Damyan Ivanov <dmn@debian.org>
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.