diff -Nru gadap-2.0/debian/changelog gadap-2.0/debian/changelog --- gadap-2.0/debian/changelog 2018-03-02 13:11:02.000000000 +0000 +++ gadap-2.0/debian/changelog 2018-07-17 07:39:32.000000000 +0000 @@ -1,10 +1,17 @@ +gadap (2.0-11) unstable; urgency=medium + + * Build library -fPIC, now needed for grads (gradspy library) + * Standards-Version: 4.1.5 + + -- Alastair McKinstry Tue, 17 Jul 2018 08:39:32 +0100 + gadap (2.0-10) unstable; urgency=medium * Standards-Version: 4.1.3; no changes required * Move VCS to salsa.debian.org * Drop obsolete dep. on automake - -- Alastair McKinstry Fri, 02 Mar 2018 13:11:02 +0000 + -- Alastair McKinstry Thu, 22 Mar 2018 15:44:58 +0000 gadap (2.0-9) unstable; urgency=medium diff -Nru gadap-2.0/debian/control gadap-2.0/debian/control --- gadap-2.0/debian/control 2018-03-02 13:11:02.000000000 +0000 +++ gadap-2.0/debian/control 2018-07-17 07:39:32.000000000 +0000 @@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 10), libdap-dev (>= 3.14.0-4), libcurl4-gnutls-dev | libcurl-dev, libxml2-dev -Standards-Version: 4.1.3 +Standards-Version: 4.1.5 Homepage: https://cola.gmu.edu/grads/gadoc/supplibs.html Vcs-Browser: https://salsa.debian.org:/science-team/gadap.git Vcs-Git: https://salsa.debian.org:/science-team/gadap.git diff -Nru gadap-2.0/debian/rules gadap-2.0/debian/rules --- gadap-2.0/debian/rules 2018-03-02 13:11:02.000000000 +0000 +++ gadap-2.0/debian/rules 2018-07-17 07:39:32.000000000 +0000 @@ -5,7 +5,7 @@ DESTDIR:=`pwd`/debian/tmp/ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) LIBDIR:=/usr/lib/$(DEB_HOST_MULTIARCH) -CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) -fPIE +CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) -fPIE -fPIC # The magic debhelper rule %: