diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-12-15 14:44:14 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-12-15 14:44:14 +0100 |
| commit | 6c1711a80a8a7d011f4d5f49618ff396ad2f5722 (patch) | |
| tree | 81105d2ce365aeca97d47d7b34a2fbd1da31e4fa | |
| parent | a9edfb00b8c8d4cab6ce29608ca5ba31971c12fc (diff) | |
| parent | ad2ec544545b2539d22e3dcdac945bd209542efa (diff) | |
| download | python-apt-6c1711a80a8a7d011f4d5f49618ff396ad2f5722.tar.gz | |
merged from python-apt--mvo
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index adaad2a8..c8aff2f9 100755 --- a/debian/rules +++ b/debian/rules @@ -21,9 +21,6 @@ build/python-apt-dbg:: python$$i-dbg ./setup.py build; \ done -build/python-apt:: - pydoc -w - install/python-apt-dbg:: for i in $(cdbs_python_build_versions); do \ python$$i-dbg ./setup.py install --root $(CURDIR)/debian/python-apt-dbg; \ |
