[Git][debian-gis-team/liblas][master] 5 commits: Close bug in changelog.
Bas Couwenberg
gitlab at salsa.debian.org
Sat Feb 16 13:12:15 GMT 2019
Bas Couwenberg pushed to branch master at Debian GIS Project / liblas
Commits:
8119131e by Bas Couwenberg at 2019-02-16T12:35:32Z
Close bug in changelog.
- - - - -
9df5cd3a by Bas Couwenberg at 2019-02-16T12:49:59Z
Append -DNDEBUG to C{,XX}FLAGS to remove buildpath from binaries.
- - - - -
fbdba480 by Bas Couwenberg at 2019-02-16T13:01:43Z
Update symbols for amd64.
- - - - -
e994a286 by Bas Couwenberg at 2019-02-16T13:01:43Z
Add lintian overrides for file-references-package-build-path.
- - - - -
28ee9a70 by Bas Couwenberg at 2019-02-16T13:01:43Z
Set distribution to unstable.
- - - - -
7 changed files:
- debian/changelog
- + debian/liblas-bin.lintian-overrides
- + debian/liblas-c3.lintian-overrides
- + debian/liblas-dev.lintian-overrides
- + debian/liblas3.lintian-overrides
- debian/liblas3.symbols
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,12 @@
-liblas (1.8.1-10) UNRELEASED; urgency=medium
+liblas (1.8.1-10) unstable; urgency=medium
* Add upstream patch to fix CVE-2018-20540.
+ (closes: #922459)
+ * Append -DNDEBUG to C{,XX}FLAGS to remove buildpath from binaries.
+ * Update symbols for amd64.
+ * Add lintian overrides for file-references-package-build-path.
- -- Bas Couwenberg <sebastic at debian.org> Sun, 20 Jan 2019 09:06:54 +0100
+ -- Bas Couwenberg <sebastic at debian.org> Sat, 16 Feb 2019 13:37:29 +0100
liblas (1.8.1-9) unstable; urgency=medium
=====================================
debian/liblas-bin.lintian-overrides
=====================================
@@ -0,0 +1,3 @@
+# Cannot easily be fixed
+file-references-package-build-path *
+
=====================================
debian/liblas-c3.lintian-overrides
=====================================
@@ -0,0 +1,3 @@
+# Cannot easily be fixed
+file-references-package-build-path *
+
=====================================
debian/liblas-dev.lintian-overrides
=====================================
@@ -0,0 +1,3 @@
+# Cannot easily be fixed
+file-references-package-build-path *
+
=====================================
debian/liblas3.lintian-overrides
=====================================
@@ -0,0 +1,3 @@
+# Cannot easily be fixed
+file-references-package-build-path *
+
=====================================
debian/liblas3.symbols
=====================================
@@ -407,7 +407,7 @@ liblas.so.3 #PACKAGE# #MINVER#
_ZN6liblas13property_tree6detail8rapidxml8internal13lookup_tablesILi0EE24lookup_text_pure_with_wsE at Base 1.8.0
_ZN6liblas13property_tree6detail8rapidxml8internal13lookup_tablesILi0EE28lookup_attribute_data_1_pureE at Base 1.8.0
_ZN6liblas13property_tree6detail8rapidxml8internal13lookup_tablesILi0EE28lookup_attribute_data_2_pureE at Base 1.8.0
- (optional=templinst)_ZN6liblas13property_tree6detail8rapidxml8xml_nodeIcE11append_nodeEPS4_ at Base 1.8.0
+ (optional=templinst|arch=!amd64)_ZN6liblas13property_tree6detail8rapidxml8xml_nodeIcE11append_nodeEPS4_ at Base 1.8.0
_ZN6liblas14Classification16class_table_sizeE at Base 1.8.0
_ZN6liblas14Classification8SetClassEj at Base 1.8.0
_ZN6liblas14GetFullVersionB5cxx11Ev at Base 1.8.0
=====================================
debian/rules
=====================================
@@ -3,6 +3,10 @@
# Enable hardening build flags
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+# Remove buildpath from binaries
+export DEB_CFLAGS_MAINT_APPEND=-DNDEBUG
+export DEB_CXXFLAGS_MAINT_APPEND=-DNDEBUG
+
include /usr/share/dpkg/pkg-info.mk
UPSTREAM_VERSION=$(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
View it on GitLab: https://salsa.debian.org/debian-gis-team/liblas/compare/caa196e994988d75ac3f1c4c8698649e3ca62fa9...28ee9a70b83248f9e8754d0be38cce8b375e95b8
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/liblas/compare/caa196e994988d75ac3f1c4c8698649e3ca62fa9...28ee9a70b83248f9e8754d0be38cce8b375e95b8
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/pkg-grass-devel/attachments/20190216/a4234f89/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list