debian: remove cdbs dependency

Build without cdbs (Common Debian Build System) as it has been orphaned.

Signed-off-by: Oliver Smith <osmith@sysmocom.de>
This commit is contained in:
Oliver Smith 2023-06-28 15:03:00 +02:00
parent 266654ea7b
commit db94e2b848
2 changed files with 10 additions and 6 deletions

5
debian/control vendored
View File

@ -2,7 +2,10 @@ Source: sispmctl
Section: admin
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: cdbs, debhelper (>= 8.0.0), autotools-dev, libusb-dev (>= 0.1.8)
Build-Depends: debhelper (>= 8.0.0),
autotools-dev,
dh-autoreconf,
libusb-dev (>= 0.1.8)
Standards-Version: 3.9.2
Homepage: http://sispmctl.sourceforge.net/

11
debian/rules vendored
View File

@ -1,8 +1,9 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
# We don't install the webserver at the moment.
DEB_CONFIGURE_EXTRA_FLAGS := --enable-webless
%:
dh $@ --with autoreconf
# We don't install the webserver at the moment. If somebody adds it, please
# split it into a subpackage.
override_dh_auto_configure:
dh_auto_configure -- --enable-webless