Switched merge_changelog to merge-changelog

This commit is contained in:
Ryan Kavanagh 2010-02-15 16:34:10 -05:00
parent 0e10dd4ed4
commit e6a7d63ae0
4 changed files with 7 additions and 5 deletions

2
debian/control vendored
View File

@ -45,7 +45,7 @@ Description: useful tools for Ubuntu developers
- lp-set-dup - sets the "duplicate of" bug of a bug and its dups. - lp-set-dup - sets the "duplicate of" bug of a bug and its dups.
- manage-credentials - manage Launchpad token credentials. - manage-credentials - manage Launchpad token credentials.
- massfile - fill multiple bugs using a template. - massfile - fill multiple bugs using a template.
- merge_changelog - manually merges two Debian changelogs with the same base - merge-changelog - manually merges two Debian changelogs with the same base
version. version.
- mk-sbuild-lv - script to create LVM snapshot chroots via schroot and - mk-sbuild-lv - script to create LVM snapshot chroots via schroot and
sbuild. sbuild.

2
debian/copyright vendored
View File

@ -69,7 +69,7 @@ On Debian and Ubuntu systems, the complete text of the GNU General Public
License v2 can be found in `/usr/share/common-licenses/GPL-2'. License v2 can be found in `/usr/share/common-licenses/GPL-2'.
dch-repeat, get-branches, get-build-deps, grab-attachments, grab-merge, dch-repeat, get-branches, get-build-deps, grab-attachments, grab-merge,
hugdaylist, manage-credentials, massfile, merge_changelog, mk-sbuild-lv, hugdaylist, manage-credentials, massfile, merge-changelog, mk-sbuild-lv,
pbuilder-dist-simple, ppaput, pull-debian-debdiff, pull-debian-source, pbuilder-dist-simple, ppaput, pull-debian-debdiff, pull-debian-source,
pull-lp-source, pull-revu-source, setup-packaging-environment, pull-lp-source, pull-revu-source, setup-packaging-environment,
suspicious-source, ubuntu-build and what-patch are licensed under the GNU suspicious-source, ubuntu-build and what-patch are licensed under the GNU

View File

@ -3,6 +3,8 @@
# Copyright ? 2008 Canonical Ltd. # Copyright ? 2008 Canonical Ltd.
# Author: Scott James Remnant <scott at ubuntu.com>. # Author: Scott James Remnant <scott at ubuntu.com>.
# Hacked up by: Bryce Harrington <bryce at ubuntu.com> # Hacked up by: Bryce Harrington <bryce at ubuntu.com>
# Change merge_changelog to merge-changelog: Ryan Kavanagh
# <ryanakca@kubuntu.org>
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of version 3 of the GNU General Public License as # it under the terms of version 3 of the GNU General Public License as
@ -22,9 +24,9 @@ from stat import *
from textwrap import fill from textwrap import fill
def usage(): def usage():
print '''Usage: merge_changelog <left changelog> <right changelog> print '''Usage: merge-changelog <left changelog> <right changelog>
merge_changelog takes two changelogs that once shared a common source, merge-changelog takes two changelogs that once shared a common source,
merges them back together, and prints the merged result to stdout. This merges them back together, and prints the merged result to stdout. This
is useful if you need to manually merge a ubuntu package with a new is useful if you need to manually merge a ubuntu package with a new
Debian release of the package. Debian release of the package.

View File

@ -29,7 +29,7 @@ setup(name='ubuntu-dev-tools',
'lp-shell', 'lp-shell',
'manage-credentials', 'manage-credentials',
'massfile', 'massfile',
'merge_changelog', 'merge-changelog',
'mk-sbuild', 'mk-sbuild',
'pbuilder-dist', 'pbuilder-dist',
'pbuilder-dist-simple', 'pbuilder-dist-simple',