Add debian building rules
This commit is contained in:
parent
6f2b9b9375
commit
f7dc615dd4
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
|
@ -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
Normal file
1
debian/compat
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
10
|
11
debian/control
vendored
Normal file
11
debian/control
vendored
Normal file
|
@ -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
|
0
debian/copyright
vendored
Normal file
0
debian/copyright
vendored
Normal file
1
debian/files
vendored
Normal file
1
debian/files
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
proxmox-routing_0.1-1_all.deb net optional
|
12
debian/rules
vendored
Executable file
12
debian/rules
vendored
Executable file
|
@ -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:
|
||||||
|
@
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
3.0 (quilt)
|
Loading…
Reference in a new issue