From 3b3d174e23d8dbcbf45204ed717101d00449a34a Mon Sep 17 00:00:00 2001 From: Nathan Handler Date: Tue, 1 Sep 2009 11:07:18 +0000 Subject: [PATCH] setup.py: Add pull-revu-source to list of scripts --- debian/changelog | 4 ++-- setup.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e555706..a086154 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ ubuntu-dev-tools (0.78) UNRELEASED; urgency=low - * + * setup.py: Add pull-revu-source to list of scripts - -- Michael Bienia Tue, 01 Sep 2009 10:58:53 +0200 + -- Nathan Handler Tue, 01 Sep 2009 11:06:23 +0000 ubuntu-dev-tools (0.77) karmic; urgency=low diff --git a/setup.py b/setup.py index 13c5b8d..488299d 100755 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ setup(name='ubuntu-dev-tools', 'pull-debian-debdiff', 'pull-debian-source', 'pull-lp-source', + 'pull-revu-source', 'requestsync', 'reverse-build-depends', 'submittodebian',