Package: freehdl Version: 0.0.8-2.1 Severity: normal Tags: patch pending Dear maintainer,
I've prepared an NMU for freehdl (versioned as 0.0.8-2.2) and uploaded it to DELAYED/4. Please feel free to tell me if I should delay it longer. Regards. -- WBR, wRAR
diff -Nru freehdl-0.0.8/debian/changelog freehdl-0.0.8/debian/changelog --- freehdl-0.0.8/debian/changelog 2014-10-09 16:24:01.000000000 +0600 +++ freehdl-0.0.8/debian/changelog 2016-12-03 03:02:27.000000000 +0500 @@ -1,3 +1,11 @@ +freehdl (0.0.8-2.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with GCC6 by using -std=gnu++98 (Closes: #811804). + * Fix the dependency on the libtool binary (Closes: #836414). + + -- Andrey Rahmatullin <[email protected]> Sat, 03 Dec 2016 03:02:27 +0500 + freehdl (0.0.8-2.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru freehdl-0.0.8/debian/control freehdl-0.0.8/debian/control --- freehdl-0.0.8/debian/control 2014-10-09 16:24:16.000000000 +0600 +++ freehdl-0.0.8/debian/control 2016-12-03 03:00:36.000000000 +0500 @@ -8,7 +8,7 @@ Package: freehdl Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, g++, libfreehdl0-dev, guile-2.0 | guile, libtool, pkg-config +Depends: ${shlibs:Depends}, ${misc:Depends}, g++, libfreehdl0-dev, guile-2.0 | guile, libtool-bin, pkg-config Description: VHDL simulator for Linux This is a free VHDL simulator with these features: * Has a graphical waveform viewer. diff -Nru freehdl-0.0.8/debian/rules freehdl-0.0.8/debian/rules --- freehdl-0.0.8/debian/rules 2014-08-26 17:38:19.000000000 +0600 +++ freehdl-0.0.8/debian/rules 2016-12-03 03:02:27.000000000 +0500 @@ -5,6 +5,7 @@ DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) export DEB_BUILD_MAINT_OPTIONS=hardening=+all +export DEB_CXXFLAGS_MAINT_APPEND=-std=gnu++98 DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk
signature.asc
Description: PGP signature

