Package: soapysdr / 0.6.1-4

Metadata

Package Version Patches format
soapysdr 0.6.1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
version string | (download)

CMakeLists.txt | 26 15 + 11 - 0 !
1 file changed, 15 insertions(+), 11 deletions(-)

 allow overriding version string
 Add an override option for the version string in CMakeLists.txt. The
 original tries to combine its own string and EXTVER, so to make this
 the Debian package version we would have to filter out the version
 number from the changelog version.
 .
 Using the override we can simply pass the whole Debian version in
 without using complex sed or awk filtering.
install dev docs | (download)

docs/CMakeLists.txt | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 install api reference manual
 The HTML reference manual that is built when doxygen is available is
 not installed in the upstream cmake scripts. This patch changes that
 to install them in /usr/share/doc/libsoapysdr-doc/html for later
 installation in its own package.