mirror of https://github.com/hmatuschek/libsdr
Fixed comments.
parent
0982a68252
commit
0cf7570624
@ -1,21 +1,25 @@
|
|||||||
Source: libsdr
|
Source: libsdr
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: Hannes Matuschek <hmatuschek@gmail.com>
|
Maintainer: Hannes Matuschek <hmatuschek@gmail.com>
|
||||||
Build-Depends: cdbs (>= 0.4.51), dh-exec, debhelper (>= 8.0.0), cmake, qtbase5-dev (>= 5.0), portaudio19-dev, librtlsdr-dev, fftw3-dev
|
Build-Depends: cdbs (>= 0.4.51), dh-exec, debhelper (>= 9.0.0), cmake, portaudio19-dev, librtlsdr-dev, fftw3-dev
|
||||||
Standards-Version: 3.9.2
|
Standards-Version: 3.9.5
|
||||||
Section: hamradio
|
Section: hamradio
|
||||||
Homepage: http://github.com/hmatuschek/libsdr
|
Homepage: http://github.com/hmatuschek/libsdr
|
||||||
|
|
||||||
Package: libsdr
|
Package: libsdr1
|
||||||
Section: hamradio
|
Section: hamradio
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Multi-Arch: same
|
||||||
|
Pre-Depends: multiarch-support, ${misc:Pre-Depends}
|
||||||
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libportaudio2
|
||||||
Description: libsdr
|
Description: libsdr
|
||||||
A C++ library for software defined radio.
|
A C++ library for software defined radio.
|
||||||
|
|
||||||
Package: libsdr-dev
|
Package: libsdr-dev
|
||||||
Section: hamradio
|
Section: hamradio
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libsdr
|
Multi-Arch: same
|
||||||
|
Pre-Depends: multiarch-support, ${misc:Pre-Depends}
|
||||||
|
Depends: libsdr1 (= ${binary:Version}), ${misc:Depends}, portaudio19-dev, librtlsdr-dev, fftw3-dev, libsdr1
|
||||||
Description: libsdr
|
Description: libsdr
|
||||||
A C++ library for software defined radio. Development files.
|
A C++ library for software defined radio. Development files.
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
#! /usr/bin/dh-exec
|
#! /usr/bin/dh-exec
|
||||||
/usr/lib/${DEB_HOST_MULTIARCH}/libsdr.so
|
usr/lib/*/libsdr.so
|
||||||
/usr/lib/${DEB_HOST_MULTIARCH}/libsdr-gui.so
|
usr/include/*
|
||||||
/usr/include/*
|
|
||||||
|
|||||||
@ -1,3 +0,0 @@
|
|||||||
#! /usr/bin/dh-exec
|
|
||||||
/usr/lib/${DEB_HOST_MULTIARCH}/libsdr.so.*
|
|
||||||
/usr/lib/${DEB_HOST_MULTIARCH}/libsdr-gui.so.*
|
|
||||||
Loading…
Reference in New Issue