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',