Codebase list airspy-host / dbc175c
1.0.6-3 upload A. Maitland Bottoms 8 years ago
3 changed file(s) with 51 addition(s) and 39 deletion(s). Raw diff Collapse all Expand all
0 airspy-host (1.0.6-3) unstable; urgency=medium
1
2 * Lintian fixes
3
4 -- A. Maitland Bottoms <bottoms@debian.org> Thu, 19 Nov 2015 19:05:30 -0500
5
06 airspy-host (1.0.6-2) unstable; urgency=low
17
28 * add watch file, dh-acc, Vcs-* updates
1010 Package: libairspy-dev
1111 Section: libdevel
1212 Architecture: any
13 Pre-Depends: multiarch-support, ${misc:Pre-Depends}
13 Pre-Depends: ${misc:Pre-Depends}
1414 Depends: libairspy0 (= ${binary:Version}), ${misc:Depends}
1515 Description: Tiny and efficient software defined radio receiver
1616 Airspy is an open source Software Defined Radio that can receive
2323 Package: libairspy0
2424 Section: libs
2525 Architecture: any
26 Pre-Depends: multiarch-support, ${misc:Pre-Depends}
26 Pre-Depends: ${misc:Pre-Depends}
2727 Depends: ${misc:Depends}, ${shlibs:Depends}
2828 Multi-Arch: same
2929 Description: Tiny and efficient software defined radio receiver
4646 2012, Jared Boone <jared@sharebrained.com>
4747 2013-2014, Youssef Touil <youssef@airspy.com>
4848 2013-2014, Benjamin Vernoux <bvernoux@airspy.com>
49 License:
50 All rights reserved.
51 .
52 Redistribution and use in source and binary forms, with or without
53 modification, are permitted provided that the following conditions
54 are met:
55 .
56 Redistributions of source code must retain the above
57 copyright notice, this list of conditions and the following
58 disclaimer.
59 .
60 Redistributions in binary form must reproduce the above copyright
61 notice, this list of conditions and the following
62 disclaimer in the documentation and/or other materials
63 provided with the distribution.
64 .
65 Neither the name of AirSpy nor the names of its
66 contributors may be used to endorse or promote products derived from
67 this software without specific prior written permission.
68 .
69 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
70 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
71 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
72 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
73 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
74 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
75 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
76 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
77 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
78 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
79 WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
80 POSSIBILITY OF SUCH DAMAGE.
49 License: AirSpy-BSD
8150
8251 Files: libairspy/CMakeLists.txt
8352 Copyright: 2012 Jared Boone
9160 Files: libairspy/src/iqconverter_int16.[ch] libairspy/src/iqconverter_float.[ch]
9261 libairspy/src/filters.h
9362 Copyright: 2014, Youssef Touil <youssef@airspy.com>
94 License:
63 License: MIT
64
65 Files: cmake/modules/FindUSB1.cmake
66 Copyright: 2006, 2008 Laurent Montel, <montel@kde.org>
67 Comment: Was "Try to find the freetype library", Now "Find libusb"
68 License: LM-BSD
69
70 License: MIT
9571 Permission is hereby granted, free of charge, to any person obtaining a copy
9672 of this software and associated documentation files (the "Software"), to deal
9773 in the Software without restriction, including without limitation the rights
11086 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
11187 THE SOFTWARE.
11288
113 Files: cmake/modules/FindUSB1.cmake
114 Copyright: 2006, 2008 Laurent Montel, <montel@kde.org>
115 Comment: Was "Try to find the freetype library", Now "Find libusb"
116 License:
89 License: LM-BSD
11790 Redistribution and use in source and binary forms, with or without
11891 modification, are permitted provided that the following conditions
11992 are met:
170143 .
171144 On Debian systems, the complete text of the GNU Lesser General
172145 Public License can be found in "/usr/share/common-licenses/LGPL-2".
146
147 License: AirSpy-BSD
148 All rights reserved.
149 .
150 Redistribution and use in source and binary forms, with or without
151 modification, are permitted provided that the following conditions
152 are met:
153 .
154 Redistributions of source code must retain the above
155 copyright notice, this list of conditions and the following
156 disclaimer.
157 .
158 Redistributions in binary form must reproduce the above copyright
159 notice, this list of conditions and the following
160 disclaimer in the documentation and/or other materials
161 provided with the distribution.
162 .
163 Neither the name of AirSpy nor the names of its
164 contributors may be used to endorse or promote products derived from
165 this software without specific prior written permission.
166 .
167 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
168 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
169 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
170 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
171 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
172 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
173 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
174 OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
175 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
176 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
177 WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
178 POSSIBILITY OF SUCH DAMAGE.