mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-11 17:01:31 +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
|
ubuntu-dev-tools (0.7) gutsy; urgency=low
|
||||||
|
|
||||||
[Colin Watson]
|
[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
|
DEB_INSTALL_MANPAGES_ubuntu-dev-tools = doc/*.1
|
||||||
|
|
||||||
build/ubuntu-dev-tools::
|
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::
|
clean::
|
||||||
rm -f doc/revuput.1
|
rm -f doc/ppaput.1
|
||||||
|
@ -19,16 +19,16 @@
|
|||||||
<!-- ^^^^^^^^^^ -->
|
<!-- ^^^^^^^^^^ -->
|
||||||
</refentryinfo>
|
</refentryinfo>
|
||||||
<refmeta>
|
<refmeta>
|
||||||
<refentrytitle>revuput</refentrytitle>
|
<refentrytitle>ppaput</refentrytitle>
|
||||||
<manvolnum>1</manvolnum>
|
<manvolnum>1</manvolnum>
|
||||||
</refmeta>
|
</refmeta>
|
||||||
<refnamediv>
|
<refnamediv>
|
||||||
<refname>revuput</refname>
|
<refname>ppaput</refname>
|
||||||
<refpurpose>A tool for uploading packages for sponsorship</refpurpose>
|
<refpurpose>A tool for uploading packages for sponsorship</refpurpose>
|
||||||
</refnamediv>
|
</refnamediv>
|
||||||
<refsynopsisdiv>
|
<refsynopsisdiv>
|
||||||
<cmdsynopsis>
|
<cmdsynopsis>
|
||||||
<command>revuput</command>
|
<command>ppaput</command>
|
||||||
<arg choice="opt">
|
<arg choice="opt">
|
||||||
<option>-n</option>
|
<option>-n</option>
|
||||||
</arg>
|
</arg>
|
||||||
@ -104,7 +104,7 @@
|
|||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<title>revuput options:</title>
|
<title>ppaput options:</title>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>-n</option></term>
|
<term><option>-n</option></term>
|
||||||
<listitem><para>files a new bug report and adds it's number to
|
<listitem><para>files a new bug report and adds it's number to
|
@ -28,18 +28,18 @@ try:
|
|||||||
import launchpadbugs.connector as Connector
|
import launchpadbugs.connector as Connector
|
||||||
except:
|
except:
|
||||||
print >> sys.stderr, \
|
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)
|
sys.exit(1)
|
||||||
|
|
||||||
#try:
|
#try:
|
||||||
# import apt
|
# import apt
|
||||||
#except:
|
#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)
|
# sys.exit(1)
|
||||||
|
|
||||||
|
|
||||||
USAGE = \
|
USAGE = \
|
||||||
"""Usage: revuput [-n] [<location>] [<debuild options>]
|
"""Usage: ppaput [-n] [<location>] [<debuild options>]
|
||||||
|
|
||||||
-n to file a new bug
|
-n to file a new bug
|
||||||
<location> dput alias
|
<location> dput alias
|
Loading…
x
Reference in New Issue
Block a user