]> git.proxmox.com Git - mirror_frr.git/commitdiff
debianpkg: Add backport for Debian 8
authorMartin Winter <mwinter@opensourcerouting.org>
Fri, 9 Jun 2017 08:58:31 +0000 (01:58 -0700)
committerMartin Winter <mwinter@opensourcerouting.org>
Sat, 18 Nov 2017 01:55:31 +0000 (17:55 -0800)
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
debianpkg/Makefile.am
debianpkg/README.deb_build.md
debianpkg/backports/debian8/debian/source/format [new file with mode: 0644]
debianpkg/backports/debian8/exclude [new file with mode: 0644]
debianpkg/backports/debian8/versionext [new file with mode: 0644]
debianpkg/rules

index 6078b6a1f4fbbc96afb5ff017fba68a63debfedc..dd301aaf6eb02967f3a1d4abf2ea5f3e7fdf7d82 100644 (file)
@@ -4,6 +4,9 @@ EXTRA_DIST = README.Debian README.Maintainer \
        rules source/format tests/control \
        tests/daemons watchfrr.rc \
        backports/README backports/rules \
+        backports/debian8/debian/source/format \
+        backports/debian8/exclude \
+        backports/debian8/versionext \
        backports/ubuntu12.04/debian/control \
        backports/ubuntu12.04/debian/frr.install \
        backports/ubuntu12.04/debian/frr.postinst \
index 8ebd22217a97d3385a271275361d0767fe191432..617c2fb37af0451596bc8ce84c8dd703b038f40a 100644 (file)
@@ -51,7 +51,7 @@ Building your own FRRouting Debian Package
         tar xf ~/frr/frr_*.orig.tar.gz
         cd frr*
         . /etc/os-release
-        tar xf ~/frr/frr_*ubuntu*${VERSION_ID}*.debian.tar.xz
+        tar xf ~/frr/frr_*${ID}${VERSION_ID}*.debian.tar.xz
 
 7. Build Debian Package Dependencies and install them as needed
 
diff --git a/debianpkg/backports/debian8/debian/source/format b/debianpkg/backports/debian8/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debianpkg/backports/debian8/exclude b/debianpkg/backports/debian8/exclude
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/debianpkg/backports/debian8/versionext b/debianpkg/backports/debian8/versionext
new file mode 100644 (file)
index 0000000..cf418ff
--- /dev/null
@@ -0,0 +1 @@
+-0~debian8+1
index a152b9a17515fbab0de3e9053fe0c086703512d0..26005f4b5266836e52d1081a812bfe102ae07778 100755 (executable)
@@ -102,7 +102,7 @@ override_dh_systemd_enable:
 
 # backports
 SRCPKG = frr
-KNOWN_BACKPORTS = ubuntu12.04 ubuntu14.04 ubuntu16.04
+KNOWN_BACKPORTS = debian8 ubuntu12.04 ubuntu14.04 ubuntu16.04
 ORIG_VERSION := $(shell dh_testdir && grep -E < configure.ac '^AC_INIT\(.*\)' \
                | cut -d, -f2 | xargs echo)
 DEBIAN_VERSION := $(shell dh_testdir && \