summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-10-02 07:55:15 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-10-02 07:55:15 +0200
commited16b67d58d18f4476771058add74c70e58a35b2 (patch)
treeba3a07c620a83177e0c2fd2984ffdc1f5715f904
parenta2873f389c0460873685b50dbc516b5e0a365e31 (diff)
Lintian fixes
-rw-r--r--debian/control3
-rw-r--r--debian/osmo-hnbgw.service1
-rwxr-xr-xdebian/rules6
3 files changed, 7 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 5d695aa..dc3b50b 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>=11)
, libosmo-netif-dev (>= 0.2.0)
, libosmo-sigtran-dev (>= 0.9.0)
, python (>= 2.7)
-Standards-Version: 4.1.4
+Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/debian-mobcom-team/osmo-iuh
Vcs-Git: https://salsa.debian.org/debian-mobcom-team/osmo-iuh.git
Homepage: https://projects.osmocom.org/projects/osmohnbgw
@@ -64,4 +64,3 @@ Description: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP), development
interface.
.
This package provides the development files.
-
diff --git a/debian/osmo-hnbgw.service b/debian/osmo-hnbgw.service
index 7aca29f..0eed1ee 100644
--- a/debian/osmo-hnbgw.service
+++ b/debian/osmo-hnbgw.service
@@ -1,5 +1,6 @@
[Unit]
Description=Osmocom Home Nodeb Gateway (OsmoHNBGW)
+Documentation=https://projects.osmocom.org/projects/osmohnbgw
[Service]
Type=simple
diff --git a/debian/rules b/debian/rules
index 94ef6c2..4057602 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,11 @@
include /usr/share/dpkg/pkg-info.mk
-# main packaging script based on dh7 syntax
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+
%:
dh $@ --with autoreconf