mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-10-23 07:42:01 +00:00
fix package compat for ubuntu 16.04
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -48,4 +48,4 @@ GSMShare/ViterbiTest
|
|||||||
TransceiverRAD1/PowerScanner
|
TransceiverRAD1/PowerScanner
|
||||||
debian/files
|
debian/files
|
||||||
debian/substvars
|
debian/substvars
|
||||||
debian/tmp/
|
debian/openbts*
|
||||||
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
7
|
4
debian/control
vendored
4
debian/control
vendored
@@ -3,7 +3,7 @@ Section: comm
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Range Networks, Inc. <info@rangenetworks.com>
|
Maintainer: Range Networks, Inc. <info@rangenetworks.com>
|
||||||
Homepage: http://www.rangenetworks.com/
|
Homepage: http://www.rangenetworks.com/
|
||||||
Build-Depends: build-essential, debhelper (>= 7), pkg-config, autoconf, libtool, libortp-dev, libsqlite3-dev, libusb-1.0-0-dev, libreadline-dev, libssl-dev, libzmq3-dev, libzmq3, liba53
|
Build-Depends: build-essential, debhelper (>= 7), pkg-config, autoconf, libtool, libortp-dev, libortp8 | libortp9, libsqlite3-dev, libusb-1.0-0-dev, libreadline-dev, libssl-dev, libzmq3-dev, libzmq3 | libzmq5, liba53
|
||||||
Standards-Version: 3.7.3
|
Standards-Version: 3.7.3
|
||||||
|
|
||||||
Package: openbts
|
Package: openbts
|
||||||
@@ -11,5 +11,5 @@ Section: comm
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Essential: no
|
Essential: no
|
||||||
Depends: sqlite3, libusb-1.0-0, libortp-dev, libc6, pkg-config, libzmq3, liba53, libreadline6, libssl1.0.0
|
Depends: sqlite3, libusb-1.0-0, libortp-dev, libc6, pkg-config, libzmq3 | libzmq5, liba53, libreadline6, libssl1.0.0
|
||||||
Description: Range Networks - OpenBTS GSM+GPRS Radio Access Network Node
|
Description: Range Networks - OpenBTS GSM+GPRS Radio Access Network Node
|
||||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@@ -77,8 +77,8 @@ install-arch:
|
|||||||
dh_installdirs -s
|
dh_installdirs -s
|
||||||
|
|
||||||
# Add here commands to install the arch part of the package into
|
# Add here commands to install the arch part of the package into
|
||||||
# debian/tmp.
|
# debian/{package}.
|
||||||
$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
|
$(MAKE) DESTDIR=$(CURDIR)/debian/openbts install
|
||||||
|
|
||||||
dh_install -s
|
dh_install -s
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user