From ade03887bbfee19b970dcaed1220cc3a19867eaf Mon Sep 17 00:00:00 2001 From: Ivan Kluchnikov Date: Wed, 27 May 2015 16:15:37 +0300 Subject: debian: build only osmo-nitb package - enable smpp support - disable the gbproxy test (failing) --- debian/control | 88 ++-------------------------------------------- debian/rules | 8 +---- openbsc/tests/testsuite.at | 6 ---- 3 files changed, 3 insertions(+), 99 deletions(-) diff --git a/debian/control b/debian/control index 32c75db2b..b72299505 100644 --- a/debian/control +++ b/debian/control @@ -2,106 +2,22 @@ Source: openbsc Section: net Priority: optional Maintainer: Harald Welte -Build-Depends: debhelper (>= 7.0.0~), autotools-dev, pkg-config, libgtp0-dev, libosmocore-dev, libosmo-sccp-dev, libdbi0-dev, dh-autoreconf, libosmo-abis-dev, libosmo-netif-dev, libdbd-sqlite3, libpcap-dev +Build-Depends: debhelper (>= 7.0.0~), autotools-dev, pkg-config, libosmocore-dev, libosmo-sccp-dev, libdbi0-dev, dh-autoreconf, libosmo-abis-dev, libosmo-netif-dev, libdbd-sqlite3, libpcap-dev Standards-Version: 3.8.4 Homepage: http://openbsc.osmocom.org/ Vcs-Git: git://bs11-abis.gnumonks.org/openbsc.git Vcs-Browser: http://openbsc.osmocom.org/trac/browser -Package: osmocom-bsc -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: GSM Base Station Controller; BSC-only version of OpenBSC. Needs a real MSC! - Classical BSC which requires MSC to operate. - Package: osmocom-nitb Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} libdbd-sqlite3 Description: GSM Network-in-a-Box, implements BSC, MSC, SMSC, HLR, VLR All the GSM network components bundled together. -Package: osmocom-ipaccess-utils -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Command line utilities for ip.access nanoBTS - Utilities specific for ip.access unit. - -Package: osmocom-bs11-utils -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Command line utilities for Siemens BS-11 BTS - Utilities specific for BS-11 unit. - -Package: osmocom-sgsn -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Osmocom Serving GPRS Support Node - SGSN implementation. - -Package: osmocom-gbproxy -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Osmocom GPRS Gb Interface Proxy - Proxy for Gb interface. - -Package: osmocom-bsc-nat -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Osmocom Base Station Controller Network Address Translation - Network address translation for BSC. - -Package: osmocom-bsc-dbg -Architecture: any -Section: debug -Priority: extra -Depends: osmocom-bsc (= ${binary:Version}), ${misc:Depends} -Description: Debug symbols for the OpenBSC BSC - Make debugging possible - Package: osmocom-nitb-dbg Architecture: any Section: debug Priority: extra Depends: osmocom-nitb (= ${binary:Version}), ${misc:Depends} Description: Debug symbols for the OpenBSC NITB - Make debugging possible - -Package: osmocom-ipaccess-utils-dbg -Architecture: any -Section: debug -Priority: extra -Depends: osmocom-ipaccess-utils (= ${binary:Version}), ${misc:Depends} -Description: Debug symbols for the OpenBSC ip.access utils - Make debugging possible - -Package: osmocom-bs11-utils-dbg -Architecture: any -Section: debug -Priority: extra -Depends: osmocom-bs11-utils (= ${binary:Version}), ${misc:Depends} -Description: Debug symbols for the OpenBSC BS11 utils - Make debugging possible - -Package: osmocom-sgsn-dbg -Architecture: any -Section: debug -Priority: extra -Depends: osmocom-sgsn (= ${binary:Version}), ${misc:Depends} -Description: Debug symbols for the OpenBSC Serving GPRS Support Node - Make debugging possible - -Package: osmocom-gbproxy-dbg -Architecture: any -Section: debug -Priority: extra -Depends: osmocom-gbproxy (= ${binary:Version}), ${misc:Depends} -Description: Debug symbols for the OpenBSC GPRS GBProxy - Make debugging possible - -Package: osmocom-bsc-nat-dbg -Architecture: any -Section: debug -Priority: extra -Depends: osmocom-bsc-nat (= ${binary:Version}), ${misc:Depends} -Description: Debug symbols for the OpenBSC Network Address Translation - Make debugging possible + Make debugging possible \ No newline at end of file diff --git a/debian/rules b/debian/rules index 14e8cecc1..a4a8d8e46 100755 --- a/debian/rules +++ b/debian/rules @@ -27,15 +27,9 @@ override_dh_autoreconf: cd openbsc && autoreconf --install --force override_dh_strip: - dh_strip -posmocom-bsc --dbg-package=osmocom-bsc-dbg dh_strip -posmocom-nitb --dbg-package=osmocom-nitb-dbg - dh_strip -posmocom-ipaccess-utils --dbg-package=osmocom-ipaccess-utils-dbg - dh_strip -posmocom-bs11-utils --dbg-package=osmocom-bs11-utils-dbg - dh_strip -posmocom-sgsn --dbg-package=osmocom-sgsn-dbg - dh_strip -posmocom-gbproxy --dbg-package=osmocom-gbproxy-dbg - dh_strip -posmocom-bsc-nat --dbg-package=osmocom-bsc-nat-dbg override_dh_auto_configure: echo $(VERSION) > openbsc/.tarball-version - dh_auto_configure --sourcedirectory=openbsc -- --enable-nat --enable-osmo-bsc + dh_auto_configure --sourcedirectory=openbsc -- --enable-smpp diff --git a/openbsc/tests/testsuite.at b/openbsc/tests/testsuite.at index 74aaef09f..e09bd5ec1 100644 --- a/openbsc/tests/testsuite.at +++ b/openbsc/tests/testsuite.at @@ -85,12 +85,6 @@ cat $abs_srcdir/bsc/bsc_test.ok > expout AT_CHECK([$abs_top_builddir/tests/bsc/bsc_test], [], [expout], [ignore]) AT_CLEANUP -AT_SETUP([gbproxy]) -AT_KEYWORDS([gbproxy]) -cat $abs_srcdir/gbproxy/gbproxy_test.ok > expout -AT_CHECK([$abs_top_builddir/tests/gbproxy/gbproxy_test], [], [expout], [ignore]) -AT_CLEANUP - AT_SETUP([trau]) AT_KEYWORDS([trau]) cat $abs_srcdir/trau/trau_test.ok > expout -- cgit v1.2.3