From e0949e63f68ae57aee556d9742ef0fb781733748 Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Thu, 13 Sep 2007 14:36:09 +0200 Subject: [PATCH] * Renamed revuput to ppaput. --- debian/changelog | 6 ++++++ debian/rules | 4 ++-- doc/{revuput.1.docbook => ppaput.1.docbook} | 8 ++++---- revuput => ppaput | 6 +++--- setup.py | 2 +- 5 files changed, 16 insertions(+), 10 deletions(-) rename doc/{revuput.1.docbook => ppaput.1.docbook} (97%) rename revuput => ppaput (98%) diff --git a/debian/changelog b/debian/changelog index 554297b..46256bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ubuntu-dev-tools (0.8) gutsy; urgency=low + + * Renamed revuput to ppaput. + + -- Daniel Holbach Thu, 13 Sep 2007 14:35:18 +0200 + ubuntu-dev-tools (0.7) gutsy; urgency=low [Colin Watson] diff --git a/debian/rules b/debian/rules index 12b64ce..c2b9d93 100755 --- a/debian/rules +++ b/debian/rules @@ -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 diff --git a/doc/revuput.1.docbook b/doc/ppaput.1.docbook similarity index 97% rename from doc/revuput.1.docbook rename to doc/ppaput.1.docbook index 0795bfb..1a19b36 100644 --- a/doc/revuput.1.docbook +++ b/doc/ppaput.1.docbook @@ -19,16 +19,16 @@ - revuput + ppaput 1 - revuput + ppaput A tool for uploading packages for sponsorship - revuput + ppaput @@ -104,7 +104,7 @@ - revuput options: + ppaput options: files a new bug report and adds it's number to diff --git a/revuput b/ppaput similarity index 98% rename from revuput rename to ppaput index bd9c471..be935cd 100755 --- a/revuput +++ b/ppaput @@ -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] [] [] +"""Usage: ppaput [-n] [] [] -n to file a new bug dput alias diff --git a/setup.py b/setup.py index bef997f..41bcb8a 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup(name='ubuntu-dev-tools', 'pull-debian-debdiff', 'what-patch', 'suspicious-source', - 'revuput', + 'ppaput', 'requestsync', 'hugdaylist' ],