[MERGED] osmo-msc[master]: rework debian packages support

2017-08-29 Thread Harald Welte
Harald Welte has submitted this change and it was merged.

Change subject: rework debian packages support
..


rework debian packages support

Remove old leftover from split of osmo-mgw out of openbsc.

Change-Id: I77544cb38c31777c3fab52979d19488a63e52de3
---
D debian/autoreconf
M debian/changelog
M debian/control
M debian/copyright
D debian/docs
D debian/openbsc-dev.install
A debian/osmo-msc.install
D debian/osmocom-nitb.default
D debian/osmocom-nitb.dirs
D debian/osmocom-nitb.examples
D debian/osmocom-nitb.init
D debian/osmocom-nitb.install
M debian/rules
13 files changed, 240 insertions(+), 557 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/debian/autoreconf b/debian/autoreconf
deleted file mode 100644
index 9a3a67f..000
--- a/debian/autoreconf
+++ /dev/null
@@ -1 +0,0 @@
-openbsc
diff --git a/debian/changelog b/debian/changelog
index e9a4212..a1b3dda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,75 +1,5 @@
-openbsc (0.15.1) UNRELEASED; urgency=medium
+osmo-msc (0.1.0) UNRELEASED; urgency=low
 
-  * Move forward toward a new release.
-  * Prevent SGSN starting with 'auth-policy remote' when no 'gsup remote-*' 
are configured.
-Note: such configs are broken without extra workarounds anyway.
+  * Initial release.
 
- -- Holger Hans Peter Freyther   Tue, 24 May 2016 
23:14:31 +0200
-
-openbsc (0.14.0) unstable; urgency=low
-
-  * New upstream tag and additional patches.
-
- -- Holger Hans Peter Freyther   Sat, 14 Mar 2015 20:33:25 
+0100
-
-openbsc (0.12.0+git26-7) unstable; urgency=low
-
-  * 64bit fix for the MGCP rewriting
-
- -- Holger Hans Peter Freyther   Wed, 07 Nov 2012 11:39:34 
+0100
-
-openbsc (0.12.0+git26-6) precise; urgency=low
-
-  * Added init script for osmocom-sgsn. 
-
- -- Eric Butler   Fri, 24 Aug 2012 21:04:32 -0700
-
-openbsc (0.12.0+git26-5) precise; urgency=low
-
-  * Don't enable MNCC sock by default.
-  * Automatically create important directories.
-  * Fix init script 'stop' command.
-
- -- Eric Butler   Fri, 24 Aug 2012 20:56:33 -0700
-
-openbsc (0.12.0+git26-4) precise; urgency=low
-
-  * Specify HLR path and enable RTP proxy.
-
- -- Eric Butler   Mon, 20 Aug 2012 00:21:07 -0700
-
-openbsc (0.12.0+git26-3) precise; urgency=low
-
-  * Fix init script.
-
- -- Eric Butler   Sun, 19 Aug 2012 16:05:44 -0700
-
-openbsc (0.12.0+git26-2) precise; urgency=low
-
-  * Fix libdbi package dependency.
-
- -- Eric Butler   Wed, 15 Aug 2012 00:35:37 -0700
-
-openbsc (0.12.0+git26-1) precise; urgency=low
-
-  * Fix version issue.
-
- -- Eric Butler   Tue, 14 Aug 2012 21:00:51 -0700
-
-openbsc (0.12.0+git26) precise; urgency=low
-
-  * Updated ubuntu package.
-
- -- Eric Butler   Tue, 14 Aug 2012 17:36:51 -0700
-
-openbsc (0.9.13.115.eb113-1) natty; urgency=low
-
-  * New upstream release
-
- -- Harald Welte   Wed, 11 May 2011 18:41:24 +
-
-openbsc (0.9.4-1) unstable; urgency=low
-
-  * Initial release
-
- -- Harald Welte   Tue, 24 Aug 2010 13:34:24 +0200
+ -- Alexander Couzens   Tue, 08 Aug 2017 01:13:01 +
diff --git a/debian/control b/debian/control
index 87b6f07..907ec38 100644
--- a/debian/control
+++ b/debian/control
@@ -1,181 +1,41 @@
-Source: openbsc
-Maintainer: Harald Welte 
+Source: osmo-msc
 Section: net
-Priority: optional
-Build-Depends: debhelper (>= 9),
-   autotools-dev,
-   autoconf-archive,
-   pkg-config,
-   libgtp-dev,
-   libosmocore-dev,
-   libosmo-sccp-dev,
-   libdbi0-dev,
+Priority: extra
+Maintainer: Alexander Couzens 
+Build-Depends: debhelper (>=9),
dh-autoreconf,
-   libosmo-abis-dev,
-   libosmo-netif-dev,
-   libdbd-sqlite3,
-   libpcap-dev,
+   autotools-dev,
+   autoconf,
+   automake,
+   libtool,
+   pkg-config,
+   libdbi-dev,
+   libtalloc-dev,
libssl-dev,
libc-ares-dev,
-   libsmpp34-dev
+   libgtp-dev,
+   libasn1c-dev,
+   libc-ares-dev,
+   libosmocore-dev,
+   libosmo-sccp-dev,
+   libosmo-abis-dev,
+   libosmo-legacy-mgcp-dev,
+   libosmo-netif-dev,
+   libosmo-ranap-dev
 Standards-Version: 3.9.8
-Vcs-Git: git://bs11-abis.gnumonks.org/openbsc.git
-Vcs-Browser: http://openbsc.osmocom.org/trac/browser
-Homepage: https://projects.osmocom.org/projects/openbsc
+Vcs-Git: git://git.osmocom.org/osmo-bsc.git

[PATCH] osmo-msc[master]: rework debian packages support

2017-08-27 Thread Neels Hofmeyr
Hello Harald Welte, Jenkins Builder,

I'd like you to reexamine a change.  Please visit

https://gerrit.osmocom.org/3499

to look at the new patch set (#7).

rework debian packages support

Remove old leftover from split of osmo-mgw out of openbsc.

Change-Id: I77544cb38c31777c3fab52979d19488a63e52de3
---
D debian/autoreconf
M debian/changelog
M debian/control
M debian/copyright
D debian/docs
D debian/openbsc-dev.install
A debian/osmo-msc.install
D debian/osmocom-nitb.default
D debian/osmocom-nitb.dirs
D debian/osmocom-nitb.examples
D debian/osmocom-nitb.init
D debian/osmocom-nitb.install
M debian/rules
13 files changed, 240 insertions(+), 557 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/99/3499/7

diff --git a/debian/autoreconf b/debian/autoreconf
deleted file mode 100644
index 9a3a67f..000
--- a/debian/autoreconf
+++ /dev/null
@@ -1 +0,0 @@
-openbsc
diff --git a/debian/changelog b/debian/changelog
index e9a4212..a1b3dda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,75 +1,5 @@
-openbsc (0.15.1) UNRELEASED; urgency=medium
+osmo-msc (0.1.0) UNRELEASED; urgency=low
 
-  * Move forward toward a new release.
-  * Prevent SGSN starting with 'auth-policy remote' when no 'gsup remote-*' 
are configured.
-Note: such configs are broken without extra workarounds anyway.
+  * Initial release.
 
- -- Holger Hans Peter Freyther   Tue, 24 May 2016 
23:14:31 +0200
-
-openbsc (0.14.0) unstable; urgency=low
-
-  * New upstream tag and additional patches.
-
- -- Holger Hans Peter Freyther   Sat, 14 Mar 2015 20:33:25 
+0100
-
-openbsc (0.12.0+git26-7) unstable; urgency=low
-
-  * 64bit fix for the MGCP rewriting
-
- -- Holger Hans Peter Freyther   Wed, 07 Nov 2012 11:39:34 
+0100
-
-openbsc (0.12.0+git26-6) precise; urgency=low
-
-  * Added init script for osmocom-sgsn. 
-
- -- Eric Butler   Fri, 24 Aug 2012 21:04:32 -0700
-
-openbsc (0.12.0+git26-5) precise; urgency=low
-
-  * Don't enable MNCC sock by default.
-  * Automatically create important directories.
-  * Fix init script 'stop' command.
-
- -- Eric Butler   Fri, 24 Aug 2012 20:56:33 -0700
-
-openbsc (0.12.0+git26-4) precise; urgency=low
-
-  * Specify HLR path and enable RTP proxy.
-
- -- Eric Butler   Mon, 20 Aug 2012 00:21:07 -0700
-
-openbsc (0.12.0+git26-3) precise; urgency=low
-
-  * Fix init script.
-
- -- Eric Butler   Sun, 19 Aug 2012 16:05:44 -0700
-
-openbsc (0.12.0+git26-2) precise; urgency=low
-
-  * Fix libdbi package dependency.
-
- -- Eric Butler   Wed, 15 Aug 2012 00:35:37 -0700
-
-openbsc (0.12.0+git26-1) precise; urgency=low
-
-  * Fix version issue.
-
- -- Eric Butler   Tue, 14 Aug 2012 21:00:51 -0700
-
-openbsc (0.12.0+git26) precise; urgency=low
-
-  * Updated ubuntu package.
-
- -- Eric Butler   Tue, 14 Aug 2012 17:36:51 -0700
-
-openbsc (0.9.13.115.eb113-1) natty; urgency=low
-
-  * New upstream release
-
- -- Harald Welte   Wed, 11 May 2011 18:41:24 +
-
-openbsc (0.9.4-1) unstable; urgency=low
-
-  * Initial release
-
- -- Harald Welte   Tue, 24 Aug 2010 13:34:24 +0200
+ -- Alexander Couzens   Tue, 08 Aug 2017 01:13:01 +
diff --git a/debian/control b/debian/control
index 87b6f07..907ec38 100644
--- a/debian/control
+++ b/debian/control
@@ -1,181 +1,41 @@
-Source: openbsc
-Maintainer: Harald Welte 
+Source: osmo-msc
 Section: net
-Priority: optional
-Build-Depends: debhelper (>= 9),
-   autotools-dev,
-   autoconf-archive,
-   pkg-config,
-   libgtp-dev,
-   libosmocore-dev,
-   libosmo-sccp-dev,
-   libdbi0-dev,
+Priority: extra
+Maintainer: Alexander Couzens 
+Build-Depends: debhelper (>=9),
dh-autoreconf,
-   libosmo-abis-dev,
-   libosmo-netif-dev,
-   libdbd-sqlite3,
-   libpcap-dev,
+   autotools-dev,
+   autoconf,
+   automake,
+   libtool,
+   pkg-config,
+   libdbi-dev,
+   libtalloc-dev,
libssl-dev,
libc-ares-dev,
-   libsmpp34-dev
+   libgtp-dev,
+   libasn1c-dev,
+   libc-ares-dev,
+   libosmocore-dev,
+   libosmo-sccp-dev,
+   libosmo-abis-dev,
+   libosmo-legacy-mgcp-dev,
+   libosmo-netif-dev,
+   libosmo-ranap-dev
 Standards-Version: 3.9.8
-Vcs-Git: git://bs11-abis.gnumonks.org/openbsc.git
-Vcs-Browser: http://openbsc.osmocom.org/trac/browser
-Homepage: https://projects.osmocom.org/projects/openbsc
+Vcs-Git: git://git.osmocom.org/osmo-bsc.git
+Vcs-Browser: 

osmo-msc[master]: rework debian packages support

2017-08-16 Thread lynxis lazus

Patch Set 1:

it was moved yesterday to: 
https://build.opensuse.org/project/show/network:osmocom:nitb-split:nightly

-- 
To view, visit https://gerrit.osmocom.org/3499
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I77544cb38c31777c3fab52979d19488a63e52de3
Gerrit-PatchSet: 1
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max 
Gerrit-Reviewer: Neels Hofmeyr 
Gerrit-Reviewer: lynxis lazus 
Gerrit-HasComments: No


osmo-msc[master]: rework debian packages support

2017-08-16 Thread Max

Patch Set 1:

So it was tested using lynxis' .deb?

-- 
To view, visit https://gerrit.osmocom.org/3499
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I77544cb38c31777c3fab52979d19488a63e52de3
Gerrit-PatchSet: 1
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max 
Gerrit-Reviewer: Neels Hofmeyr 
Gerrit-Reviewer: lynxis lazus 
Gerrit-HasComments: No


osmo-msc[master]: rework debian packages support

2017-08-16 Thread Neels Hofmeyr

Patch Set 1:

> How was this tested? It seems to require .deb from osmo-iuh but I
 > have trouble building master. Shall I use specific branch?

lynxis has temporarily (?) set up his own package build thing on obs: 
https://build.opensuse.org/project/show/home:lynxis:osmocom
which includes an osmo-iuh.deb. It should work, but there may still be numerous 
errors and rough edges, given the ongoing effort of openbsc.git repository 
split up.

-- 
To view, visit https://gerrit.osmocom.org/3499
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I77544cb38c31777c3fab52979d19488a63e52de3
Gerrit-PatchSet: 1
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max 
Gerrit-Reviewer: Neels Hofmeyr 
Gerrit-Reviewer: lynxis lazus 
Gerrit-HasComments: No


osmo-msc[master]: rework debian packages support

2017-08-14 Thread Max

Patch Set 1:

How was this tested? It seems to require .deb from osmo-iuh but I have trouble 
building master. Shall I use specific branch?

-- 
To view, visit https://gerrit.osmocom.org/3499
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I77544cb38c31777c3fab52979d19488a63e52de3
Gerrit-PatchSet: 1
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max 
Gerrit-Reviewer: lynxis lazus 
Gerrit-HasComments: No


osmo-msc[master]: rework debian packages support

2017-08-14 Thread Harald Welte

Patch Set 1: Code-Review+2

-- 
To view, visit https://gerrit.osmocom.org/3499
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I77544cb38c31777c3fab52979d19488a63e52de3
Gerrit-PatchSet: 1
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr 
Gerrit-Reviewer: Harald Welte 
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: lynxis lazus 
Gerrit-HasComments: No


[PATCH] osmo-msc[master]: rework debian packages support

2017-08-11 Thread Neels Hofmeyr

Review at  https://gerrit.osmocom.org/3499

rework debian packages support

Remove old leftover from split of osmo-mgw out of openbsc.

Change-Id: I77544cb38c31777c3fab52979d19488a63e52de3
---
D debian/autoreconf
M debian/changelog
M debian/control
M debian/copyright
D debian/docs
D debian/openbsc-dev.install
A debian/osmo-msc.install
D debian/osmocom-nitb.default
D debian/osmocom-nitb.dirs
D debian/osmocom-nitb.examples
D debian/osmocom-nitb.init
D debian/osmocom-nitb.install
M debian/rules
13 files changed, 240 insertions(+), 557 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/99/3499/1

diff --git a/debian/autoreconf b/debian/autoreconf
deleted file mode 100644
index 9a3a67f..000
--- a/debian/autoreconf
+++ /dev/null
@@ -1 +0,0 @@
-openbsc
diff --git a/debian/changelog b/debian/changelog
index e9a4212..a1b3dda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,75 +1,5 @@
-openbsc (0.15.1) UNRELEASED; urgency=medium
+osmo-msc (0.1.0) UNRELEASED; urgency=low
 
-  * Move forward toward a new release.
-  * Prevent SGSN starting with 'auth-policy remote' when no 'gsup remote-*' 
are configured.
-Note: such configs are broken without extra workarounds anyway.
+  * Initial release.
 
- -- Holger Hans Peter Freyther   Tue, 24 May 2016 
23:14:31 +0200
-
-openbsc (0.14.0) unstable; urgency=low
-
-  * New upstream tag and additional patches.
-
- -- Holger Hans Peter Freyther   Sat, 14 Mar 2015 20:33:25 
+0100
-
-openbsc (0.12.0+git26-7) unstable; urgency=low
-
-  * 64bit fix for the MGCP rewriting
-
- -- Holger Hans Peter Freyther   Wed, 07 Nov 2012 11:39:34 
+0100
-
-openbsc (0.12.0+git26-6) precise; urgency=low
-
-  * Added init script for osmocom-sgsn. 
-
- -- Eric Butler   Fri, 24 Aug 2012 21:04:32 -0700
-
-openbsc (0.12.0+git26-5) precise; urgency=low
-
-  * Don't enable MNCC sock by default.
-  * Automatically create important directories.
-  * Fix init script 'stop' command.
-
- -- Eric Butler   Fri, 24 Aug 2012 20:56:33 -0700
-
-openbsc (0.12.0+git26-4) precise; urgency=low
-
-  * Specify HLR path and enable RTP proxy.
-
- -- Eric Butler   Mon, 20 Aug 2012 00:21:07 -0700
-
-openbsc (0.12.0+git26-3) precise; urgency=low
-
-  * Fix init script.
-
- -- Eric Butler   Sun, 19 Aug 2012 16:05:44 -0700
-
-openbsc (0.12.0+git26-2) precise; urgency=low
-
-  * Fix libdbi package dependency.
-
- -- Eric Butler   Wed, 15 Aug 2012 00:35:37 -0700
-
-openbsc (0.12.0+git26-1) precise; urgency=low
-
-  * Fix version issue.
-
- -- Eric Butler   Tue, 14 Aug 2012 21:00:51 -0700
-
-openbsc (0.12.0+git26) precise; urgency=low
-
-  * Updated ubuntu package.
-
- -- Eric Butler   Tue, 14 Aug 2012 17:36:51 -0700
-
-openbsc (0.9.13.115.eb113-1) natty; urgency=low
-
-  * New upstream release
-
- -- Harald Welte   Wed, 11 May 2011 18:41:24 +
-
-openbsc (0.9.4-1) unstable; urgency=low
-
-  * Initial release
-
- -- Harald Welte   Tue, 24 Aug 2010 13:34:24 +0200
+ -- Alexander Couzens   Tue, 08 Aug 2017 01:13:01 +
diff --git a/debian/control b/debian/control
index 87b6f07..907ec38 100644
--- a/debian/control
+++ b/debian/control
@@ -1,181 +1,41 @@
-Source: openbsc
-Maintainer: Harald Welte 
+Source: osmo-msc
 Section: net
-Priority: optional
-Build-Depends: debhelper (>= 9),
-   autotools-dev,
-   autoconf-archive,
-   pkg-config,
-   libgtp-dev,
-   libosmocore-dev,
-   libosmo-sccp-dev,
-   libdbi0-dev,
+Priority: extra
+Maintainer: Alexander Couzens 
+Build-Depends: debhelper (>=9),
dh-autoreconf,
-   libosmo-abis-dev,
-   libosmo-netif-dev,
-   libdbd-sqlite3,
-   libpcap-dev,
+   autotools-dev,
+   autoconf,
+   automake,
+   libtool,
+   pkg-config,
+   libdbi-dev,
+   libtalloc-dev,
libssl-dev,
libc-ares-dev,
-   libsmpp34-dev
+   libgtp-dev,
+   libasn1c-dev,
+   libc-ares-dev,
+   libosmocore-dev,
+   libosmo-sccp-dev,
+   libosmo-abis-dev,
+   libosmo-legacy-mgcp-dev,
+   libosmo-netif-dev,
+   libosmo-ranap-dev
 Standards-Version: 3.9.8
-Vcs-Git: git://bs11-abis.gnumonks.org/openbsc.git
-Vcs-Browser: http://openbsc.osmocom.org/trac/browser
-Homepage: https://projects.osmocom.org/projects/openbsc
+Vcs-Git: git://git.osmocom.org/osmo-bsc.git
+Vcs-Browser: https://git.osmocom.org/osmo-bsc/
+Homepage: https://projects.osmocom.org/projects/osmo-bsc
 
-Package: osmocom-bsc
+Package: osmo-msc