diff -Nru cmark-0.30.2/debian/changelog cmark-0.30.2/debian/changelog
--- cmark-0.30.2/debian/changelog	2022-01-18 18:55:18.000000000 +0000
+++ cmark-0.30.2/debian/changelog	2022-01-27 22:11:43.000000000 +0000
@@ -1,3 +1,9 @@
+cmark (0.30.2-4+rpi1) bookworm-staging; urgency=medium
+
+  * Revert changes to shlibs generation.
+
+ -- Peter Michael Green <plugwash@raspbian.org>  Thu, 27 Jan 2022 22:11:43 +0000
+
 cmark (0.30.2-4) unstable; urgency=medium
 
   * fix tighten generated shlibs hint file,
diff -Nru cmark-0.30.2/debian/rules cmark-0.30.2/debian/rules
--- cmark-0.30.2/debian/rules	2022-01-18 18:55:18.000000000 +0000
+++ cmark-0.30.2/debian/rules	2022-01-27 22:10:41.000000000 +0000
@@ -8,6 +8,3 @@
 %:
 	dh $@ --buildsystem=cmake
 
-# upstream does not yet provide a stable ABI
-override_dh_makeshlibs:
-	dh_makeshlibs --version-info="libcmark0 (>= ${DEB_VERSION}), libcmark0 (<< ${DEB_VERSION}+)"