diff options
author | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-06-25 13:10:05 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-06-25 17:56:54 -0500 |
commit | f3d3b071fd193bf8685c86e74f32b7b96b5e3be2 (patch) | |
tree | a542aec2643a51e33c69b49d8f4a3c6cd4acbee6 /host/cmake/debian/control | |
parent | 7c5497f9958da568e96ebe4c4dd1a5f087cdbe22 (diff) | |
download | uhd-f3d3b071fd193bf8685c86e74f32b7b96b5e3be2.tar.gz uhd-f3d3b071fd193bf8685c86e74f32b7b96b5e3be2.tar.bz2 uhd-f3d3b071fd193bf8685c86e74f32b7b96b5e3be2.zip |
uhd: Prepare branch for 4.1.0.0-rc1 release
uhd: Update changelog for 4.1 RC
images: Update manifest
debian: Update changelog
debian: Update control and copyright
installers: automatic version handling for dsc
Signed-off-by: Aaron Rossetto <aaron.rossetto@ni.com>
Signed-off-by: Steven Koo <steven.koo@ni.com>
Diffstat (limited to 'host/cmake/debian/control')
-rw-r--r-- | host/cmake/debian/control | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/host/cmake/debian/control b/host/cmake/debian/control index 5d563be4b..39663055c 100644 --- a/host/cmake/debian/control +++ b/host/cmake/debian/control @@ -2,7 +2,7 @@ Source: uhd Section: science Priority: optional Maintainer: Ettus Research <packages@ettus.com> -Uploaders: Michael West <michael.west@ettus.com> +Uploaders: Aaron Rossetto <aaron.rossetto@ni.com> Build-Depends: cmake, debhelper (>= 9), doxygen, @@ -31,7 +31,7 @@ Vcs-Git: git://github.com/EttusResearch/uhd.git Package: uhd-host Architecture: any Depends: adduser, - libuhd4.0.0 (= ${binary:Version}), + libuhd4.1.0 (= ${binary:Version}), python3, python3-mako, python3-numpy, @@ -54,7 +54,7 @@ Description: hardware driver for Ettus Research products - host apps display hardware configuration information, and Doxygen generated documentation. -Package: libuhd4.0.0 +Package: libuhd4.1.0 Architecture: any Section: libs Pre-Depends: ${misc:Pre-Depends} @@ -72,7 +72,7 @@ Description: hardware driver for Ettus Research products Package: libuhd-dev Architecture: any Section: libdevel -Depends: libuhd4.0.0 (= ${binary:Version}), +Depends: libuhd4.1.0 (= ${binary:Version}), python3, python3-mako, python3-numpy, |