diff -Nru libcassvalue-1.0.4.2~focal/debian/changelog libcassvalue-1.0.4.3~focal/debian/changelog --- libcassvalue-1.0.4.2~focal/debian/changelog 2021-05-15 16:14:34.000000000 +0000 +++ libcassvalue-1.0.4.3~focal/debian/changelog 2021-06-05 01:36:04.000000000 +0000 @@ -1,4 +1,10 @@ -libcassvalue (1.0.4.2~focal) focal; urgency=high +libcassvalue (1.0.4.3~focal) focal; urgency=high + + * Bumped build version to rebuild on Launchpad. + + -- Alexis Wilke Fri, 04 Jun 2021 18:36:04 -0700 + +libcassvalue (1.0.4.2~xenial) xenial; urgency=high * Bump version to get a recompile on launchpad. Binary files /tmp/tmp7z7b97sr/lV9p0CUUNH/libcassvalue-1.0.4.2~focal/debian/.changelog.swp and /tmp/tmp7z7b97sr/HQIr2VdgJR/libcassvalue-1.0.4.3~focal/debian/.changelog.swp differ diff -Nru libcassvalue-1.0.4.2~focal/mk libcassvalue-1.0.4.3~focal/mk --- libcassvalue-1.0.4.2~focal/mk 1970-01-01 00:00:00.000000000 +0000 +++ libcassvalue-1.0.4.3~focal/mk 2021-06-04 20:25:27.000000000 +0000 @@ -0,0 +1,13 @@ +#!/bin/sh +# +# See the snapcmakemodules project for details about this script +# https://github.com/m2osw/snapcmakemodules + +if test -x ../../cmake/scripts/mk +then + ../../cmake/scripts/mk $* +else + echo "error: could not locate the cmake mk script" + exit 1 +fi +