diff --git a/debian-12-openocd/suite/bookworm/debian/changelog b/debian-12-openocd/suite/bookworm/debian/changelog
index 81b7c017f22f87e0a7d949e0793f216968b5e477..a658512eca568027511b1504ef41ea2c82409209 100644
--- a/debian-12-openocd/suite/bookworm/debian/changelog
+++ b/debian-12-openocd/suite/bookworm/debian/changelog
@@ -1,3 +1,10 @@
+openocd (0.12.0-1bbbio6~bookworm+20240605) bookworm; urgency=low
+
+  * git build: https://repo.or.cz/openocd.git/commit/437dde701c13e707e5fd912ef6403e09052e4d9b
+  * --enable-dmem for TI
+
+ -- Robert Nelson <robertcnelson@gmail.com>  Wed, 05 Jun 2024 15:33:13 -0500
+
 openocd (0.12.0-1bbbio5~bookworm+20240605) bookworm; urgency=low
 
   * git build: https://repo.or.cz/openocd.git/commit/437dde701c13e707e5fd912ef6403e09052e4d9b
diff --git a/debian-12-openocd/suite/bookworm/debian/rules b/debian-12-openocd/suite/bookworm/debian/rules
index 6f32b6e54a3994b0d06aa439fd2afb65a177c99f..e3c76d3bfe7e42e05193feb22086f892e5fbc51d 100755
--- a/debian-12-openocd/suite/bookworm/debian/rules
+++ b/debian-12-openocd/suite/bookworm/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+DEB_BUILD_OPTIONS=noautodbgsym
+
 DEB_MAKE_BUILD_TARGET := all
 DEB_CONFIGURE_EXTRA_FLAGS := \
 	--disable-doxygen-pdf \
diff --git a/debian-12-openocd/suite/bullseye/debian/changelog b/debian-12-openocd/suite/bullseye/debian/changelog
index e6a02ea9192f5e363ebef08930fabc0c3308e4f2..fc5ef56699d292b180b642db8d54fc5527bba924 100644
--- a/debian-12-openocd/suite/bullseye/debian/changelog
+++ b/debian-12-openocd/suite/bullseye/debian/changelog
@@ -1,3 +1,10 @@
+openocd (0.12.0-1bbbio6~bullseye+20240605) bullseye; urgency=low
+
+  * git build: https://repo.or.cz/openocd.git/commit/437dde701c13e707e5fd912ef6403e09052e4d9b
+  * --enable-dmem for TI
+
+ -- Robert Nelson <robertcnelson@gmail.com>  Wed, 05 Jun 2024 15:33:13 -0500
+
 openocd (0.12.0-1bbbio5~bullseye+20240605) bullseye; urgency=low
 
   * git build: https://repo.or.cz/openocd.git/commit/437dde701c13e707e5fd912ef6403e09052e4d9b
diff --git a/debian-12-openocd/suite/bullseye/debian/rules b/debian-12-openocd/suite/bullseye/debian/rules
index 6f32b6e54a3994b0d06aa439fd2afb65a177c99f..e3c76d3bfe7e42e05193feb22086f892e5fbc51d 100755
--- a/debian-12-openocd/suite/bullseye/debian/rules
+++ b/debian-12-openocd/suite/bullseye/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+DEB_BUILD_OPTIONS=noautodbgsym
+
 DEB_MAKE_BUILD_TARGET := all
 DEB_CONFIGURE_EXTRA_FLAGS := \
 	--disable-doxygen-pdf \
diff --git a/debian-12-openocd/suite/noble/debian/changelog b/debian-12-openocd/suite/noble/debian/changelog
index fe4c3b59a94dfe44dfab2155b91d79cba84bcd1d..63decd6dd7380be206730e8e27811b0a2f942cc3 100644
--- a/debian-12-openocd/suite/noble/debian/changelog
+++ b/debian-12-openocd/suite/noble/debian/changelog
@@ -1,3 +1,10 @@
+openocd (0.12.0-1bbbio6~noble+20240605) noble; urgency=low
+
+  * git build: https://repo.or.cz/openocd.git/commit/437dde701c13e707e5fd912ef6403e09052e4d9b
+  * --enable-dmem for TI
+
+ -- Robert Nelson <robertcnelson@gmail.com>  Wed, 05 Jun 2024 15:33:13 -0500
+
 openocd (0.12.0-1bbbio5~noble+20240605) noble; urgency=low
 
   * git build: https://repo.or.cz/openocd.git/commit/437dde701c13e707e5fd912ef6403e09052e4d9b
diff --git a/debian-12-openocd/suite/noble/debian/rules b/debian-12-openocd/suite/noble/debian/rules
index 6f32b6e54a3994b0d06aa439fd2afb65a177c99f..e3c76d3bfe7e42e05193feb22086f892e5fbc51d 100755
--- a/debian-12-openocd/suite/noble/debian/rules
+++ b/debian-12-openocd/suite/noble/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+DEB_BUILD_OPTIONS=noautodbgsym
+
 DEB_MAKE_BUILD_TARGET := all
 DEB_CONFIGURE_EXTRA_FLAGS := \
 	--disable-doxygen-pdf \
diff --git a/debian-12-openocd/suite/trixie/debian/changelog b/debian-12-openocd/suite/trixie/debian/changelog
index 4c73031b177471e01a6ba212e147038fb377ba2c..86513b62cefce4226d43435f5868f2b3f83ce1d3 100644
--- a/debian-12-openocd/suite/trixie/debian/changelog
+++ b/debian-12-openocd/suite/trixie/debian/changelog
@@ -1,3 +1,10 @@
+openocd (0.12.0-1bbbio6~trixie+20240605) trixie; urgency=low
+
+  * git build: https://repo.or.cz/openocd.git/commit/437dde701c13e707e5fd912ef6403e09052e4d9b
+  * --enable-dmem for TI
+
+ -- Robert Nelson <robertcnelson@gmail.com>  Wed, 05 Jun 2024 15:33:13 -0500
+
 openocd (0.12.0-1bbbio5~trixie+20240605) trixie; urgency=low
 
   * git build: https://repo.or.cz/openocd.git/commit/437dde701c13e707e5fd912ef6403e09052e4d9b
diff --git a/debian-12-openocd/suite/trixie/debian/rules b/debian-12-openocd/suite/trixie/debian/rules
index 6f32b6e54a3994b0d06aa439fd2afb65a177c99f..e3c76d3bfe7e42e05193feb22086f892e5fbc51d 100755
--- a/debian-12-openocd/suite/trixie/debian/rules
+++ b/debian-12-openocd/suite/trixie/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+DEB_BUILD_OPTIONS=noautodbgsym
+
 DEB_MAKE_BUILD_TARGET := all
 DEB_CONFIGURE_EXTRA_FLAGS := \
 	--disable-doxygen-pdf \
diff --git a/debian-12-openocd/version.sh b/debian-12-openocd/version.sh
index 9ac91f3cf5b9312f1786dfd295f728664dcd1915..425c42334e7d205b350c5973308766824ce16b0b 100644
--- a/debian-12-openocd/version.sh
+++ b/debian-12-openocd/version.sh
@@ -5,7 +5,7 @@ mirror="http://http.debian.net/debian"
 
 package_name="openocd"
 debian_pkg_name="${package_name}"
-package_version="0.12.0-1bbbio5"
+package_version="0.12.0-1bbbio6"
 package_source="${debian_pkg_name}_${package_version}.orig.tar.xz"
 src_dir="${package_name}_${package_version}"