Really install reverse-build-depends.

This commit is contained in:
Siegfried-Angel Gevatter Pujals 2008-03-18 14:08:33 +01:00
parent 80435aaceb
commit 1bdfd1a73b
2 changed files with 4 additions and 1 deletions

2
debian/changelog vendored
View File

@ -4,6 +4,8 @@ ubuntu-dev-tools (0.30) UNRELEASED; urgency=low
- Add the original pbuilder-dist script as pbuilder-dist-simple.
* pbuilder-dist:
- Rewrite the script in Python to make it more robust and faster.
* setup.py:
- Really install reverse-build-depends (LP: #203523).
-- Siegfried-Angel Gevatter Pujals (RainCT) <rainct@ubuntu.com> Wed, 12 Mar 2008 00:42:55 +0100

View File

@ -32,7 +32,8 @@ setup(name='ubuntu-dev-tools',
'submittodebian',
'get-build-deps',
'dgetlp',
'grab-attachments'
'reverse-build-depends',
'grab-attachments',
],
packages=['ubuntutools'],
)