diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-01-09 21:52:32 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-01-09 21:52:32 +0100 |
| commit | 21ba650e32457ee67ac0f85b03c071969aa5934b (patch) | |
| tree | cd9658996fbc6178317538b167f5281c92f1e6f4 /debian/rules | |
| parent | 6a806f0570599e8f5e9438c9623d496df75571d4 (diff) | |
| download | python-apt-21ba650e32457ee67ac0f85b03c071969aa5934b.tar.gz | |
* setup.py, doc/source/conf.py: Fix building by adding build/lib* to PYTHONPATH
We now build the extension first, and then the documentation. Also add
the text docs.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index adaad2a8..90b48cda 100755 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,7 @@ include /usr/share/cdbs/1/class/python-distutils.mk PKG=python-apt DEBVER=$(shell dpkg-parsechangelog |sed -n -e '/^Version:/s/^Version: //p') +DEB_COMPRESS_EXCLUDE:=.html .js _static/* _sources/* _sources/*/* .inv DEB_BUILD_PROG:=debuild --preserve-envvar PATH --preserve-envvar CCACHE_DIR -us -uc $(DEB_BUILD_PROG_OPTS) build/python-apt-dbg:: |
