dep3changelog - generate a changelog entry from a DEP3-style patch header
| Use Case | Command | Description |
|---|---|---|
| đ Generate changelog entry for a single patch | dep3changelog patch.diff | Extracts DEP3 headers and creates a changelog entry via debchange |
| đ Generate entries for multiple patches | dep3changelog patch1.diff patch2.diff | Processes all given patches sequentially |
đ§ Pass options to dch | dep3changelog patch.diff -- --release | Anything after -- is forwarded to debchange |
| â Display help | dep3changelog --help | Shows usage and exits |
dep3changelog patch [patch ...] [options] [-- [dch_options]]
dep3changelog extracts the DEP3 patch headers from the given patch files and builds a changelog entry for each patch. If the patch author differs from the one detected from the DEBEMAIL, NAME, DEBEMAIL, or EMAIL environment variables, "Thanks to author <email>" is added to the changelog entry for that patch. Any bug-debian or bug-ubuntu fields are added as "Closes" to the changelog entry. The generated changelog entries are passed to debchange as an argument along with the given dch_options.
--help, -h â Display a help message and exit successfully.
--version âšī¸ Display version and copyright information and exit successfully.
DEBEMAIL, EMAIL, DEBFULLNAME, NAME â See the above description of the use of these environment variables.
Steve Langasek <vorlon AT debian.org>
Generated by phpman v4.9.26-5-g7740029 Author: Che Dong Under GNU General Public License
2026-08-14 21:33 @2600:1f28:365:80b0:4d23:66fa:c2bb:7bae
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)