]> git.proxmox.com Git - mirror_frr.git/commitdiff
debianpkg: Add Debian 9 Package support
authorMartin Winter <mwinter@opensourcerouting.org>
Mon, 16 Oct 2017 10:31:47 +0000 (03:31 -0700)
committerMartin Winter <mwinter@opensourcerouting.org>
Sat, 18 Nov 2017 01:55:33 +0000 (17:55 -0800)
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Conflicts:
debianpkg/changelog.in

debianpkg/backports/debian9/debian/source/format [new file with mode: 0644]
debianpkg/backports/debian9/exclude [new file with mode: 0644]
debianpkg/backports/debian9/versionext [new file with mode: 0644]
debianpkg/changelog.in
debianpkg/control
debianpkg/rules

diff --git a/debianpkg/backports/debian9/debian/source/format b/debianpkg/backports/debian9/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debianpkg/backports/debian9/exclude b/debianpkg/backports/debian9/exclude
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/debianpkg/backports/debian9/versionext b/debianpkg/backports/debian9/versionext
new file mode 100644 (file)
index 0000000..db85932
--- /dev/null
@@ -0,0 +1 @@
+-1~debian9+1
index c4cc170af349594b8e05228739a73cd9e94205c3..8f3f4753de78c9da8b1b8e33a213204af5c2526e 100644 (file)
@@ -4,6 +4,12 @@ frr (@VERSION@) RELEASED; urgency=medium
 
  -- FRRouting-Dev <dev@lists.frrouting.org>  Wed, 18 Oct 2017 17:01:42 -0700
 
+frr (3.0-1) RELEASED; urgency=medium
+
+  * Added Debian 9 Backport
+ -- FRRouting-Dev <dev@lists.frrouting.org>  Mon, 16 Oct 2017 03:28:00 -0700
+
 frr (3.0-0) RELEASED; urgency=medium
 
   * New Enabled: BGP Shutdown Message
@@ -24,7 +30,7 @@ frr (3.0-0) RELEASED; urgency=medium
   * New Enabled: Label Manager
   * Switched from hardening-wrapper to dpkg-buildflags. 
 
- -- FRRouting-Dev <dev@lists.frrouting.org>  Wed, 05 Apr 2017 22:23:42 -0500
+ -- FRRouting-Dev <dev@lists.frrouting.org>  Fri, 13 Oct 2017 16:17:26 -0700
 
 frr (2.0-0) RELEASED; urgency=medium
 
index 077eaf98283f7bbeb5d592618e1699d00d719788..297a7cf1061e457b80a02eb6947fe1cb4073a510 100644 (file)
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Nobody <nobody@frrouting.org>
 Uploaders: Nobody <nobody@frrouting.org>
 XSBC-Original-Maintainer: <maintainers@frrouting.org>
-Build-Depends: debhelper (>= 7.0.50~), libncurses5-dev, libreadline-dev, texlive-latex-base, texlive-generic-recommended, libpam0g-dev | libpam-dev, libcap-dev, texinfo (>= 4.7), imagemagick, ghostscript, groff, autotools-dev, libpcre3-dev, gawk, chrpath, libsnmp-dev, git, dh-autoreconf, libjson-c-dev, libjson-c2, dh-systemd, libsystemd-dev, bison, flex, libc-ares-dev, pkg-config, python (>= 2.7), python-ipaddr
+Build-Depends: debhelper (>= 7.0.50~), libncurses5-dev, libreadline-dev, texlive-latex-base, texlive-generic-recommended, libpam0g-dev | libpam-dev, libcap-dev, texinfo (>= 4.7), imagemagick, ghostscript, groff, autotools-dev, libpcre3-dev, gawk, chrpath, libsnmp-dev, git, dh-autoreconf, libjson-c-dev, libjson-c2 | libjson-c3, dh-systemd, libsystemd-dev, bison, flex, libc-ares-dev, pkg-config, python (>= 2.7), python-ipaddr
 Standards-Version: 3.9.6
 Homepage: http://www.frrouting.org/
 
index 70cbd07ff271c21bf437de08d00aeeebffd19f5d..04d28762aa49a378971b25d31285337fd9f288ea 100755 (executable)
@@ -190,7 +190,7 @@ override_dh_systemd_enable:
 
 # backports
 SRCPKG = frr
-KNOWN_BACKPORTS = debian8 ubuntu12.04 ubuntu14.04 ubuntu16.04
+KNOWN_BACKPORTS = debian8 debian9 ubuntu12.04 ubuntu14.04 ubuntu16.04
 DEBIAN_VERSION := $(shell dh_testdir && \
                dpkg-parsechangelog -c1 < debian/changelog | \
                sed -rn 's/^Version: ?//p')