Commit acd25c72 authored by Julien Muchembled's avatar Julien Muchembled

fixup! obs/slapos: Update to new debian format

- compat level was missing
- keep debconf disabled
- skip shlibs

Plus some clean up.
parent 509164ba
......@@ -2,13 +2,11 @@ Source: slapos-node
Maintainer: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
Section: net
Priority: optional
Build-Depends: debhelper (>= 4.1.16),
Build-Depends: debhelper,
chrpath,
po-debconf,
wget,
python,
python-dev
Homepage: http://www.slapos.org
# po-debconf,
python
Homepage: https://www.slapos.org
Package: slapos-node
Architecture: any
......
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.
#export DH_VERBOSE=1
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
PACKAGE = $(shell dh_listpackages)
TMP = $(CURDIR)/debian/$(PACKAGE)
%:
dh $@ --with python2
dh $@
override_dh_installdebconf:
override_dh_makeshlibs:
dh_makeshlibs -n
override_dh_shlibdeps:
dh_shlibdeps -- -x$(PACKAGE)
rm $(TMP)/DEBIAN/shlibs
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment