debian: initial layer23 packaging

Related: OS#6409
Change-Id: I3713201233e13fca5ea4e0b8c4df913c787965f5
This commit is contained in:
Oliver Smith 2024-03-19 11:37:41 +01:00
parent 0d1ab4c8d2
commit 78540e4475
7 changed files with 66 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
osmocom-bb (0.1.0) unstable; urgency=medium
* Initial debian packaging for layer23
-- Oliver Smith <osmith@sysmocom.de> Mon, 19 Mar 2024 11:38:22 +0100

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
10

29
debian/control vendored Normal file
View File

@ -0,0 +1,29 @@
Source: osmocom-bb
Section: net
Priority: optional
Maintainer: Osmocom team <openbsc@lists.osmocom.org>
Build-Depends: debhelper (>= 10),
dh-autoreconf,
autotools-dev,
autoconf,
automake,
libtool,
pkg-config,
libosmocore-dev (>= 1.5.0),
libosmo-csn1-dev,
libosmo-gprs-gmm-dev,
libosmo-gprs-llc-dev,
libosmo-gprs-rlcmac-dev,
libosmo-gprs-sm-dev,
libosmo-gprs-sndcp-dev,
libosmogapk-dev
Standards-Version: 4.1.4
Vcs-Browser: https://gitea.osmocom.org/phone-side/osmocom-bb
Vcs-Git: https://gerrit.osmocom.org/osmocom-bb
Homepage: https://osmocom.org/projects/baseband/wiki
Package: osmocom-bb-layer23
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: MS-side implementation of L2 and L3 GSM protocols

23
debian/copyright vendored Normal file
View File

@ -0,0 +1,23 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: osmocom-bb
Source: https://gitea.osmocom.org/phone-side/osmocom-bb
Files: *
License: GPL-2.0+
License: GPL-2.0+
This package is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

0
debian/osmocom-bb.install vendored Normal file
View File

7
debian/rules vendored Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/make -f
%:
dh $@ -D src/host/layer23 --with-autoreconf
override_dh_auto_configure:
dh_auto_configure -D src/host/layer23 -- --with-gapk-io

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (native)