Skip to content

Commit

Permalink
lib: Bump version to 4.7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoop-ni authored and joergho committed Jun 18, 2024
1 parent 3752ed8 commit 327f294
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion host/cmake/Modules/UHDVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ find_package(Git QUIET)
# - set UHD_VERSION_DEVEL to true for master and development branches
########################################################################
set(UHD_VERSION_MAJOR 4)
set(UHD_VERSION_API 6)
set(UHD_VERSION_API 7)
set(UHD_VERSION_ABI 0)
set(UHD_VERSION_PATCH 0)
set(UHD_VERSION_DEVEL TRUE)
Expand Down
5 changes: 4 additions & 1 deletion host/cmake/debian/README.Debian
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Settings will not take effect until the user has logged in and out.
Multiple packages
-----------------

libuhd4.3.0:
libuhd4.x.x:
Small package just for the library itself.

libuhd-dev:
Expand All @@ -41,6 +41,9 @@ uhd-host:
directories. The utils include tools for managing the
flash memory or EEPROM configuration of various USRPs.

python3-uhd:
The python3-uhd package to access the library from Python 3.
Python examples are included in the uhd-host package.


UHD Firmware / FPGA images
Expand Down
10 changes: 5 additions & 5 deletions host/cmake/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: uhd
Section: science
Priority: optional
Maintainer: Ettus Research <[email protected]>
Uploaders: Aki Tomita <aki.tomita@ni.com>
Uploaders: Joerg Hofrichter <joerg.hofrichter@ni.com>
Build-Depends: cmake,
debhelper (>= 9),
libboost-date-time-dev,
Expand Down Expand Up @@ -33,7 +33,7 @@ Vcs-Git: https://github.com/EttusResearch/uhd.git

Package: uhd-host
Architecture: any
Depends: libuhd4.6.0 (= ${binary:Version}),
Depends: libuhd4.7.0 (= ${binary:Version}),
python3,
python3-mako,
python3-numpy,
Expand All @@ -56,7 +56,7 @@ Description: hardware driver for Ettus Research products - host apps
display hardware configuration information, and Doxygen generated
documentation.

Package: libuhd4.6.0
Package: libuhd4.7.0
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Expand All @@ -74,7 +74,7 @@ Description: hardware driver for Ettus Research products
Package: libuhd-dev
Architecture: any
Section: libdevel
Depends: libuhd4.6.0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Depends: libuhd4.7.0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Recommends: gnuradio-dev
Suggests: uhd-doc
Description: universal hardware driver for Ettus Research products
Expand All @@ -90,7 +90,7 @@ Description: universal hardware driver for Ettus Research products
Package: python3-uhd
Architecture: alpha amd64 arm64 armel armhf hppa i386 ia64 m68k mips64el ppc64 ppc64el riscv64 s390x sparc64 x32
Section: libdevel
Depends: libuhd4.6.0 (= ${binary:Version}),
Depends: libuhd4.7.0 (= ${binary:Version}),
python3,
python3-mako,
python3-numpy,
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions host/cmake/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ override_dh_acc:
- cat logs/libuhd-dev/*/log.txt

override_dh_shlibdeps:
dh_shlibdeps --package=uhd-host --libpackage=libuhd4.6.0
dh_shlibdeps --package=libuhd4.6.0 --libpackage=libuhd4.6.0
dh_shlibdeps --package=libuhd-dev --libpackage=libuhd4.6.0
dh_shlibdeps --package=python3-uhd --libpackage=libuhd4.6.0
dh_shlibdeps --package=uhd-host --libpackage=libuhd4.7.0
dh_shlibdeps --package=libuhd4.7.0 --libpackage=libuhd4.7.0
dh_shlibdeps --package=libuhd-dev --libpackage=libuhd4.7.0
dh_shlibdeps --package=python3-uhd --libpackage=libuhd4.7.0
2 changes: 1 addition & 1 deletion tools/debs/upload_debs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ORIG_RELEASE=`head -1 host/cmake/debian/changelog | sed 's/.*) \(.*\);.*/\1/'`
# Currently supported versions can be found here:
# https://launchpad.net/ubuntu/+ppas
#
RELEASES="bionic focal jammy lunar"
RELEASES="bionic focal jammy noble"
PPA=ppa:ettusresearch/uhd

#
Expand Down

0 comments on commit 327f294

Please sign in to comment.