]> git.puffer.fish Git - matthieu/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>
Mon, 16 Oct 2017 10:38:08 +0000 (03:38 -0700)
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
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 049e3eef8e8744a9b0905028645d2826d05e8eeb..f2f1ca78a581a863d132abe023e16da96f185e59 100644 (file)
@@ -1,5 +1,11 @@
 frr (@VERSION@) 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
   * New Enabled: BGP Large Community
   * New Enabled: BGP RFC 7432 Partial Support w/ Ethernet VPN
@@ -18,7 +24,7 @@ frr (@VERSION@) 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) RELEASE; urgency=medium
 
index a9a9b0708e625f6365e17730e3cc46bda47caaf3..157ddd6e0b37620f228c94ff988914f716936438 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')