[med-svn] [Git][med-team/discosnp][master] 4 commits: Fix installation of manpages

Andreas Tille gitlab at salsa.debian.org
Wed Jan 23 15:49:08 GMT 2019


Andreas Tille pushed to branch master at Debian Med / discosnp


Commits:
41a7cef9 by Andreas Tille at 2019-01-23T15:40:07Z
Fix installation of manpages

- - - - -
21ec1d95 by Andreas Tille at 2019-01-23T15:40:44Z
Build-Depends: python3

- - - - -
e34105f3 by Andreas Tille at 2019-01-23T15:44:16Z
Fix typo

- - - - -
6b8a3e82 by Andreas Tille at 2019-01-23T15:46:58Z
Upload to unstable

- - - - -


4 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-discosnp (2.3.0-1) UNRELEASED; urgency=medium
+discosnp (2.3.0-1) unstable; urgency=medium
 
   * Point watch file to Github
   * New upstream version
@@ -13,7 +13,7 @@ discosnp (2.3.0-1) UNRELEASED; urgency=medium
   * Depends: gatb-core
   * Add autopkgtest
 
- -- Andreas Tille <tille at debian.org>  Sat, 20 Oct 2018 10:56:58 +0200
+ -- Andreas Tille <tille at debian.org>  Wed, 23 Jan 2019 16:44:23 +0100
 
 discosnp (1.2.6-2) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -6,6 +6,7 @@ Section: science
 Priority: optional
 Build-Depends: debhelper (>= 12~),
                dh-python,
+               python3,
                cmake,
                libgatbcore-dev (>= 1.4.1+git20180206.6f8fce8~),
                libboost-dev,


=====================================
debian/manpages
=====================================
@@ -1 +1 @@
-debian/mans/*.1
+debian/mans/k*.1


=====================================
debian/rules
=====================================
@@ -18,3 +18,8 @@ override_dh_install:
 	for pl in `grep -Rl -e '#![[:space:]]*/bin/python' -e '#![[:space:]]*/usr/bin/env *python' debian/*/usr/*` ; do \
 	    sed -i '1s?^#!.*python?#!/usr/bin/python3?' $${pl} ; \
 	done
+
+override_dh_installman:
+	dh_installman
+	# dh_installman interprets .sh as language - just copy manpages manually
+	cp -a debian/mans/*.sh.1 debian/$(DEB_SOURCE)/usr/share/man/man1



View it on GitLab: https://salsa.debian.org/med-team/discosnp/compare/9ea19bd4b311bfa1f46a197890ab55f503cc1be7...6b8a3e8260fb52f7b12630a0ce6804ab79c7ea28

-- 
View it on GitLab: https://salsa.debian.org/med-team/discosnp/compare/9ea19bd4b311bfa1f46a197890ab55f503cc1be7...6b8a3e8260fb52f7b12630a0ce6804ab79c7ea28
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/debian-med-commit/attachments/20190123/6208d254/attachment-0001.html>


More information about the debian-med-commit mailing list