[Git][debian-gis-team/pycsw][master] 2 commits: Fix man page installation. (closes: #922995)
Bas Couwenberg
gitlab at salsa.debian.org
Fri Feb 22 21:09:02 GMT 2019
Bas Couwenberg pushed to branch master at Debian GIS Project / pycsw
Commits:
4fd03324 by Bas Couwenberg at 2019-02-22T20:41:11Z
Fix man page installation. (closes: #922995)
- - - - -
cdc89c65 by Bas Couwenberg at 2019-02-22T20:57:08Z
Set distribution to unstable.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,11 @@
-pycsw (2.2.0+dfsg-6) UNRELEASED; urgency=medium
+pycsw (2.2.0+dfsg-6) unstable; urgency=medium
+ * Team upload.
* Bump Standards-Version to 4.3.0, no changes.
+ * Fix man page installation.
+ (closes: #922995)
- -- Bas Couwenberg <sebastic at debian.org> Sun, 05 Aug 2018 20:46:41 +0200
+ -- Bas Couwenberg <sebastic at debian.org> Fri, 22 Feb 2019 21:42:35 +0100
pycsw (2.2.0+dfsg-5) unstable; urgency=medium
=====================================
debian/rules
=====================================
@@ -7,13 +7,14 @@ export PYBUILD_NAME=pycsw
dh $@ --with python2,python3,sphinxdoc,apache2 --buildsystem pybuild --parallel
override_dh_clean:
- dh_clean debian/man/pycsw-admin.1 \
- debian/man/pycsw-admin.1.html
+ 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 debian/man/pycsw-admin.md
+ mv debian/man/pycsw-admin.md.1 debian/man/pycsw-admin.1
+ rm -f debian/man/*.html
override_dh_auto_test:
PYBUILD_SYSTEM=custom \
View it on GitLab: https://salsa.debian.org/debian-gis-team/pycsw/compare/eca122a1b323c4fb9feddc4b3369e373fe5462f8...cdc89c65a19ea9880e3fd406038e39f9d91c2964
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pycsw/compare/eca122a1b323c4fb9feddc4b3369e373fe5462f8...cdc89c65a19ea9880e3fd406038e39f9d91c2964
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/20190222/771c7766/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list