Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Fix man page installation. (closes: #922995)
· 4fd03324
Bas Couwenberg
authored
Feb 22, 2019
4fd03324
Set distribution to unstable.
· cdc89c65
Bas Couwenberg
authored
Feb 22, 2019
cdc89c65
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
cdc89c65
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@debian.org>
Sun, 05 Aug
201
8
2
0
:4
6:41
+0
2
00
-- Bas Couwenberg <sebastic@debian.org>
Fri, 22 Feb
201
9
2
1
:4
2:35
+0
1
00
pycsw (2.2.0+dfsg-5) unstable; urgency=medium
...
...
debian/rules
View file @
cdc89c65
...
...
@@ -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
\
...
...