[Git][debian-gis-team/pycsw][master] 2 commits: Drop pycsw-doc package, FTBFS with sphinx 2.4. (closes: #959775)

Bas Couwenberg gitlab at salsa.debian.org
Tue May 5 11:19:35 BST 2020



Bas Couwenberg pushed to branch master at Debian GIS Project / pycsw


Commits:
de17ff69 by Bas Couwenberg at 2020-05-05T12:09:27+02:00
Drop pycsw-doc package, FTBFS with sphinx 2.4. (closes: #959775)

- - - - -
7e58de54 by Bas Couwenberg at 2020-05-05T12:09:27+02:00
Set distribution to unstable.

- - - - -


6 changed files:

- debian/changelog
- debian/control
- debian/man/pycsw-admin.md
- − debian/pycsw-doc.doc-base
- − debian/pycsw-doc.docs
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+pycsw (2.4.2+dfsg-3) unstable; urgency=medium
+
+  * Team upload.
+  * Drop pycsw-doc package, FTBFS with sphinx 2.4.
+    (closes: #959775)
+
+ -- Bas Couwenberg <sebastic at debian.org>  Tue, 05 May 2020 12:00:43 +0200
+
 pycsw (2.4.2+dfsg-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -23,7 +23,6 @@ Build-Depends: apache2-dev,
                python3-setuptools,
                python3-shapely,
                python3-six,
-               python3-sphinx,
                python3-sqlalchemy,
                python3-tz,
                python3-xmltodict,
@@ -40,7 +39,6 @@ Depends: pycsw-wsgi (= ${binary:Version}),
          python3-pycsw (= ${binary:Version}),
          ${python3:Depends},
          ${misc:Depends}
-Suggests: pycsw-doc
 Description: OGC compliant metadata (Catalogue Service for the Web) server
  pycsw is an OGC CSW server implementation written in Python. pycsw fully
  implements the OpenGIS Catalogue Service Implementation Specification
@@ -107,23 +105,3 @@ Description: WSGI Apache CSW service based on pycsw
  and runs on all major platforms (Windows, Linux, Mac OS X).
  .
  This package contains the Apache mod_wsgi scripts and tests.
-
-Package: pycsw-doc
-Architecture: all
-Section: non-free/doc
-Depends: ${sphinxdoc:Depends},
-         ${misc:Depends}
-Description: OGC compliant metadata (Catalogue Service for the Web) server - documentation
- pycsw is an OGC CSW server implementation written in Python. pycsw fully
- implements the OpenGIS Catalogue Service Implementation Specification
- (Catalogue Service for the Web). Initial development started in 2010
- (more formally announced in 2011). The project is certified OGC Compliant,
- and is an OGC Reference Implementation. Since 2015, pycsw is an official
- OSGeo Project. pycsw allows for the publishing and discovery of geospatial
- metadata via numerous APIs (CSW 2/CSW 3, OpenSearch, OAI-PMH, SRU).
- Existing repositories of geospatial metadata can also be exposed,
- providing a standards-based metadata and catalogue component of spatial
- data infrastructures. pycsw is Open Source, released under an MIT license,
- and runs on all major platforms (Windows, Linux, Mac OS X).
- .
- This package contains the pycsw documentation.


=====================================
debian/man/pycsw-admin.md
=====================================
@@ -99,7 +99,3 @@ pycsw-admin(1) - pycsw admin utility
 12.) delete_records: Deletes all records from repository without prompting
 
         pycsw-admin -c delete_records -f default.cfg -y
-
-##MORE INFORMATION
-
-More information about pycsw can be obtained from _/usr/share/doc/pycsw-doc_ after installing the *pycsw-doc* package.


=====================================
debian/pycsw-doc.doc-base deleted
=====================================
@@ -1,9 +0,0 @@
-Document: pycsw-docbase
-Title: pycsw Documentation
-Author: Tom Kralidis
-Abstract: This is the pycsw manual
-Section: Science/Geoscience
-
-Format: HTML
-Index: /usr/share/doc/pycsw-doc/index.html
-Files: /usr/share/doc/pycsw-doc/*.html


=====================================
debian/pycsw-doc.docs deleted
=====================================
@@ -1 +0,0 @@
-build/html/*


=====================================
debian/rules
=====================================
@@ -8,14 +8,13 @@ include /usr/share/dpkg/pkg-info.mk
 BUILD_DATE := $(shell LC_ALL=C date -u "+%Y-%m-%d" -d "@$(SOURCE_DATE_EPOCH)")
 
 %:
-	dh  $@ --with python3,sphinxdoc,apache2 --buildsystem pybuild
+	dh  $@ --with python3,apache2 --buildsystem pybuild
 
 override_dh_clean:
 	dh_clean debian/man/pycsw-admin.1
 
 override_dh_auto_build:
 	dh_auto_build
-	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml docs/ build/html # HTML generator
 	ronn -r --date="$(BUILD_DATE)" --manual=pycsw debian/man/*.md
 	rm -f debian/man/*.html
 



View it on GitLab: https://salsa.debian.org/debian-gis-team/pycsw/-/compare/483fab671ba22e66711bd118495c0d83d77f0332...7e58de544df3c0d367bc319ecc87fbe5166b7047

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pycsw/-/compare/483fab671ba22e66711bd118495c0d83d77f0332...7e58de544df3c0d367bc319ecc87fbe5166b7047
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20200505/5e4b0507/attachment-0001.html>


More information about the Pkg-grass-devel mailing list