[med-svn] [Git][med-team/libzstd][master] 3 commits: drop ZSTD_LEGACY_MULTITHREADED_API, since nothing in Debian seem to use it
Alexandre Mestiashvili
gitlab at salsa.debian.org
Sun Jun 7 10:02:14 BST 2020
Alexandre Mestiashvili pushed to branch master at Debian Med / libzstd
Commits:
1d1ef18e by Alexandre Mestiashvili at 2020-06-07T09:24:50+02:00
drop ZSTD_LEGACY_MULTITHREADED_API, since nothing in Debian seem to use it
- - - - -
134bd97a by Alexandre Mestiashvili at 2020-06-07T09:30:17+02:00
Don't build the shared library during dh_auto_install. Closes: # 962367
- - - - -
99490981 by Alexandre Mestiashvili at 2020-06-07T10:11:17+02:00
Update changelog
Gbp-Dch: Ignore
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+libzstd (1.4.5+dfsg-2) unstable; urgency=medium
+
+ * Drop ZSTD_LEGACY_MULTITHREADED_API, since nothing in Debian seem to use it
+ * Fix FTCBFS: Don't build the shared library during dh_auto_install,
+ Closes: #962367, thanks to Helmut Grohne <helmut at subdivi.de>
+
+ -- Alexandre Mestiashvili <mestia at debian.org> Sun, 07 Jun 2020 09:31:18 +0200
+
libzstd (1.4.5+dfsg-1) unstable; urgency=medium
* New upstream version 1.4.5+dfsg
=====================================
debian/rules
=====================================
@@ -25,7 +25,8 @@ override_dh_auto_clean:
dh_auto_clean --sourcedirectory=contrib/pzstd
override_dh_auto_build:
- dh_auto_build -- ZSTD_LEGACY_MULTITHREADED_API=1
+ dh_auto_build
+ dh_auto_build --sourcedirectory=lib -- all libzstd.pc libzstd
dh_auto_build --sourcedirectory=contrib/pzstd/ -- pzstd
override_dh_install:
View it on GitLab: https://salsa.debian.org/med-team/libzstd/-/compare/fd00853c6f39f58bfc393b900fc288fa5a538d7e...99490981a1427fd68c9e2f650948836be6c36700
--
View it on GitLab: https://salsa.debian.org/med-team/libzstd/-/compare/fd00853c6f39f58bfc393b900fc288fa5a538d7e...99490981a1427fd68c9e2f650948836be6c36700
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/20200607/2d94e286/attachment.html>
More information about the debian-med-commit
mailing list