Bas Couwenberg pushed to branch master at Debian GIS Project / pycsw
Commits: d48eb0e3 by Bas Couwenberg at 2021-09-13T19:27:04+02:00 Bump debhelper compat to 12. Changes: - Drop --list-missing from dh_install - - - - - e92759d5 by Bas Couwenberg at 2021-09-13T19:33:58+02:00 Drop undefined substitution variables. - - - - - c5e962d3 by Bas Couwenberg at 2021-09-13T19:34:45+02:00 Update doc-base paths. - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - debian/pycsw-doc.doc-base - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -7,6 +7,10 @@ pycsw (2.6.0+dfsg-2) UNRELEASED; urgency=medium [ Bas Couwenberg ] * Bump Standards-Version to 4.6.0, no changes. + * Bump debhelper compat to 12, changes: + - Drop --list-missing from dh_install + * Drop undefined substitution variables. + * Update doc-base paths. -- Angelos Tzotsos <[email protected]> Mon, 04 Jan 2021 19:00:00 +0200 ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Uploaders: Angelos Tzotsos <[email protected]>, Section: non-free/python Priority: optional Build-Depends: apache2-dev, - debhelper (>= 10~), + debhelper-compat (= 12), dh-apache2, dh-exec, dh-python, @@ -37,7 +37,6 @@ Architecture: all Section: non-free/web 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 ===================================== debian/pycsw-doc.doc-base ===================================== @@ -5,5 +5,5 @@ 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 +Index: /usr/share/doc/pycsw/index.html +Files: /usr/share/doc/pycsw/*.html ===================================== debian/rules ===================================== @@ -28,7 +28,7 @@ override_dh_auto_install: PYBUILD_INSTALL_ARGS="--install-scripts=/usr/lib/{package}" dh_auto_install override_dh_install: - dh_install --list-missing + dh_install # Remove pycache directories $(RM) -r debian/*/usr/share/pycsw/tests/__pycache__/ View it on GitLab: https://salsa.debian.org/debian-gis-team/pycsw/-/compare/1c22344b38eb23cbfdb75729bbca1b32e1b202ad...c5e962d31b0df25ed7727cb463475d7112df7743 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pycsw/-/compare/1c22344b38eb23cbfdb75729bbca1b32e1b202ad...c5e962d31b0df25ed7727cb463475d7112df7743 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
