mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 16:06:20 +00:00
debianpkg: Add backport for Debian 8
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
parent
a2939a2cd1
commit
f8fc6a0c1b
@ -4,6 +4,9 @@ EXTRA_DIST = README.Debian README.Maintainer \
|
||||
rules source/format tests/control \
|
||||
tests/daemons watchfrr.rc \
|
||||
backports/README backports/rules \
|
||||
backports/debian8/debian/source/format \
|
||||
backports/debian8/exclude \
|
||||
backports/debian8/versionext \
|
||||
backports/ubuntu12.04/debian/control \
|
||||
backports/ubuntu12.04/debian/frr.install \
|
||||
backports/ubuntu12.04/debian/frr.postinst \
|
||||
|
@ -51,7 +51,7 @@ Building your own FRRouting Debian Package
|
||||
tar xf ~/frr/frr_*.orig.tar.gz
|
||||
cd frr*
|
||||
. /etc/os-release
|
||||
tar xf ~/frr/frr_*ubuntu*${VERSION_ID}*.debian.tar.xz
|
||||
tar xf ~/frr/frr_*${ID}${VERSION_ID}*.debian.tar.xz
|
||||
|
||||
7. Build Debian Package Dependencies and install them as needed
|
||||
|
||||
|
1
debianpkg/backports/debian8/debian/source/format
Normal file
1
debianpkg/backports/debian8/debian/source/format
Normal file
@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
0
debianpkg/backports/debian8/exclude
Normal file
0
debianpkg/backports/debian8/exclude
Normal file
1
debianpkg/backports/debian8/versionext
Normal file
1
debianpkg/backports/debian8/versionext
Normal file
@ -0,0 +1 @@
|
||||
-0~debian8+1
|
@ -102,7 +102,7 @@ override_dh_systemd_enable:
|
||||
|
||||
# backports
|
||||
SRCPKG = frr
|
||||
KNOWN_BACKPORTS = ubuntu12.04 ubuntu14.04 ubuntu16.04
|
||||
KNOWN_BACKPORTS = debian8 ubuntu12.04 ubuntu14.04 ubuntu16.04
|
||||
ORIG_VERSION := $(shell dh_testdir && grep -E < configure.ac '^AC_INIT\(.*\)' \
|
||||
| cut -d, -f2 | xargs echo)
|
||||
DEBIAN_VERSION := $(shell dh_testdir && \
|
||||
|
Loading…
Reference in New Issue
Block a user