diff -Nru gnubiff-2.2.17/debian/changelog gnubiff-2.2.17/debian/changelog --- gnubiff-2.2.17/debian/changelog 2021-01-31 23:16:07.000000000 +0000 +++ gnubiff-2.2.17/debian/changelog 2021-11-26 08:13:49.000000000 +0000 @@ -1,3 +1,9 @@ +gnubiff (2.2.17-3ubuntu1) jammy; urgency=medium + + * d/rules: force G++ to use C++14 (Closes: #984159) + + -- Simon Chopin Fri, 26 Nov 2021 09:13:49 +0100 + gnubiff (2.2.17-3) unstable; urgency=medium * QA upload. diff -Nru gnubiff-2.2.17/debian/control gnubiff-2.2.17/debian/control --- gnubiff-2.2.17/debian/control 2021-01-31 23:15:57.000000000 +0000 +++ gnubiff-2.2.17/debian/control 2021-11-26 08:13:49.000000000 +0000 @@ -1,7 +1,8 @@ Source: gnubiff Section: mail Priority: optional -Maintainer: Debian QA Group +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian QA Group Build-Depends: debhelper (>= 11), intltool, libaudiofile-dev, diff -Nru gnubiff-2.2.17/debian/rules gnubiff-2.2.17/debian/rules --- gnubiff-2.2.17/debian/rules 2018-10-16 22:37:55.000000000 +0000 +++ gnubiff-2.2.17/debian/rules 2021-11-26 08:13:33.000000000 +0000 @@ -1,5 +1,6 @@ #!/usr/bin/make -f +export DEB_CXXFLAGS_MAINT_APPEND=-std=c++14 %: dh $@