Neels Hofmeyr has submitted this change and it was merged.
Change subject: configure.ac: Package is now called osmo-bsc, not openbsc
......................................................................
configure.ac: Package is now called osmo-bsc, not openbsc
Change-Id: I85511946316a34877080ac55553c5b88e34bd1be
---
M configure.ac
M debian/osmo-bsc.install
2 files changed, 2 insertions(+), 2 deletions(-)
Approvals:
Neels Hofmeyr: Looks good to me, approved
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/configure.ac b/configure.ac
index a091b39..5d684ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script
-AC_INIT([openbsc],
+AC_INIT([osmo-bsc],
m4_esyscmd([./git-version-gen .tarball-version]),
[[email protected]])
diff --git a/debian/osmo-bsc.install b/debian/osmo-bsc.install
index 85e2103..cce0f65 100644
--- a/debian/osmo-bsc.install
+++ b/debian/osmo-bsc.install
@@ -1,2 +1,2 @@
usr/bin
-usr/share/doc/openbsc/examples/osmo-bsc
+usr/share/doc/osmo-bsc/examples/osmo-bsc
--
To view, visit https://gerrit.osmocom.org/3773
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I85511946316a34877080ac55553c5b88e34bd1be
Gerrit-PatchSet: 6
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <[email protected]>