[med-svn] [Git][med-team/libzstd][master] 3 commits: routine-update: debhelper-compat 13

Andreas Tille gitlab at salsa.debian.org
Fri Aug 7 20:17:36 BST 2020



Andreas Tille pushed to branch master at Debian Med / libzstd


Commits:
b5b92228 by Andreas Tille at 2020-08-07T11:20:33+02:00
routine-update: debhelper-compat 13

- - - - -
39de2988 by Andreas Tille at 2020-08-07T20:47:05+02:00
Disable strict-aliasing to work around bug #957487

- - - - -
b47721cd by Andreas Tille at 2020-08-07T21:05:25+02:00
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+libzstd (1.4.5+dfsg-4) unstable; urgency=medium
+
+  [ Andreas Tille ]
+  * Team upload.
+  * debhelper-compat 13 (routine-update)
+
+  [ Sudip Mukherjee ]
+  * Disable strict-aliasing to work around bug #957487
+    Intentionally not closing bug but decreasing severity for the moment.
+    The bug should be closed by a proper upstream fix and
+    strict-aliasing should be re-enabled.
+
+ -- Andreas Tille <tille at debian.org>  Fri, 07 Aug 2020 20:47:29 +0200
+
 libzstd (1.4.5+dfsg-3) unstable; urgency=medium
 
   [ Paul Menzel ]


=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Uploaders: Kevin Murray <kdmfoss at gmail.com>,
 Section: libs
 Priority: optional
 Build-Depends: d-shlibs,
-               debhelper-compat (= 12),
+               debhelper-compat (= 13),
                help2man,
                liblz4-dev,
                liblzma-dev,


=====================================
debian/rules
=====================================
@@ -5,6 +5,10 @@ export DH_VERBOSE=1
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+# FIXME: see https://lists.debian.org/debian-mentors/2020/08/msg00032.html
+#        this line shoud go once upstream has fixed
+#        https://github.com/facebook/zstd/issues/2204
+export DEB_CFLAGS_MAINT_APPEND = -fno-strict-aliasing
 
 # Upstream's makefiles will respect PREFIX, and this means we avoid a patch
 export PREFIX=/usr



View it on GitLab: https://salsa.debian.org/med-team/libzstd/-/compare/61f802b5242ce0f319eed9a6a97f3a863b5de67d...b47721cd4c4feab6bf5284a77c935165135612a7

-- 
View it on GitLab: https://salsa.debian.org/med-team/libzstd/-/compare/61f802b5242ce0f319eed9a6a97f3a863b5de67d...b47721cd4c4feab6bf5284a77c935165135612a7
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/20200807/e319a2db/attachment-0001.html>


More information about the debian-med-commit mailing list