aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/debian/control
Commit message (Collapse)AuthorAgeFilesLines
* uhd: Prepare branch for 4.1.0.0-rc1 releaseAaron Rossetto2021-06-251-4/+4
| | | | | | | | | | | 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>
* debian: Update Python3 dependenciesmichael-west2020-10-061-2/+17
| | | | Signed-off-by: michael-west <michael.west@ettus.com>
* debian: Use Python3 dependenciesMartin Braun2020-04-221-11/+11
| | | | | | | This updates the Debian control file to rely on the Python3 versions of the respective dependencies. Also updates the package name to include the 4.0.0 version.
* uhd: Replace boost::regex with std::regexMartin Braun2019-11-261-1/+0
| | | | | | | | boost::regex was a requirement until the minimum version of gcc was increased. Since it is at version 5.3 now, using Boost.Regex is no longer necessary. This change is a pure search-and-replace; Boost and std versions of regex are compatible and use the same syntax.
* python: Replace Boost.Python with PyBind11Martin Braun2019-02-221-1/+0
| | | | | | This does not change the Python API itself, but it is still a significant change. Most importantly, it removes the dependency on Boost.Python.
* debian: Update control files for .deb filesMartin Braun2018-10-291-19/+28
| | | | | | | | | - Better alignement with public Debian files. - Move to a different package name: libuhd003.so -> libuhd3.13.0.so This allows to install multiple packages in parallel for better ABI compatibility by third-party dependees. The new package replaces the old one. - Remove .shlibs file
* Ubuntu PPA: Update debian informationmichael-west2018-02-191-13/+21
|
* Added scripts and Debian configuration files for Ubuntu PPANicholas Corgan2015-12-301-0/+63