Forum | Documentation | Website | Blog

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

bbb.io-gateware (1.20240517.0)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent bfd7a574
Branches
No related merge requests found
* BVF-0.4.0-27-g7078de9
* BVF-0.5.1-7-ga455aea
bbb.io-gateware (1.20231229.0-0~lunar+20231229) lunar; urgency=low
bbb.io-gateware (1.20240517.0-0~lunar+20240521) lunar; urgency=low
* BVF-0.4.0-27-g7078de9
* BVF-0.5.1-7-ga455aea
-- Robert Nelson <robertcnelson@gmail.com> Fri, 29 Dec 2023 10:11:02 -0600
-- Robert Nelson <robertcnelson@gmail.com> Tue, 21 May 2024 16:11:35 -0500
......@@ -3,7 +3,7 @@
# output every command that modifies files on the build system.
DH_VERBOSE = 1
VERSION="BVF-0.4.0-27-g7078de9"
VERSION="BVF-0.5.1-7-ga455aea"
override_dh_auto_configure:
dpkg -x ./debian/bbb.io-gateware*.deb ./tmp/
......
bbb.io-gateware (1.20231229.0-0~mantic+20231229) mantic; urgency=low
bbb.io-gateware (1.20240517.0-0~mantic+20240521) mantic; urgency=low
* BVF-0.4.0-27-g7078de9
* BVF-0.5.1-7-ga455aea
-- Robert Nelson <robertcnelson@gmail.com> Fri, 29 Dec 2023 10:11:02 -0600
-- Robert Nelson <robertcnelson@gmail.com> Tue, 21 May 2024 16:11:35 -0500
......@@ -3,7 +3,7 @@
# output every command that modifies files on the build system.
DH_VERBOSE = 1
VERSION="BVF-0.4.0-27-g7078de9"
VERSION="BVF-0.5.1-7-ga455aea"
override_dh_auto_configure:
dpkg -x ./debian/bbb.io-gateware*.deb ./tmp/
......
bbb.io-gateware (1.20231229.0-0~noble+20231229) noble; urgency=low
bbb.io-gateware (1.20240517.0-0~noble+20240521) noble; urgency=low
* BVF-0.4.0-27-g7078de9
* BVF-0.5.1-7-ga455aea
-- Robert Nelson <robertcnelson@gmail.com> Fri, 29 Dec 2023 10:11:02 -0600
-- Robert Nelson <robertcnelson@gmail.com> Tue, 21 May 2024 16:11:35 -0500
......@@ -3,7 +3,7 @@
# output every command that modifies files on the build system.
DH_VERBOSE = 1
VERSION="BVF-0.4.0-27-g7078de9"
VERSION="BVF-0.5.1-7-ga455aea"
override_dh_auto_configure:
dpkg -x ./debian/bbb.io-gateware*.deb ./tmp/
......
bbb.io-gateware (1.20231229.0-0~sid+20231229) sid; urgency=low
bbb.io-gateware (1.20240517.0-0~sid+20240521) sid; urgency=low
* BVF-0.4.0-27-g7078de9
* BVF-0.5.1-7-ga455aea
-- Robert Nelson <robertcnelson@gmail.com> Fri, 29 Dec 2023 10:11:02 -0600
-- Robert Nelson <robertcnelson@gmail.com> Tue, 21 May 2024 16:11:35 -0500
......@@ -3,7 +3,7 @@
# output every command that modifies files on the build system.
DH_VERBOSE = 1
VERSION="BVF-0.4.0-27-g7078de9"
VERSION="BVF-0.5.1-7-ga455aea"
override_dh_auto_configure:
dpkg -x ./debian/bbb.io-gateware*.deb ./tmp/
......
#!/bin/bash -e
VERSION="BVF-0.4.0-27-g7078de9"
DATEC="1.20240407.0"
VERSION="BVF-0.5.1-7-ga455aea"
DATEC="1.20240517.0"
package_name="bbb.io-gateware"
debian_pkg_name="${package_name}"
package_version="1.20240407.0"
package_version="1.20240517.0"
package_source=""
src_dir=""
......@@ -18,12 +18,11 @@ debian_version="${package_version}-0"
debian_untar=""
debian_patch=""
debian_dl_1="https://git.beagleboard.org/beaglev-fire/gateware-snapshots/-/raw/main/${VERSION}/bbb.io-gateware_${DATEC}-0~lunar_all.deb"
#debian_dl_1="https://beaglev-fire.beagleboard.io/gateware/pool/bbb.io-gateware_1.20240407.0-0~lunar_all.deb"
debian_dl_1="https://openbeagle.org/beaglev-fire/gateware-snapshots/-/raw/main/${VERSION}/bbb.io-gateware_${DATEC}-0~lunar_all.deb"
clear_changelog="enable"
sid_version="~sid+20231229"
lunar_version="~lunar+20231229"
mantic_version="~mantic+20231229"
noble_version="~noble+20231229"
sid_version="~sid+20240521"
lunar_version="~lunar+20240521"
mantic_version="~mantic+20240521"
noble_version="~noble+20240521"
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