summaryrefslogtreecommitdiffstats
path: root/debianpkg/rules
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2018-03-17 20:57:13 +0100
committerMartin Winter <mwinter@opensourcerouting.org>2018-03-27 16:05:36 +0200
commit54c310b8039d9ffe5cc96d6711a1c6a21306f69f (patch)
tree56a7641b98413e05a2d822ba73e2eadea440ae02 /debianpkg/rules
parentMerge pull request #1946 from qlyoung/asan-configure-option (diff)
downloadfrr-54c310b8039d9ffe5cc96d6711a1c6a21306f69f.tar.xz
frr-54c310b8039d9ffe5cc96d6711a1c6a21306f69f.zip
debianpkg: Add support for Ubuntu 18.04
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'debianpkg/rules')
-rwxr-xr-xdebianpkg/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debianpkg/rules b/debianpkg/rules
index 0f2f4ebe1..9c84c0651 100755
--- a/debianpkg/rules
+++ b/debianpkg/rules
@@ -205,7 +205,7 @@ override_dh_systemd_enable:
# backports
SRCPKG = frr
-KNOWN_BACKPORTS = debian8 debian9 ubuntu12.04 ubuntu14.04 ubuntu16.04 ubuntu17.10
+KNOWN_BACKPORTS = debian8 debian9 ubuntu12.04 ubuntu14.04 ubuntu16.04 ubuntu17.10 ubuntu18.04
DEBIAN_VERSION := $(shell dh_testdir && \
dpkg-parsechangelog -c1 < debian/changelog | \
sed -rn 's/^Version: ?//p')