[med-svn] [Git][med-team/libzstd][master] Fix varying number of threads in pzstd man page, making build reproducible

Alexandre Mestiashvili gitlab at salsa.debian.org
Fri May 18 20:52:04 BST 2018


Alexandre Mestiashvili pushed to branch master at Debian Med / libzstd


Commits:
e1f30233 by Alexandre Mestiashvili at 2018-05-18T21:47:16+02:00
Fix varying number of threads in pzstd man page, making build reproducible

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -42,4 +42,5 @@ override_dh_install:
 override_dh_installman:
 	dh_installman
 	mkdir -p $(mandir)
-	$(HELP2MAN) --name='parallelised Zstandard compression, al la pigz' contrib/pzstd/pzstd >$(mandir)/pzstd.1
+	$(HELP2MAN) --name='parallelised Zstandard compression, al la pigz' contrib/pzstd/pzstd \
+	| perl -pe 's/(\(de\)compression\s\(default:)(\d+)(\))/$$1 All$$3/g' >$(mandir)/pzstd.1



View it on GitLab: https://salsa.debian.org/med-team/libzstd/commit/e1f302338b49ef9719d4d91a1d354989e9c1a272

---
View it on GitLab: https://salsa.debian.org/med-team/libzstd/commit/e1f302338b49ef9719d4d91a1d354989e9c1a272
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/20180518/129339cc/attachment.html>


More information about the debian-med-commit mailing list