diff --git a/BUILD.bazel b/BUILD.bazel
index 7b0ba72..2e3882b 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -2,6 +2,8 @@ load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library", "cc_test")
 
 licenses(["notice"])
 
+exports_files(["LICENSE"])
+
 ################################# FXdiv library ################################
 
 cc_library(
diff --git a/debian/changelog b/debian/changelog
index cf9d3ba..cb63a8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fxdiv (0.0~git20201209.63058ef+ds-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 25 Aug 2022 16:25:31 -0000
+
 fxdiv (0.0~git20200417.b408327-3) unstable; urgency=medium
 
   * Bump debhelper compat level to 13 and use new features in d/rules.
diff --git a/debian/patches/nodownload b/debian/patches/nodownload
index ed62ac1..477fd23 100644
--- a/debian/patches/nodownload
+++ b/debian/patches/nodownload
@@ -1,6 +1,8 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -32,13 +32,10 @@
+Index: fxdiv/CMakeLists.txt
+===================================================================
+--- fxdiv.orig/CMakeLists.txt
++++ fxdiv/CMakeLists.txt
+@@ -32,13 +32,10 @@ IF(FXDIV_BUILD_TESTS AND NOT DEFINED GOO
  ENDIF()
  
  IF(FXDIV_BUILD_BENCHMARKS AND NOT DEFINED GOOGLEBENCHMARK_SOURCE_DIR)