diff -pruN 0.0.17-1/debian/changelog 0.0.17-1ubuntu2/debian/changelog
--- 0.0.17-1/debian/changelog	2022-04-25 15:30:30.000000000 +0000
+++ 0.0.17-1ubuntu2/debian/changelog	2022-09-01 23:32:05.000000000 +0000
@@ -1,3 +1,42 @@
+gnss-sdr (0.0.17-1ubuntu2) kinetic; urgency=medium
+
+  * Add a Build-Conflicts wih libopenblas-dev, which libsuperlu-dev 
+    inappropriately pulls in and breaks the build on riscv64 (work around a
+    likely toolchain issue).
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Thu, 01 Sep 2022 23:32:05 +0000
+
+gnss-sdr (0.0.17-1ubuntu1) kinetic; urgency=medium
+
+  * Pass -DBLA_PREFER_PKGCONFIG=ON to cmake, fixing an inscrutable build
+    failure on riscv64 when trying to detect lapack.
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 31 Aug 2022 23:24:52 +0000
+
+gnss-sdr (0.0.17-1build4) kinetic; urgency=medium
+
+  * No-change rebuild against libfmt9
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Sun, 21 Aug 2022 06:04:27 +0000
+
+gnss-sdr (0.0.17-1build3) kinetic; urgency=medium
+
+  * No-change rebuild against libgnuradio-runtime3.10.3
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Sat, 16 Jul 2022 17:53:20 +0000
+
+gnss-sdr (0.0.17-1build2) kinetic; urgency=medium
+
+  * No-change rebuild against libuhd4.2.0
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Fri, 01 Jul 2022 23:26:17 +0000
+
+gnss-sdr (0.0.17-1build1) kinetic; urgency=medium
+
+  * No-change rebuild against libarmadillo11
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Mon, 13 Jun 2022 06:16:19 +0000
+
 gnss-sdr (0.0.17-1) unstable; urgency=medium
 
   * First release of upstream version 0.0.17
diff -pruN 0.0.17-1/debian/control 0.0.17-1ubuntu2/debian/control
--- 0.0.17-1/debian/control	2022-04-25 15:30:30.000000000 +0000
+++ 0.0.17-1ubuntu2/debian/control	2022-09-01 23:31:16.000000000 +0000
@@ -1,5 +1,6 @@
 Source: gnss-sdr
-Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
 Uploaders: Carles Fernandez <carles.fernandez@cttc.es>
 Section: hamradio
 Priority: optional
@@ -32,6 +33,7 @@ Build-Depends: cmake,
                pkg-config,
                protobuf-compiler,
                python3-mako
+Build-Conflicts: libopenblas-dev
 Standards-Version: 4.6.0
 Homepage: https://gnss-sdr.org
 Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/gnss-sdr
diff -pruN 0.0.17-1/debian/rules 0.0.17-1ubuntu2/debian/rules
--- 0.0.17-1/debian/rules	2022-04-25 15:30:30.000000000 +0000
+++ 0.0.17-1ubuntu2/debian/rules	2022-08-31 23:23:57.000000000 +0000
@@ -10,4 +10,4 @@ export HOME=$(CURDIR)/debian/home
 
 override_dh_auto_configure:
 	mkdir -p debian/home
-	dh_auto_configure -- -DENABLE_PACKAGING=ON -DENABLE_UNIT_TESTING_MINIMAL=ON -DENABLE_OSMOSDR=ON -DENABLE_FMCOMMS2=ON -DENABLE_PLUTOSDR=ON -DENABLE_AD9361=ON -DENABLE_RAW_UDP=ON -DENABLE_LIMESDR=ON ..
+	dh_auto_configure -- -DENABLE_PACKAGING=ON -DENABLE_UNIT_TESTING_MINIMAL=ON -DENABLE_OSMOSDR=ON -DENABLE_FMCOMMS2=ON -DENABLE_PLUTOSDR=ON -DENABLE_AD9361=ON -DENABLE_RAW_UDP=ON -DENABLE_LIMESDR=ON -DBLA_PREFER_PKGCONFIG=ON ..
