Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Fix installation of manpages
· 41a7cef9
Andreas Tille
authored
Jan 23, 2019
41a7cef9
Build-Depends: python3
· 21ec1d95
Andreas Tille
authored
Jan 23, 2019
21ec1d95
Fix typo
· e34105f3
Andreas Tille
authored
Jan 23, 2019
e34105f3
Upload to unstable
· 6b8a3e82
Andreas Tille
authored
Jan 23, 2019
6b8a3e82
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
6b8a3e82
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@debian.org>
Sat, 20 Oct
201
8
1
0:56:58
+0
2
00
-- Andreas Tille <tille@debian.org>
Wed, 23 Jan
201
9
1
6:44:23
+0
1
00
discosnp (1.2.6-2) unstable; urgency=medium
...
...
debian/control
View file @
6b8a3e82
...
...
@@ -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
View file @
6b8a3e82
debian/mans/*.1
debian/mans/
k
*.1
debian/rules
View file @
6b8a3e82
...
...
@@ -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