From 95a53662bf616bcb088396bdc7ab601304f8bb51 Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Wed, 5 Jun 2024 15:01:32 -0500 Subject: [PATCH] openocd (0.12.0-1bbbio4) Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- debian-12-openocd/suite/bookworm/debian/changelog | 7 +++++++ debian-12-openocd/suite/bookworm/debian/rules | 14 +++----------- debian-12-openocd/suite/bullseye/debian/changelog | 7 +++++++ debian-12-openocd/suite/bullseye/debian/rules | 14 +++----------- debian-12-openocd/suite/noble/debian/changelog | 7 +++++++ debian-12-openocd/suite/noble/debian/rules | 14 +++----------- debian-12-openocd/suite/trixie/debian/changelog | 7 +++++++ debian-12-openocd/suite/trixie/debian/rules | 14 +++----------- debian-12-openocd/version.sh | 2 +- 9 files changed, 41 insertions(+), 45 deletions(-) diff --git a/debian-12-openocd/suite/bookworm/debian/changelog b/debian-12-openocd/suite/bookworm/debian/changelog index a0b7a3337..f13a1481b 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-1bbbio4~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:01:24 -0500 + openocd (0.12.0-1bbbio3~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 597ce555a..6f32b6e54 100755 --- a/debian-12-openocd/suite/bookworm/debian/rules +++ b/debian-12-openocd/suite/bookworm/debian/rules @@ -1,17 +1,9 @@ #!/usr/bin/make -f DEB_MAKE_BUILD_TARGET := all -# Also build PDF and HTML documentation if nodoc is not set -ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) - DEB_MAKE_BUILD_TARGET += pdf html - DEB_CONFIGURE_EXTRA_FLAGS := \ - --enable-doxygen-pdf \ - --enable-doxygen-html -else - DEB_CONFIGURE_EXTRA_FLAGS := \ - --disable-doxygen-pdf \ - --disable-doxygen-html -endif +DEB_CONFIGURE_EXTRA_FLAGS := \ + --disable-doxygen-pdf \ + --disable-doxygen-html DEB_CONFIGURE_EXTRA_FLAGS += \ --disable-werror \ diff --git a/debian-12-openocd/suite/bullseye/debian/changelog b/debian-12-openocd/suite/bullseye/debian/changelog index 2da761697..573a0b9ae 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-1bbbio4~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:01:24 -0500 + openocd (0.12.0-1bbbio3~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 597ce555a..6f32b6e54 100755 --- a/debian-12-openocd/suite/bullseye/debian/rules +++ b/debian-12-openocd/suite/bullseye/debian/rules @@ -1,17 +1,9 @@ #!/usr/bin/make -f DEB_MAKE_BUILD_TARGET := all -# Also build PDF and HTML documentation if nodoc is not set -ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) - DEB_MAKE_BUILD_TARGET += pdf html - DEB_CONFIGURE_EXTRA_FLAGS := \ - --enable-doxygen-pdf \ - --enable-doxygen-html -else - DEB_CONFIGURE_EXTRA_FLAGS := \ - --disable-doxygen-pdf \ - --disable-doxygen-html -endif +DEB_CONFIGURE_EXTRA_FLAGS := \ + --disable-doxygen-pdf \ + --disable-doxygen-html DEB_CONFIGURE_EXTRA_FLAGS += \ --disable-werror \ diff --git a/debian-12-openocd/suite/noble/debian/changelog b/debian-12-openocd/suite/noble/debian/changelog index 10250fef3..cc752b2ab 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-1bbbio4~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:01:24 -0500 + openocd (0.12.0-1bbbio3~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 597ce555a..6f32b6e54 100755 --- a/debian-12-openocd/suite/noble/debian/rules +++ b/debian-12-openocd/suite/noble/debian/rules @@ -1,17 +1,9 @@ #!/usr/bin/make -f DEB_MAKE_BUILD_TARGET := all -# Also build PDF and HTML documentation if nodoc is not set -ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) - DEB_MAKE_BUILD_TARGET += pdf html - DEB_CONFIGURE_EXTRA_FLAGS := \ - --enable-doxygen-pdf \ - --enable-doxygen-html -else - DEB_CONFIGURE_EXTRA_FLAGS := \ - --disable-doxygen-pdf \ - --disable-doxygen-html -endif +DEB_CONFIGURE_EXTRA_FLAGS := \ + --disable-doxygen-pdf \ + --disable-doxygen-html DEB_CONFIGURE_EXTRA_FLAGS += \ --disable-werror \ diff --git a/debian-12-openocd/suite/trixie/debian/changelog b/debian-12-openocd/suite/trixie/debian/changelog index bbc3a24b6..695d1df35 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-1bbbio4~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:01:24 -0500 + openocd (0.12.0-1bbbio3~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 597ce555a..6f32b6e54 100755 --- a/debian-12-openocd/suite/trixie/debian/rules +++ b/debian-12-openocd/suite/trixie/debian/rules @@ -1,17 +1,9 @@ #!/usr/bin/make -f DEB_MAKE_BUILD_TARGET := all -# Also build PDF and HTML documentation if nodoc is not set -ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) - DEB_MAKE_BUILD_TARGET += pdf html - DEB_CONFIGURE_EXTRA_FLAGS := \ - --enable-doxygen-pdf \ - --enable-doxygen-html -else - DEB_CONFIGURE_EXTRA_FLAGS := \ - --disable-doxygen-pdf \ - --disable-doxygen-html -endif +DEB_CONFIGURE_EXTRA_FLAGS := \ + --disable-doxygen-pdf \ + --disable-doxygen-html DEB_CONFIGURE_EXTRA_FLAGS += \ --disable-werror \ diff --git a/debian-12-openocd/version.sh b/debian-12-openocd/version.sh index 1b81da77d..0c6e47d4b 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-1bbbio3" +package_version="0.12.0-1bbbio4" package_source="${debian_pkg_name}_${package_version}.orig.tar.xz" src_dir="${package_name}_${package_version}" -- GitLab