Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
make the build reproducible
· c7c2d043
Andreas Tille
authored
Jan 27, 2019
c7c2d043
Upload to unstable
· 64cbc23a
Andreas Tille
authored
Jan 27, 2019
64cbc23a
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
64cbc23a
lambda-align2 (2.0.0-5) unstable; urgency=medium
* Team upload.
* make the build reproducible (thanks for the patch to
Chris Lamb <lamby@debian.org>)
Closes: #920591
-- Andreas Tille <tille@debian.org> Sun, 27 Jan 2019 11:18:13 +0100
lambda-align2 (2.0.0-4) unstable; urgency=medium
* Skip checking md5sums in the tests as they are not currently stable.
...
...
debian/rules
View file @
64cbc23a
...
...
@@ -18,6 +18,8 @@ endif
dh $@ --builddirectory=build
override_dh_installman:
sed -i -e 's@\(defaults to working directory\.\).*@\1@g' ./debian/lambda-align2/usr/share/man/man1/*.1
sed -i -e 's@\(number of threads to run concurrently\.\).*@\1 Default: autodetected.@g' ./debian/lambda-align2/usr/share/man/man1/*.1
sed -i 's/LAMBDA2 MKINDEXN/LAMBDA2_MKINDEXN/' ./debian/lambda-align2/usr/share/man/man1/lambda2-mkindexn.1
sed -i 's/^lambda2 mkindexn /lambda2_mkindexn /' ./debian/lambda-align2/usr/share/man/man1/lambda2-mkindexn.1
sed -i 's/LAMBDA2 MKINDEXP/LAMBDA2_MKINDEXP/' ./debian/lambda-align2/usr/share/man/man1/lambda2-mkindexp.1
...
...