diff options
author | Silas McCroskey <smccroskey@cumulusnetworks.com> | 2017-02-14 16:48:19 +0100 |
---|---|---|
committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-11-18 02:55:30 +0100 |
commit | 7fa9aa586cae1d1e6bb26e5c3794eb92f8199f8d (patch) | |
tree | 0c9940b6e7da135d19289b160170c48cfcb26227 /debian | |
parent | debian: move ubuntu 14.04 files into new backports system (diff) | |
download | frr-7fa9aa586cae1d1e6bb26e5c3794eb92f8199f8d.tar.xz frr-7fa9aa586cae1d1e6bb26e5c3794eb92f8199f8d.zip |
debian: move ubuntu 16.04 files into new backports system
Added 'debian/patches' to the exclude file, since the existing patches
interfere with the build and are unused by our build. No other
changes were necessary. Used '-0~ubuntu16.04+1' as the version
extention, to denote: no patches (-0), debian packaging files changed
for backport (+1).
Signed-off-by: Silas McCroskey <smccroskey@cumulusnetworks.com>
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/backports/ubuntu16.04/debian/source/format | 1 | ||||
-rw-r--r-- | debian/backports/ubuntu16.04/exclude | 1 | ||||
-rw-r--r-- | debian/backports/ubuntu16.04/versionext | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/debian/backports/ubuntu16.04/debian/source/format b/debian/backports/ubuntu16.04/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/debian/backports/ubuntu16.04/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/backports/ubuntu16.04/exclude b/debian/backports/ubuntu16.04/exclude new file mode 100644 index 000000000..6857a8d44 --- /dev/null +++ b/debian/backports/ubuntu16.04/exclude @@ -0,0 +1 @@ +debian/patches diff --git a/debian/backports/ubuntu16.04/versionext b/debian/backports/ubuntu16.04/versionext new file mode 100644 index 000000000..56339e836 --- /dev/null +++ b/debian/backports/ubuntu16.04/versionext @@ -0,0 +1 @@ +-0~ubuntu16.04+1 |