aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-09-01 16:45:38 +0200
committerosmith <osmith@sysmocom.de>2021-09-03 08:26:59 +0000
commitac8a4e72970f42833abadc8c30d28a27418506b8 (patch)
treefa0c943d0a2330d8b68cd96c95cc785c771bf58a
parente16d0e133040c41119b72be2afb46bcb529fe2a3 (diff)
d/patches/build-for-debian8.patch: remove
Remove this workaround, as we are not building for debian 8 anymore. Related: OS#5223 Depends: osmo-ci Ibe7ba124557969df62798ba49c4489e9606c2341 Change-Id: I5519075a7f95fa61b0b5f1825e4e9324b9eede76
-rwxr-xr-xcontrib/jenkins.sh5
-rw-r--r--debian/patches/build-for-debian8.patch60
-rw-r--r--debian/patches/series1
3 files changed, 0 insertions, 66 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 3cf12c6..bcdcca4 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -115,9 +115,4 @@ fi
$MAKE $PARALLEL_MAKE maintainer-clean
-# Verify distro-specific package patches apply:
-for patch in debian/patches/*.patch; do
- patch --dry-run -p1 < "$patch"
-done
-
osmo-clean-workspace.sh
diff --git a/debian/patches/build-for-debian8.patch b/debian/patches/build-for-debian8.patch
deleted file mode 100644
index 074dca9..0000000
--- a/debian/patches/build-for-debian8.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-diff --git a/debian/control b/debian/control
-index 12d9af5..27b9d60 100644
---- a/debian/control
-+++ b/debian/control
-@@ -13,7 +13,6 @@ Build-Depends: debhelper (>= 9),
- libfftw3-dev,
- libtalloc-dev,
- libusrp-dev,
-- liblimesuite-dev,
- libosmocore-dev (>= 1.5.0),
- osmo-gsm-manuals-dev
- Standards-Version: 3.9.6
-@@ -30,7 +29,7 @@ Package: osmo-trx-dbg
- Architecture: any
- Section: debug
- Priority: extra
--Depends: osmo-trx-uhd (= ${binary:Version}), osmo-trx-usrp1 (= ${binary:Version}), osmo-trx-lms (= ${binary:Version}), osmo-trx-ipc (= ${binary:Version}), ${misc:Depends}
-+Depends: osmo-trx-uhd (= ${binary:Version}), osmo-trx-usrp1 (= ${binary:Version}), osmo-trx-ipc (= ${binary:Version}), ${misc:Depends}
- Description: Debug symbols for the osmo-trx-*
- Make debugging possible
-
-@@ -72,25 +71,6 @@ Description: SDR transceiver that implements Layer 1 of a GSM BTS (USRP1)
- between different telecommunication associations for developing new
- generations of mobile phone networks. (post-2G/GSM)
-
--Package: osmo-trx-lms
--Architecture: any
--Depends: ${shlibs:Depends}, ${misc:Depends}
--Description: SDR transceiver that implements Layer 1 of a GSM BTS (LimeSuite)
-- OsmoTRX is a software-defined radio transceiver that implements the Layer 1
-- physical layer of a BTS comprising the following 3GPP specifications:
-- .
-- TS 05.01 "Physical layer on the radio path"
-- TS 05.02 "Multiplexing and Multiple Access on the Radio Path"
-- TS 05.04 "Modulation"
-- TS 05.10 "Radio subsystem synchronization"
-- .
-- In this context, BTS is "Base transceiver station". It's the stations that
-- connect mobile phones to the mobile network.
-- .
-- 3GPP is the "3rd Generation Partnership Project" which is the collaboration
-- between different telecommunication associations for developing new
-- generations of mobile phone networks. (post-2G/GSM)
--
- Package: osmo-trx-ipc
- Architecture: any
- Depends: ${shlibs:Depends}, ${misc:Depends}
-diff --git a/debian/rules b/debian/rules
-index 5795643..5937c17 100755
---- a/debian/rules
-+++ b/debian/rules
-@@ -9,7 +9,7 @@ override_dh_shlibdeps:
- dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
-
- override_dh_auto_configure:
-- dh_auto_configure -- --with-uhd --with-usrp1 --with-lms --with-ipc --with-systemdsystemunitdir=/lib/systemd/system --enable-manuals
-+ dh_auto_configure -- --with-uhd --with-usrp1 --with-ipc --with-systemdsystemunitdir=/lib/systemd/system --enable-manuals
-
- override_dh_strip:
- dh_strip --dbg-package=osmo-trx-dbg
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 82063b7..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-# build-for-debian8.patch