diff --git a/debian/control b/debian/control index 38e4d78..25d0162 100644 --- a/debian/control +++ b/debian/control @@ -3,10 +3,9 @@ Section: shells Priority: optional Maintainer: Sipwise Development Team 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, diff --git a/debian/copyright b/debian/copyright index 53631ae..1d5cce7 100644 --- a/debian/copyright +++ b/debian/copyright @@ -9,7 +9,7 @@ Copyright: 2005 3Com Corporation, License: BSD-3-clause Files: debian/* -Copyright: 2013 SipWise Team , +Copyright: 2013-2021 Sipwise GmbH, Austria 2009 Serj Kalichev License: GPL-3.0+ diff --git a/debian/rules b/debian/rules index 1deea18..3fb28ef 100755 --- a/debian/rules +++ b/debian/rules @@ -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