Man page - dch-repeat(1)
Packages contas this manual
- pull-uca-ddebs(1)
- pull-ppa-ddebs(1)
- pull-debian-debdiff(1)
- ubuntu-upload-permission(1)
- pm-helper(1)
- pull-uca-source(1)
- merge-changelog(1)
- ubuntu-dev-tools(5)
- requestbackport(1)
- requestsync(1)
- pbuilder-dist(1)
- pull-pkg(1)
- pull-debian-source(1)
- pull-ppa-udebs(1)
- grep-merges(1)
- ubuntu-build(1)
- sponsor-patch(1)
- cowbuilder-dist(1)
- syncpackage(1)
- import-bug-from-debian(1)
- pbuilder-dist-simple(1)
- grab-merge(1)
- reverse-depends(1)
- ubuntu-iso(1)
- pull-uca-udebs(1)
- pull-ppa-debs(1)
- seeded-in-ubuntu(1)
- submittodebian(1)
- pull-lp-debs(1)
- pull-lp-udebs(1)
- pull-debian-udebs(1)
- running-autopkgtests(1)
- lp-bitesize(1)
- check-symbols(1)
- backportpackage(1)
- pull-debian-ddebs(1)
- pull-uca-debs(1)
- pull-ppa-source(1)
- check-mir(1)
- pull-lp-ddebs(1)
- setup-packaging-environment(1)
- update-maintainer(1)
- pull-debian-debs(1)
- dch-repeat(1)
- pull-lp-source(1)
- mk-sbuild(1)
apt-get install ubuntu-dev-tools
Manual
| DCH-REPEAT(1) | General Commands Manual | DCH-REPEAT(1) |
NAME
dch-repeat - repeats a changelog entry into an older release
SYNOPSIS
dch-repeat --build-tree <PATH>
dch-repeat --source-release <RELEASE>
dch-repeat --target-release <RELEASE>
dch-repeat --devel-release <RELEASE>
dch-repeat --pocket <POCKET>
dch-repeat -h
DESCRIPTION
dch-repeat is used to repeat a changelog into an older release. It expects that --build-tree is laid out with each Ubuntu release as a separate directory ("feisty", "edgy", etc).
For example, if gimp had a security update prepared for Feisty in $TREE/feisty/gimp-2.2.13, running dch-repeat in $TREE/edgy/gimp-2.2.13 would pull in the latest changelog from the Feisty build.
OPTIONS
Listed below are the command line options for dch-repeat:
- -h or --help
- Display a help message and exit.
- --build-tree PATH
- Base of build trees. Default is /scratch/ubuntu/build.
- -s or --source-release RELEASE
- Which release to take changelog from.
- --target-release RELEASE
- Which release to build into.
- --devel-release RELEASE
- Which release is the development release.
- --pocket POCKET
- Which pocket to use.
AUTHOR
dch-repeat was written by Kees Cook <kees@ubuntu.com>. This manual page was written by Jonathan Patrick Davies <jpds@ubuntu.com>.
Both are released under the GNU General Public License, version 2.
SEE ALSO
dch(1).
| 10 August 2008 | ubuntu-dev-tools |