From cb1838d8075379fdc08095fdd718b459180a38ae Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 26 Oct 2017 00:33:26 +0200 Subject: rename osmo-bsc to osmo-bsc-sccplite This is to avoid naming conflicts with the new osmo-bsc, which resides in its own git repository (osmo-bsc.git) and which uses libosmo-sigtran and implements (primarily) 3GPP AoIP. Change-Id: If10d1599b62d010726336134091a4e855c380d93 --- debian/changelog | 4 ++++ debian/control | 12 ++++++------ debian/osmocom-bsc-sccplite.examples | 2 ++ debian/osmocom-bsc-sccplite.install | 2 ++ debian/osmocom-bsc.examples | 1 - debian/osmocom-bsc.install | 2 -- debian/rules | 2 +- 7 files changed, 15 insertions(+), 10 deletions(-) create mode 100644 debian/osmocom-bsc-sccplite.examples create mode 100644 debian/osmocom-bsc-sccplite.install delete mode 100644 debian/osmocom-bsc.examples delete mode 100644 debian/osmocom-bsc.install (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index e9a421205..dd850be58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,10 @@ openbsc (0.15.1) UNRELEASED; urgency=medium * Prevent SGSN starting with 'auth-policy remote' when no 'gsup remote-*' are configured. Note: such configs are broken without extra workarounds anyway. + [ Harald Welte ] + * Rename osmo-bsc to osmo-bsc-sccplite to avoid clashes with new 3GPP AoIP + osmo-bsc.git code + -- Holger Hans Peter Freyther Tue, 24 May 2016 23:14:31 +0200 openbsc (0.14.0) unstable; urgency=low diff --git a/debian/control b/debian/control index 58e89668d..e31d0c42c 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ Vcs-Git: git://bs11-abis.gnumonks.org/openbsc.git Vcs-Browser: http://openbsc.osmocom.org/trac/browser Homepage: https://projects.osmocom.org/projects/openbsc -Package: osmocom-bsc +Package: osmocom-bsc-sccplite Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} @@ -40,7 +40,7 @@ Depends: ${shlibs:Depends}, Description: GSM Network-in-a-Box, implements BSC, MSC, SMSC, HLR, VLR This is the Network-in-a-Box version of OpenBSC. It has all the GSM network components bundled together. When using osmocom-nitb, there is no need for a - Mobile Switching Center (MSC) which is needed when using osmocom-bsc. + Mobile Switching Center (MSC) which is needed when using osmocom-bsc-sccplite. Package: osmocom-ipaccess-utils Architecture: any @@ -64,13 +64,13 @@ Package: osmocom-bsc-nat Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: osmocom-bsc +Recommends: osmocom-bsc-sccplite Description: Osmocom Base Station Controller Network Address Translation This NAT is useful for masquerading multiple BSCs behind one. It listens for incoming BSCs on port 5000 and connects to a specified Mobile Switching Center (MSC). . - This package is part of OpenBSC and closely related to osmocom-bsc. + This package is part of OpenBSC and closely related to osmocom-bsc-sccplite. Package: openbsc-dev Architecture: all @@ -83,11 +83,11 @@ Description: Header file needed by tools tightly integrated The directory structure is copied after the structure in the repository and the header and .c file are installed into /usr/src/osmocom/openbsc/. -Package: osmocom-bsc-dbg +Package: osmocom-bsc-sccplite-dbg Architecture: any Section: debug Priority: extra -Depends: osmocom-bsc (= ${binary:Version}), ${misc:Depends} +Depends: osmocom-bsc-sccplite (= ${binary:Version}), ${misc:Depends} Description: Debug symbols for the OpenBSC BSC Make debugging possible diff --git a/debian/osmocom-bsc-sccplite.examples b/debian/osmocom-bsc-sccplite.examples new file mode 100644 index 000000000..545709beb --- /dev/null +++ b/debian/osmocom-bsc-sccplite.examples @@ -0,0 +1,2 @@ +openbsc/doc/examples/osmo-bsc_mgcp +openbsc/doc/examples/osmo-bsc-sccplite diff --git a/debian/osmocom-bsc-sccplite.install b/debian/osmocom-bsc-sccplite.install new file mode 100644 index 000000000..9ce795c1b --- /dev/null +++ b/debian/osmocom-bsc-sccplite.install @@ -0,0 +1,2 @@ +/usr/bin/osmo-bsc_mgcp +/usr/bin/osmo-bsc-sccplite diff --git a/debian/osmocom-bsc.examples b/debian/osmocom-bsc.examples deleted file mode 100644 index a95f12ba3..000000000 --- a/debian/osmocom-bsc.examples +++ /dev/null @@ -1 +0,0 @@ -openbsc/doc/examples/osmo-bsc_mgcp diff --git a/debian/osmocom-bsc.install b/debian/osmocom-bsc.install deleted file mode 100644 index ab9459ecc..000000000 --- a/debian/osmocom-bsc.install +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/osmo-bsc_mgcp -/usr/bin/osmo-bsc diff --git a/debian/rules b/debian/rules index d1d74a547..05bbbef25 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ override_dh_autoreconf: cd openbsc && autoreconf --install --force override_dh_strip: - dh_strip -posmocom-bsc --dbg-package=osmocom-bsc-dbg + dh_strip -posmocom-bsc-sccplite --dbg-package=osmocom-bsc-sccplite-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 -- cgit v1.2.3