diff -Nru toybox-0.8.9+dfsg/debian/changelog toybox-0.8.9+dfsg/debian/changelog --- toybox-0.8.9+dfsg/debian/changelog 2023-02-18 19:07:34.000000000 +0000 +++ toybox-0.8.9+dfsg/debian/changelog 2023-04-12 01:58:55.000000000 +0000 @@ -1,3 +1,9 @@ +toybox (0.8.9+dfsg-1ubuntu1) lunar; urgency=medium + + * Clear V from the environment, the package fails to build if set. + + -- Steve Langasek Wed, 12 Apr 2023 01:58:55 +0000 + toybox (0.8.9+dfsg-1) unstable; urgency=medium * New upstream version 0.8.9+dfsg diff -Nru toybox-0.8.9+dfsg/debian/control toybox-0.8.9+dfsg/debian/control --- toybox-0.8.9+dfsg/debian/control 2023-02-18 19:07:34.000000000 +0000 +++ toybox-0.8.9+dfsg/debian/control 2023-04-12 01:58:55.000000000 +0000 @@ -1,7 +1,8 @@ Source: toybox Section: utils Priority: optional -Maintainer: Antoni Villalonga +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Antoni Villalonga Build-Depends: debhelper-compat (= 13), # libssl-dev, # zlib1g-dev, diff -Nru toybox-0.8.9+dfsg/debian/rules toybox-0.8.9+dfsg/debian/rules --- toybox-0.8.9+dfsg/debian/rules 2023-02-18 19:07:34.000000000 +0000 +++ toybox-0.8.9+dfsg/debian/rules 2023-04-12 01:56:39.000000000 +0000 @@ -4,6 +4,8 @@ DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk +export V= + %: dh $@