- libzstd (1.4.4+dfsg-1+rpi1) bullseye-staging; urgency=medium
++libzstd (1.4.4+dfsg-3+rpi1) bullseye-staging; urgency=medium
+
+ [changes brought forward from 1.3.3+dfsg-1+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sun, 14 Jan 2018 16:35:02 +0000]
+ * Disable testsuite.
+
+ [changes introduced in 1.3.5+dfsg-2+rpi1 by Peter Michael Green]
+ * Remove .gitattributes file, it seems to break dgit.
+
- -- Raspbian forward porter <root@raspbian.org> Tue, 19 Nov 2019 19:52:52 +0000
++ -- Raspbian forward porter <root@raspbian.org> Tue, 18 Feb 2020 04:46:50 +0000
++
+ libzstd (1.4.4+dfsg-3) unstable; urgency=medium
+
+ * Team upload.
+ * Source only upload.
+
+ -- Michael R. Crusoe <michael.crusoe@gmail.com> Thu, 13 Feb 2020 10:40:13 +0100
+
+ libzstd (1.4.4+dfsg-2) unstable; urgency=medium
+
+ * Team upload.
+ * Install all the man pages.
+ * Standards-Version: 4.5.0 (routine-update)
+ * debhelper-compat 12 (routine-update)
+
+ -- Michael R. Crusoe <michael.crusoe@gmail.com> Thu, 13 Feb 2020 09:10:22 +0100
libzstd (1.4.4+dfsg-1) unstable; urgency=medium
override_dh_installman:
dh_installman
- mkdir -p $(mandir)
+ cp $(mandir)/zstd.1 $(mandir)/zstdmt.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
+
+override_dh_auto_test:
+ echo testsuite disabled