mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
* Renamed revuput to ppaput.
This commit is contained in:
parent
7f984ef144
commit
e0949e63f6
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
ubuntu-dev-tools (0.8) gutsy; urgency=low
|
||||
|
||||
* Renamed revuput to ppaput.
|
||||
|
||||
-- Daniel Holbach <daniel.holbach@ubuntu.com> Thu, 13 Sep 2007 14:35:18 +0200
|
||||
|
||||
ubuntu-dev-tools (0.7) gutsy; urgency=low
|
||||
|
||||
[Colin Watson]
|
||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -8,7 +8,7 @@ include /usr/share/cdbs/1/class/python-distutils.mk
|
||||
DEB_INSTALL_MANPAGES_ubuntu-dev-tools = doc/*.1
|
||||
|
||||
build/ubuntu-dev-tools::
|
||||
docbook2x-man doc/revuput.1.docbook; mv revuput.1 doc
|
||||
docbook2x-man doc/ppaput.1.docbook; mv ppaput.1 doc
|
||||
|
||||
clean::
|
||||
rm -f doc/revuput.1
|
||||
rm -f doc/ppaput.1
|
||||
|
@ -19,16 +19,16 @@
|
||||
<!-- ^^^^^^^^^^ -->
|
||||
</refentryinfo>
|
||||
<refmeta>
|
||||
<refentrytitle>revuput</refentrytitle>
|
||||
<refentrytitle>ppaput</refentrytitle>
|
||||
<manvolnum>1</manvolnum>
|
||||
</refmeta>
|
||||
<refnamediv>
|
||||
<refname>revuput</refname>
|
||||
<refname>ppaput</refname>
|
||||
<refpurpose>A tool for uploading packages for sponsorship</refpurpose>
|
||||
</refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>revuput</command>
|
||||
<command>ppaput</command>
|
||||
<arg choice="opt">
|
||||
<option>-n</option>
|
||||
</arg>
|
||||
@ -104,7 +104,7 @@
|
||||
</para>
|
||||
<para>
|
||||
<variablelist>
|
||||
<title>revuput options:</title>
|
||||
<title>ppaput options:</title>
|
||||
<varlistentry>
|
||||
<term><option>-n</option></term>
|
||||
<listitem><para>files a new bug report and adds it's number to
|
@ -28,18 +28,18 @@ try:
|
||||
import launchpadbugs.connector as Connector
|
||||
except:
|
||||
print >> sys.stderr, \
|
||||
"You need python-launchpad-bugs (>= 0.2.14) installed to use revuput."
|
||||
"You need python-launchpad-bugs (>= 0.2.14) installed to use ppaput."
|
||||
sys.exit(1)
|
||||
|
||||
#try:
|
||||
# import apt
|
||||
#except:
|
||||
# print >> sys.stderr, "You need python-apt installed to use revuput."
|
||||
# print >> sys.stderr, "You need python-apt installed to use ppaput."
|
||||
# sys.exit(1)
|
||||
|
||||
|
||||
USAGE = \
|
||||
"""Usage: revuput [-n] [<location>] [<debuild options>]
|
||||
"""Usage: ppaput [-n] [<location>] [<debuild options>]
|
||||
|
||||
-n to file a new bug
|
||||
<location> dput alias
|
Loading…
x
Reference in New Issue
Block a user