mirror of
https://git.proxmox.com/git/frr
synced 2025-08-09 06:11:30 +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:
|
submodule:
|
||||||
test -f "$(SRCDIR)/debian/changelog" || git submodule update --init
|
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
|
$(BUILDDIR): submodule debian/changelog
|
||||||
rm -rf $@ $@.tmp
|
rm -rf $@ $@.tmp
|
||||||
cp -a $(SRCDIR) $@.tmp
|
cp -a $(SRCDIR) $@.tmp
|
||||||
rm $@.tmp/debian/changelog
|
rm $@.tmp/debian/changelog $@.tmp/debian/compat
|
||||||
cp -a debian/* $@.tmp/debian/
|
cp -a debian/* $@.tmp/debian/
|
||||||
mv $@.tmp $@
|
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>
|
Uploaders: FRRouting-dev <dev@lists.frrouting.org>
|
||||||
Build-Depends: bison,
|
Build-Depends: bison,
|
||||||
chrpath,
|
chrpath,
|
||||||
debhelper (>= 10~) | dh-systemd,
|
|
||||||
debhelper (>= 9.20150101~),
|
debhelper (>= 9.20150101~),
|
||||||
|
debhelper-compat (= 12),
|
||||||
flex,
|
flex,
|
||||||
gawk,
|
gawk,
|
||||||
install-info,
|
install-info,
|
||||||
|
Loading…
Reference in New Issue
Block a user