mirror of https://github.com/lwvmobile/mbelib
Start work on debian package
This commit is contained in:
parent
27b3f1b623
commit
f8ef717fe0
|
|
@ -0,0 +1,5 @@
|
|||
libmbe (1.3.0) bionic; urgency=low
|
||||
|
||||
* Initial upload!
|
||||
|
||||
-- Jared Szechy <jared.szechy@gmail.com> Tue, 26 Jun 2018 20:04:17 -0500
|
||||
|
|
@ -0,0 +1 @@
|
|||
9
|
||||
|
|
@ -0,0 +1,30 @@
|
|||
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
|
||||
|
||||
Package: libmbe-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: libmbe1 (= ${binary:Version}), ${misc:Depends}
|
||||
Description: P25 Phase 1 and ProVoice vocoder: Headers
|
||||
|
||||
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
|
||||
|
||||
Package: libmbe-dbg
|
||||
Section: debug
|
||||
Priority: optional
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: libmbe1 (= ${binary:Version}), ${misc:Depends}
|
||||
Description: P25 Phase 1 and ProVoice vocoder: Debug
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
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.
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
usr/include
|
||||
usr/lib/*/*.so
|
||||
usr/lib/*/*.a
|
||||
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/*/*.so.*
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
|
@ -0,0 +1 @@
|
|||
3.0 (native)
|
||||
Loading…
Reference in New Issue