[Git][debian-gis-team/qgis][master] 3 commits: Add lintian override for file-references-package-build-path.

Bas Couwenberg gitlab at salsa.debian.org
Sat Feb 9 11:11:17 GMT 2019


Bas Couwenberg pushed to branch master at Debian GIS Project / qgis


Commits:
9c05073d by Bas Couwenberg at 2019-02-07T16:59:09Z
Add lintian override for file-references-package-build-path.

- - - - -
31e75fa9 by Bas Couwenberg at 2019-02-09T09:40:19Z
Add -DNDEBUG flag to not reference build path in binaries.

- - - - -
90cb0279 by Bas Couwenberg at 2019-02-09T09:40:28Z
Set distribution to unstable.

- - - - -


9 changed files:

- debian/changelog
- + debian/libqgis-app2.18.28.lintian-overrides
- + debian/libqgis-core2.18.28.lintian-overrides
- + debian/libqgis-server2.18.28.lintian-overrides
- debian/libqgisgrass7-2.18.28.lintian-overrides
- + debian/qgis-plugin-grass.lintian-overrides
- debian/qgis-providers.lintian-overrides
- + debian/qgis-server.lintian-overrides
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+qgis (2.18.28+dfsg-2) unstable; urgency=medium
+
+  * Add lintian override for file-references-package-build-path.
+  * Add -DNDEBUG flag to not reference build path in binaries.
+  * No-change rebuild with spatialindex 1.9.0.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Fri, 08 Feb 2019 22:46:50 +0100
+
 qgis (2.18.28+dfsg-1) unstable; urgency=medium
 
   * Update packaging for GRASS 7.6.0.


=====================================
debian/libqgis-app2.18.28.lintian-overrides
=====================================
@@ -0,0 +1,3 @@
+# Cannot easily be fixed
+file-references-package-build-path *
+


=====================================
debian/libqgis-core2.18.28.lintian-overrides
=====================================
@@ -0,0 +1,3 @@
+# Cannot easily be fixed
+file-references-package-build-path *
+


=====================================
debian/libqgis-server2.18.28.lintian-overrides
=====================================
@@ -0,0 +1,3 @@
+# Cannot easily be fixed
+file-references-package-build-path *
+


=====================================
debian/libqgisgrass7-2.18.28.lintian-overrides
=====================================
@@ -2,3 +2,6 @@
 #  Fortify Source functions: no, only unprotected functions found!
 hardening-no-fortify-functions *
 
+# Cannot easily be fixed
+file-references-package-build-path usr/lib/libqgisgrass*.so.*
+


=====================================
debian/qgis-plugin-grass.lintian-overrides
=====================================
@@ -0,0 +1,3 @@
+# Cannot easily be fixed
+file-references-package-build-path *
+


=====================================
debian/qgis-providers.lintian-overrides
=====================================
@@ -2,3 +2,6 @@
 #  Fortify Source functions: no, only unprotected functions found!
 hardening-no-fortify-functions usr/lib/qgis/plugins/libvirtuallayerprovider.so
 
+# Cannot easily be fixed
+file-references-package-build-path *
+


=====================================
debian/qgis-server.lintian-overrides
=====================================
@@ -0,0 +1,3 @@
+# Cannot easily be fixed
+file-references-package-build-path *
+


=====================================
debian/rules
=====================================
@@ -214,6 +214,11 @@ ifneq (,$(findstring profile,$(DEB_BUILD_OPTIONS)))
 	LDFLAGS += -pg
 endif
 
+ifeq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -DNDEBUG
+	CXXFLAGS += -DNDEBUG
+endif
+
 %:
 	dh $@ --with pkgkde_symbolshelper,python2 --parallel --builddirectory=$(QGIS_BUILDDIR)
 



View it on GitLab: https://salsa.debian.org/debian-gis-team/qgis/compare/e2dad31c8e90cfbab48b48f0a2185891907dd665...90cb0279e1ce32ccf5e440e77f3743a6d89cc3d0

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/qgis/compare/e2dad31c8e90cfbab48b48f0a2185891907dd665...90cb0279e1ce32ccf5e440e77f3743a6d89cc3d0
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/20190209/6ba39e7e/attachment-0001.html>


More information about the Pkg-grass-devel mailing list