TT#124273 Update packaging for bullseye

- Switch to debhelper compat level 13.
- Switch to Standards-Version 4.5.1.
- Update copyright years.
- Remove explicit autoreconf handling done automatically by dh.
- Remove obsolete override_dh_auto_install now handled by dh.

Change-Id: I210284802f663909d1fc5e7d43315baab0123cd2
mr10.2.1
Guillem Jover 4 years ago
parent 5b46a35c6a
commit 92a00d3694

5
debian/control vendored

@ -3,10 +3,9 @@ Section: shells
Priority: optional
Maintainer: Sipwise Development Team <support@sipwise.com>
Homepage: https://www.nixus.es/
Standards-Version: 3.9.8
Standards-Version: 4.5.1
Build-Depends:
debhelper-compat (= 12),
dh-autoreconf,
debhelper-compat (= 13),
libexpat1-dev,
liblua5.2-dev,

2
debian/copyright vendored

@ -9,7 +9,7 @@ Copyright: 2005 3Com Corporation,
License: BSD-3-clause
Files: debian/*
Copyright: 2013 SipWise Team <development@sipwise.com>,
Copyright: 2013-2021 Sipwise GmbH, Austria
2009 Serj Kalichev <serj.kalichev@gmail.com>
License: GPL-3.0+

7
debian/rules vendored

@ -3,17 +3,12 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
DESTDIR = $(CURDIR)/debian/tmp
%:
dh $@ --with autoreconf
dh $@
override_dh_auto_configure:
./configure --prefix=/usr --libdir=/usr/lib/clish \
--includedir=/usr/include/clish --with-lua
override_dh_auto_install:
dh_auto_install --destdir=$(DESTDIR)
override_dh_installsystemd:
dh_installsystemd -pklish --name=konfd --no-enable --no-start

Loading…
Cancel
Save