Forum | Documentation | Website | Blog

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

bbb.io-go-mcumgr (0.0.0-git20221004.0)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent b166f4d4
No related merge requests found
bbb.io-go-mcumgr (0.0.0-git20221004.0-0~bullseye+20230213) bullseye; urgency=low
* Rebuild for repos.rcn-ee.com
-- Robert Nelson <robertcnelson@gmail.com> Mon, 13 Feb 2023 18:01:38 -0600
Source: bbb.io-go-mcumgr
Section: misc
Priority: optional
Maintainer: Robert Nelson <robertcnelson@gmail.com>
Build-Depends:
debhelper-compat (= 12),
, ca-certificates
, dh-golang
, git
, golang-any
, unzip
Standards-Version: 4.5.1
Package: bbb.io-go-mcumgr
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: MCU Manager (mcumgr) is the application tool that enables a user to communicate with and manage remote devices running an mcumgr server.
tmp/opt/mynewt-mcumgr-cli/mcumgr/mcumgr /usr/bin/
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
# Disable dh_dwz
override_dh_dwz:
override_dh_auto_configure:
mkdir -p ./tmp/opt/ ; git clone https://github.com/apache/mynewt-mcumgr-cli ./tmp/opt/mynewt-mcumgr-cli/
cd ./tmp/opt/mynewt-mcumgr-cli/mcumgr/ ; go build
%:
dh $@
#!/bin/bash -e
#https://github.com/apache/mynewt-mcumgr-cli
package_name="bbb.io-go-mcumgr"
debian_pkg_name="${package_name}"
package_version="0.0.0-git20221004.0"
package_source=""
src_dir=""
git_repo=""
git_sha=""
reprepro_dir="b/${package_name}"
dl_path="pool/main/${reprepro_dir}/"
debian_version="${package_version}-0"
debian_untar=""
debian_patch=""
clear_changelog="enable"
bullseye_version="~bullseye+20230213"
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