Control: tags 1023678 + patch Control: tags 1023678 + pending Dear maintainer,
I've prepared an NMU for clasp (versioned as 3.3.5-4.2) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru clasp-3.3.5/debian/changelog clasp-3.3.5/debian/changelog --- clasp-3.3.5/debian/changelog 2022-09-29 00:21:38.000000000 +0300 +++ clasp-3.3.5/debian/changelog 2022-11-19 12:10:37.000000000 +0200 @@ -1,3 +1,10 @@ +clasp (3.3.5-4.2) unstable; urgency=low + + * Non-maintainer upload. + * Build using the default gcc. (Closes: #1023678) + + -- Adrian Bunk <[email protected]> Sat, 19 Nov 2022 12:10:37 +0200 + clasp (3.3.5-4.1) unstable; urgency=medium * Non-maintainer upload diff -Nru clasp-3.3.5/debian/control clasp-3.3.5/debian/control --- clasp-3.3.5/debian/control 2022-09-29 00:21:01.000000000 +0300 +++ clasp-3.3.5/debian/control 2022-11-19 12:10:37.000000000 +0200 @@ -5,7 +5,6 @@ Uploaders: Thomas Krennwallner <[email protected]> Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.16.1~), - g++-10 (>= 10.2.1), catch, cmake (>= 3.1.0) Rules-Requires-Root: no diff -Nru clasp-3.3.5/debian/rules clasp-3.3.5/debian/rules --- clasp-3.3.5/debian/rules 2022-09-29 00:19:18.000000000 +0300 +++ clasp-3.3.5/debian/rules 2022-11-19 12:10:37.000000000 +0200 @@ -22,9 +22,6 @@ DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk -# force g++-10 -export CXX = g++-10 -export CC = gcc-10 # inject CPPFLAGS to CXXFLAGS CXXFLAGS += $(CPPFLAGS)

