From 2c0dcf1b9d0f30f776f8365ce678670f66886711 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 30 Sep 2016 18:46:19 +0000 Subject: [PATCH] Remove the doc for now, as it's nearly empty anyway. --- debian/control | 22 +++++++++++----------- debian/rules | 5 +++-- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/debian/control b/debian/control index 11f7598..5e55389 100644 --- a/debian/control +++ b/debian/control @@ -153,14 +153,14 @@ Description: OpenStack Artifact Repository - common files . This package contains common files for Glare. -Package: python-glare-doc -Architecture: all -Section: doc -Depends: ${misc:Depends}, - ${sphinxdoc:Depends}, -Description: OpenStack Artifact Repository - Documentation - Glare (from GLare Artifact REpository) is a service that provides access - to a unified catalog of structured meta-information as well as related - binary data (these structures are also called 'artifacts'). - . - This package contains the documentation. +#Package: glare-doc +#Architecture: all +#Section: doc +#Depends: ${misc:Depends}, +# ${sphinxdoc:Depends}, +#Description: OpenStack Artifact Repository - Documentation +# Glare (from GLare Artifact REpository) is a service that provides access +# to a unified catalog of structured meta-information as well as related +# binary data (these structures are also called 'artifacts'). +# . +# This package contains the documentation. diff --git a/debian/rules b/debian/rules index 0e4f065..e8bb95f 100755 --- a/debian/rules +++ b/debian/rules @@ -47,8 +47,9 @@ endif override_dh_sphinxdoc: ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS))) - sphinx-build $(SPHINXOPTS) -b html doc/source $(CURDIR)/debian/python-glare-doc/usr/share/doc/python-glare-doc/html - dh_sphinxdoc -O--buildsystem=python_distutils + echo "No doc for now." +# sphinx-build $(SPHINXOPTS) -b html doc/source $(CURDIR)/debian/glare-doc/usr/share/doc/glare-doc/html +# dh_sphinxdoc -O--buildsystem=python_distutils endif override_dh_install: