diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-12-15 14:24:51 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-12-15 14:24:51 +0100 |
| commit | 481a90a820564dc12567348c16773e15cc129560 (patch) | |
| tree | c78e856a62331f7e3ae5fb4c017dd0f4fd96c6df /debian | |
| parent | 4dcfce5fd58b99b9aaf6acb2ab86d811b1f1a01d (diff) | |
| download | python-apt-481a90a820564dc12567348c16773e15cc129560.tar.gz | |
* setup.py:
- build html/ help of the apt and aptsources modules
into /usr/share/doc/python-apt/html
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/python-apt.docs | 1 | ||||
| -rwxr-xr-x | debian/rules | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3c3ae251..160fe7c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,9 @@ python-apt (0.7.9) UNRELEASED; urgency=low - updated to use the new widgets * debian/control: - add suggests for python-gtk2 and python-vte + * setup.py: + - build html/ help of the apt and aptsources modules + into /usr/share/doc/python-apt/html -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 24 Nov 2008 14:30:32 +0100 diff --git a/debian/python-apt.docs b/debian/python-apt.docs index 208050c5..f3c87fdc 100644 --- a/debian/python-apt.docs +++ b/debian/python-apt.docs @@ -1,3 +1,4 @@ README apt/README.apt data/templates/README.templates +html/ diff --git a/debian/rules b/debian/rules index c8aff2f9..adaad2a8 100755 --- a/debian/rules +++ b/debian/rules @@ -21,6 +21,9 @@ 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; \ |
