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 ...@@ -2,13 +2,11 @@ Source: slapos-node
Maintainer: Arnaud Fontaine <arnaud.fontaine@nexedi.com> Maintainer: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
Section: net Section: net
Priority: optional Priority: optional
Build-Depends: debhelper (>= 4.1.16), Build-Depends: debhelper,
chrpath, chrpath,
po-debconf, # po-debconf,
wget, python
python, Homepage: https://www.slapos.org
python-dev
Homepage: http://www.slapos.org
Package: slapos-node Package: slapos-node
Architecture: any Architecture: any
......
#!/usr/bin/make -f #!/usr/bin/make -f
# Sample debian/rules that uses debhelper. #export DH_VERBOSE=1
# GNU copyright 1997 to 1999 by Joey Hess.
# Uncomment this to turn on verbose mode. PACKAGE = $(shell dh_listpackages)
export DH_VERBOSE=1 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