mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-11 17:01:31 +00:00
Rename bitesize to lp-bitesize (Closes: #1076224).
This commit is contained in:
parent
1e815db9d2
commit
6ba0641f63
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -4,6 +4,7 @@ ubuntu-dev-tools (0.204) UNRELEASED; urgency=medium
|
|||||||
* Update Standards-Version to 4.7.1, no changes needed.
|
* Update Standards-Version to 4.7.1, no changes needed.
|
||||||
* Add several Lintian overrides related to .pyc files.
|
* Add several Lintian overrides related to .pyc files.
|
||||||
* Add my name to the copyright file.
|
* Add my name to the copyright file.
|
||||||
|
* Rename bitesize to lp-bitesize (Closes: #1076224).
|
||||||
|
|
||||||
[ Julien Plissonneau Duquène ]
|
[ Julien Plissonneau Duquène ]
|
||||||
* Fix reverse-depends -b crash on packages that b-d on themselves
|
* Fix reverse-depends -b crash on packages that b-d on themselves
|
||||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -73,14 +73,14 @@ License: GPL-2+
|
|||||||
On Debian systems, the complete text of the GNU General Public License
|
On Debian systems, the complete text of the GNU General Public License
|
||||||
version 2 can be found in the /usr/share/common-licenses/GPL-2 file.
|
version 2 can be found in the /usr/share/common-licenses/GPL-2 file.
|
||||||
|
|
||||||
Files: doc/bitesize.1
|
Files: doc/lp-bitesize.1
|
||||||
doc/check-mir.1
|
doc/check-mir.1
|
||||||
doc/grab-merge.1
|
doc/grab-merge.1
|
||||||
doc/merge-changelog.1
|
doc/merge-changelog.1
|
||||||
doc/pm-helper.1
|
doc/pm-helper.1
|
||||||
doc/setup-packaging-environment.1
|
doc/setup-packaging-environment.1
|
||||||
doc/syncpackage.1
|
doc/syncpackage.1
|
||||||
bitesize
|
lp-bitesize
|
||||||
check-mir
|
check-mir
|
||||||
GPL-3
|
GPL-3
|
||||||
grab-merge
|
grab-merge
|
||||||
|
@ -1,21 +1,21 @@
|
|||||||
.TH bitesize "1" "May 9 2010" "ubuntu-dev-tools"
|
.TH lp-bitesize "1" "May 9 2010" "ubuntu-dev-tools"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
bitesize \- Add \fBbitesize\fR tag to bugs and add a comment.
|
lp-bitesize \- Add \fBbitesize\fR tag to bugs and add a comment.
|
||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B bitesize \fR<\fIbug number\fR>
|
.B lp-bitesize \fR<\fIbug number\fR>
|
||||||
.br
|
.br
|
||||||
.B bitesize \-\-help
|
.B lp-bitesize \-\-help
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
\fBbitesize\fR adds a bitesize tag to the bug, if it's not there yet. It
|
\fBlp-bitesize\fR adds a bitesize tag to the bug, if it's not there yet. It
|
||||||
also adds a comment to the bug indicating that you are willing to help with
|
also adds a comment to the bug indicating that you are willing to help with
|
||||||
fixing it.
|
fixing it.
|
||||||
It checks for permission to operate on a given bug first,
|
It checks for permission to operate on a given bug first,
|
||||||
then perform required tasks on Launchpad.
|
then perform required tasks on Launchpad.
|
||||||
|
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
Listed below are the command line options for \fBbitesize\fR:
|
Listed below are the command line options for \fBlp-bitesize\fR:
|
||||||
.TP
|
.TP
|
||||||
.BR \-h ", " \-\-help
|
.BR \-h ", " \-\-help
|
||||||
Display a help message and exit.
|
Display a help message and exit.
|
||||||
@ -48,7 +48,7 @@ The default value for \fB--lpinstance\fR.
|
|||||||
.BR ubuntu\-dev\-tools (5)
|
.BR ubuntu\-dev\-tools (5)
|
||||||
|
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
\fBbitesize\fR and this manual page were written by Daniel Holbach
|
\fBlp-bitesize\fR and this manual page were written by Daniel Holbach
|
||||||
<daniel.holbach@canonical.com>.
|
<daniel.holbach@canonical.com>.
|
||||||
.PP
|
.PP
|
||||||
Both are released under the terms of the GNU General Public License, version 3.
|
Both are released under the terms of the GNU General Public License, version 3.
|
2
setup.py
2
setup.py
@ -32,13 +32,13 @@ def make_pep440_compliant(version: str) -> str:
|
|||||||
|
|
||||||
scripts = [
|
scripts = [
|
||||||
"backportpackage",
|
"backportpackage",
|
||||||
"bitesize",
|
|
||||||
"check-mir",
|
"check-mir",
|
||||||
"check-symbols",
|
"check-symbols",
|
||||||
"dch-repeat",
|
"dch-repeat",
|
||||||
"grab-merge",
|
"grab-merge",
|
||||||
"grep-merges",
|
"grep-merges",
|
||||||
"import-bug-from-debian",
|
"import-bug-from-debian",
|
||||||
|
"lp-bitesize",
|
||||||
"merge-changelog",
|
"merge-changelog",
|
||||||
"mk-sbuild",
|
"mk-sbuild",
|
||||||
"pbuilder-dist",
|
"pbuilder-dist",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user