[Git][debian-gis-team/pycsw][master] Don't rename manpages, not needed for ruby-ronn 0.9.0.

Bas Couwenberg gitlab at salsa.debian.org
Thu Apr 9 11:41:29 BST 2020



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


Commits:
add40280 by Bas Couwenberg at 2020-04-09T12:22:47+02:00
Don't rename manpages, not needed for ruby-ronn 0.9.0.

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -4,6 +4,7 @@ pycsw (2.4.2+dfsg-2) UNRELEASED; urgency=medium
   * Bump Standards-Version to 4.5.0, no changes.
   * Bump debhelper compat to 10, changes:
     - Drop --parallel option, enabled by default
+  * Don't rename manpages, not needed for ruby-ronn 0.9.0.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 18 Jan 2020 17:10:00 +0100
 


=====================================
debian/control
=====================================
@@ -27,7 +27,7 @@ Build-Depends: apache2-dev,
                python3-sqlalchemy,
                python3-tz,
                python3-xmltodict,
-               ronn
+               ronn (>= 0.9.0)
 Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/debian-gis-team/pycsw
 Vcs-Git: https://salsa.debian.org/debian-gis-team/pycsw.git


=====================================
debian/rules
=====================================
@@ -17,9 +17,6 @@ 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
-	for FILE in debian/man/*.md.1; do \
-		mv -v $$FILE debian/man/`basename $$FILE .md.1`.1; \
-	done
 	rm -f debian/man/*.html
 
 override_dh_auto_test:



View it on GitLab: https://salsa.debian.org/debian-gis-team/pycsw/-/commit/add40280af568189e2ce21880afd47f910f1cf74

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pycsw/-/commit/add40280af568189e2ce21880afd47f910f1cf74
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/20200409/f2b4a19a/attachment-0001.html>


More information about the Pkg-grass-devel mailing list