Add debian building rules

master
Alarig Le Lay 5 years ago
parent 6f2b9b9375
commit f7dc615dd4

5
debian/changelog vendored

@ -0,0 +1,5 @@
proxmox-routing (0.1-1) UNRELEASED; urgency=medium
* Initial release. (Closes: #XXXXXX)
-- <alarig@grifon.fr> Thu, 24 Jan 2019 19:09:24 +0100

1
debian/compat vendored

@ -0,0 +1 @@
10

11
debian/control vendored

@ -0,0 +1,11 @@
Source: proxmox-routing
Maintainer: Alarig Le Lay <alarig@grifon.fr>
Section: net
Priority: optional
Standards-Version: 3.9.2
Build-Depends: debhelper (>= 9)
Package: proxmox-routing
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, curl, iproute2, ipv6calc, jq, python3-scapy
Description: Make VM on proxmox routed

1
debian/files vendored

@ -0,0 +1 @@
proxmox-routing_0.1-1_all.deb net optional

12
debian/rules vendored

@ -0,0 +1,12 @@
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_install:
$(MAKE) DESTDIR=$$(pwd)/debian/proxmox-routing install
override_dh_auto_build:
@
override_dh_usrlocal:
@

@ -0,0 +1 @@
3.0 (quilt)
Loading…
Cancel
Save