mirror of
https://git.proxmox.com/git/frr
synced 2025-04-28 08:58:05 +00:00
d/control: define compat level via build-depends and raise to 12
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
834031ec63
commit
411eb18222
4
Makefile
4
Makefile
@ -27,10 +27,12 @@ all: $(DEBS)
|
||||
submodule:
|
||||
test -f "$(SRCDIR)/debian/changelog" || git submodule update --init
|
||||
|
||||
# FIXME: fully merge our and upstream (which is also the upstream for debian's "downstream") packaging
|
||||
# so that the top-level debian directory is the canonical source.
|
||||
$(BUILDDIR): submodule debian/changelog
|
||||
rm -rf $@ $@.tmp
|
||||
cp -a $(SRCDIR) $@.tmp
|
||||
rm $@.tmp/debian/changelog
|
||||
rm $@.tmp/debian/changelog $@.tmp/debian/compat
|
||||
cp -a debian/* $@.tmp/debian/
|
||||
mv $@.tmp $@
|
||||
|
||||
|
1
debian/compat
vendored
1
debian/compat
vendored
@ -1 +0,0 @@
|
||||
10
|
2
debian/control
vendored
2
debian/control
vendored
@ -5,8 +5,8 @@ Maintainer: David Lamparter <equinox-debian@diac24.net>
|
||||
Uploaders: FRRouting-dev <dev@lists.frrouting.org>
|
||||
Build-Depends: bison,
|
||||
chrpath,
|
||||
debhelper (>= 10~) | dh-systemd,
|
||||
debhelper (>= 9.20150101~),
|
||||
debhelper-compat (= 12),
|
||||
flex,
|
||||
gawk,
|
||||
install-info,
|
||||
|
Loading…
Reference in New Issue
Block a user