Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 95a53662 authored by Robert Nelson's avatar Robert Nelson
Browse files

openocd (0.12.0-1bbbio4)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 602c1c9a
Branches
No related merge requests found
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
......
#!/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 \
......
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
......
#!/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 \
......
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
......
#!/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 \
......
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
......
#!/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 \
......
......@@ -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}"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment