diff options
author | Denis Laxalde <denis.laxalde@logilab.fr> | 2019-07-26 16:53:07 +0200 |
---|---|---|
committer | Denis Laxalde <denis.laxalde@logilab.fr> | 2019-07-26 16:53:07 +0200 |
commit | bc7f1800b02a02c7c155f579805c0a31b75edce2 (patch) | |
tree | 750dae0769ea2832e90122ebcfb238699e327c5b /debian/rules | |
parent | 4fdec549d51aeac818060e40ae516a82e826aa9b (diff) | |
download | logilab-common-bc7f1800b02a02c7c155f579805c0a31b75edce2.tar.gz |
[debian] Drop documentation build
The system has changed and we lack resources to
maintain it in Debian.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/debian/rules b/debian/rules index 5dfe654..6dd22c3 100755 --- a/debian/rules +++ b/debian/rules @@ -29,13 +29,6 @@ build: build-indep %: dh $@ --with python2,python3 -override_dh_auto_build: - dh_auto_build -ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) - python setup.py build --build-purelib build/lib - $(MAKE) -C doc -endif - override_dh_auto_install: python setup.py install --no-compile \ --root=$(CURDIR)/debian/$(PACKAGE)/ \ @@ -58,12 +51,6 @@ ifneq (,$(build_py3k)) gzip debian/$(PACKAGE3)/usr/share/man/man1/logilab-pytest3.1 endif -override_dh_installdocs: - dh_installdocs README* -ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) - dh_installdocs doc/apidoc/ -endif - override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) python setup.py install \ @@ -79,9 +66,8 @@ endif endif override_dh_compress: - dh_compress -X.py -X.ini -X.xml -Xtest/ -Xapidoc/ + dh_compress -X.py -X.ini -X.xml -Xtest/ override_dh_clean: dh_clean - rm -rf doc/apidoc rm -rf logilab_common.egg-info |