Compare commits

..

3 Commits

Author SHA1 Message Date
Pau Espin Pedrol
a39fa875a3 Bump version: 1.4.0.3-9a3e → 1.4.1
Change-Id: I9a930264b7c40b3e205c9818634597cc21364a50
2022-06-29 09:32:57 +02:00
Harald Welte
9a3e3fceb8 update git URLs (git -> https; gitea)
Change-Id: I1ac62853250a6717f502959bd96fdc3e9ead7a91
2022-06-18 13:52:06 +02:00
Vadim Yanitskiy
1a19caf002 tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
When using 'check_PROGRAMS', autoconf/automake generates smarter
Makefiles, so that the test programs are not being compiled during
the normal 'make all', but only during 'make check'.

Change-Id: I816689e2aeac9decbc44ba210956a929cc7a3169
2022-04-13 19:55:36 +03:00
6 changed files with 21 additions and 8 deletions

View File

@@ -27,9 +27,9 @@ GIT Repository
You can clone from the official osmo-trx.git repository using
git clone git://git.osmocom.org/osmo-trx.git
git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-trx`
There is a cgit interface at <https://git.osmocom.org/osmo-trx/>
There is a web interface at <https://gitea.osmocom.org/cellular-infrastructure/osmo-trx>
Documentation
-------------

13
debian/changelog vendored
View File

@@ -1,3 +1,16 @@
osmo-trx (1.4.1) unstable; urgency=medium
[ Oliver Smith ]
* treewide: remove FSF address
[ Vadim Yanitskiy ]
* tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
[ Harald Welte ]
* update git URLs (git -> https; gitea)
-- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 29 Jun 2022 09:32:56 +0200
osmo-trx (1.4.0) unstable; urgency=medium
[ Pau Espin Pedrol ]

4
debian/control vendored
View File

@@ -17,8 +17,8 @@ Build-Depends: debhelper (>= 9),
libosmocore-dev (>= 1.6.0),
osmo-gsm-manuals-dev
Standards-Version: 3.9.6
Vcs-Browser: http://cgit.osmocom.org/osmo-trx
Vcs-Git: git://git.osmocom.org/osmo-trx
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-trx
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-trx
Homepage: https://projects.osmocom.org/projects/osmotrx
Package: osmo-trx

2
debian/copyright vendored
View File

@@ -1,6 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: OsmoTRX
Source: http://cgit.osmocom.org/osmo-trx/
Source: https://gitea.osmocom.org/cellular-infrastructure/osmo-trx
Files-Excluded: Transceiver52M/device/usrp1/std_inband.rbf
Files: *

View File

@@ -11,7 +11,7 @@ EXTRA_DIST = BitVectorTest.ok \
LogTest.ok \
LogTest.err
noinst_PROGRAMS = \
check_PROGRAMS = \
BitVectorTest \
PRBSTest \
InterthreadTest \

View File

@@ -4,7 +4,7 @@ AM_CFLAGS = -Wall -I$(top_srcdir)/Transceiver52M -I$(top_srcdir)/Transceiver52M/
EXTRA_DIST = convolve_test.ok convolve_test_golden.h
noinst_PROGRAMS = \
check_PROGRAMS = \
convolve_test
convolve_test_SOURCES = convolve_test.c
@@ -18,7 +18,7 @@ convolve_test_CFLAGS += $(SIMD_FLAGS)
endif
if DEVICE_LMS
noinst_PROGRAMS += LMSDeviceTest
check_PROGRAMS += LMSDeviceTest
LMSDeviceTest_SOURCES = LMSDeviceTest.cpp
LMSDeviceTest_LDFLAGS = $(LIBOSMOCORE_LIBS) $(LMS_LIBS)
LMSDeviceTest_LDADD = \