summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-07-20 21:53:04 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-07-20 21:54:58 +0200
commitd86a7fb6e838cfe18f0aecc3a786333136c03969 (patch)
treee495c2c9d4049326e1aa400f7bfb775b11accb45 /debian
parentc5d22eb74f16de01d444dbc5fa4d5133cfaf7980 (diff)
lintian related updates
Diffstat (limited to 'debian')
-rw-r--r--debian/control3
-rw-r--r--debian/copyright19
-rw-r--r--debian/osmo-trx-uhd.1 (renamed from debian/osmo-trx.1)10
-rw-r--r--debian/osmo-trx.manpages2
-rwxr-xr-xdebian/rules1
5 files changed, 8 insertions, 27 deletions
diff --git a/debian/control b/debian/control
index 13b2f9d..552816a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
Maintainer: Debian Mobcom Maintainers <Debian-mobcom-maintainers@lists.alioth.debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
, Thorsten Alteholz <debian@alteholz.de>
-Testsuite: autopkgtest
Build-Depends: debhelper (>= 11),
pkg-config,
libuhd-dev,
@@ -13,7 +12,7 @@ Build-Depends: debhelper (>= 11),
libboost-system-dev,
libsqlite3-dev,
libfftw3-dev
-Standards-Version: 4.1.4
+Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/debian-mobcom-team/osmo-trx
Vcs-Git: https://salsa.debian.org/debian-mobcom-team/osmo-trx.git
Homepage: http://openbsc.osmocom.org/trac/wiki/OsmoTRX
diff --git a/debian/copyright b/debian/copyright
index 17fc9f0..94a8455 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,10 +12,7 @@ Copyright: 2008-2014 Free Software Foundation
2018 sysmocom - s.f.m.c. GmbH
License: AGPL-3+
-Files: Transceiver52M/arm/*
- Transceiver52M/x86/*
- Transceiver52M/common/*
- Transceiver52M/Resampler.cpp
+Files: Transceiver52M/Resampler.cpp
Transceiver52M/Resampler.h
Transceiver52M/osmo-trx.cpp
Transceiver52M/ChannelizerBase.cpp
@@ -47,20 +44,6 @@ Files: CommonLibs/trx_vty.c
Copyright: 2012-2017 sysmocom - s.f.m.c. GmbH
License: GPL-2+
-Files: CommonLibs/sqlite3util.cpp
-Copyright: 2010 Kestrel Signal Processing Inc.
-License: none
- No license described for file.
-Comment: In the previous version of the file in the git repository
- at upstream it is written:
- Written by David A. Burgess, Kestrel Signal Processing, Inc., 2010
- The author disclaims copyright to this source code.
- In the git log, this is written:
- I do not claim any copyright over this change, as it's very basic.
- Looking forward to see it merged into mainline.
- See revision e766abbf82f02473038a83fd2f78befd08544cab at
- https://github.com/osmocom/osmo-trx
-
Files: debian/*
Copyright: 2015,2017,2018 Ruben Undheim <ruben.undheim@gmail.com>
2017,2018 Thorsten Alteholz <debian@alteholz.de>
diff --git a/debian/osmo-trx.1 b/debian/osmo-trx-uhd.1
index d274414..0f43940 100644
--- a/debian/osmo-trx.1
+++ b/debian/osmo-trx-uhd.1
@@ -2,7 +2,7 @@
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
-.TH OSMO-TRX 1 "Februray 07, 2015"
+.TH OSMO-TRX-UHD 1 "Februray 07, 2015"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
@@ -16,16 +16,16 @@
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
-osmo-trx \- SDR transceiver that implements Layer 1 of a GSM BTS
+osmo-trx-uhd \- SDR transceiver that implements Layer 1 of a GSM BTS
.SH SYNOPSIS
.B osmo-trx
.RI [ options ]
.SH DESCRIPTION
This manual page documents briefly the
-.B osmo-trx
+.B osmo-trx-uhd
command.
.PP
-\fBosmo-trx\fP is a software-defined radio transceiver that implements the Layer 1
+\fBosmo-trx-uhd\fP is a software-defined radio transceiver that implements the Layer 1
physical layer of a BTS comprising the following 3GPP specifications:
.
.PP
@@ -46,7 +46,7 @@ between different telecommunication associations for developing new
generations of mobile phone networks. (post-2G/GSM)
.SH OPTIONS
-Usually it works well to start osmo-trx without any options.
+Usually it works well to start osmo-trx-uhd without any options.
.TP
.B \-h
This text
diff --git a/debian/osmo-trx.manpages b/debian/osmo-trx.manpages
index dd73a23..9d37899 100644
--- a/debian/osmo-trx.manpages
+++ b/debian/osmo-trx.manpages
@@ -1 +1 @@
-debian/osmo-trx.1
+debian/osmo-trx-uhd.1
diff --git a/debian/rules b/debian/rules
index 634f6a9..4f2771d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
override_dh_auto_clean:
- $(RM) -f sqlite3/Makefile
dh_auto_clean
override_dh_auto_configure: