Delete debian directory

This commit is contained in:
lwvmobile 2022-10-24 15:33:15 -04:00 committed by GitHub
parent 0334212815
commit 3ff8f0f12e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 0 additions and 64 deletions

5
debian/changelog vendored
View File

@ -1,5 +0,0 @@
libmbe (1.3.0) bionic; urgency=low
* Initial upload!
-- Jared Szechy <jared.szechy@gmail.com> Wed, 27 Jun 2018 23:00:00 -0400

1
debian/compat vendored
View File

@ -1 +0,0 @@
9

34
debian/control vendored
View File

@ -1,34 +0,0 @@
Source: libmbe
Section: libs
Priority: optional
Maintainer: Jared Szechy <jared.szechy@gmail.com>
Build-Depends: debhelper (>= 9), cmake
Standards-Version: 4.1.4
Homepage: https://github.com/szechyjs/mbelib
Vcs-Git: https://github.com/szechyjs/mbelib.git
Vcs-Browser: https://github.com/szechyjs/mbelib
Package: libmbe-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libmbe1 (= ${binary:Version}), ${misc:Depends}
Description: P25 Phase 1 and ProVoice vocoder - development kit
libMBE supports the 7200x4400 bit/s codec used in P25 Phase 1,
the 7100x4400 bit/s codec used in ProVoice and the "Half Rate"
3600x2250 bit/s vocoder used in various radio systems.
.
This package contains the development files for libmbe.
Package: libmbe1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: P25 Phase 1 and ProVoice vocoder - runtime library
libMBE supports the 7200x4400 bit/s codec used in P25 Phase 1,
the 7100x4400 bit/s codec used in ProVoice and the "Half Rate"
3600x2250 bit/s vocoder used in various radio systems.
.
This package contains the libmbe library used by applications.

14
debian/copyright vendored
View File

@ -1,14 +0,0 @@
Copyright (C) 2010 mbelib Author
GPG Key ID: 0xEA5EFE2C (9E7A 5527 9CDC EBF7 BF1B D772 4F98 E863 EA5E FE2C)
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

View File

@ -1,4 +0,0 @@
usr/include
usr/lib/*/*.so
usr/lib/*/*.a
usr/lib/*/pkgconfig

View File

@ -1 +0,0 @@
/usr/lib/*/*.so.*

4
debian/rules vendored
View File

@ -1,4 +0,0 @@
#!/usr/bin/make -f
%:
dh $@

View File

@ -1 +0,0 @@
3.0 (native)