]> git.puffer.fish Git - mirror/frr.git/commit
backports: error out on upstream/downstream version mismatch
authorsmccroskey <smccroskey@cumulusnetworks.com>
Thu, 27 Apr 2017 21:27:09 +0000 (14:27 -0700)
committerMartin Winter <mwinter@opensourcerouting.org>
Sat, 18 Nov 2017 01:55:30 +0000 (17:55 -0800)
commit47607bcaa0feb17d65ef931f8dd61c4ad0110fa3
treed3b29729d5e52ed02feac881986039f8b75c36a6
parent0f4ac62149e686f3409479c4ef6fd65af37bd5e4
backports: error out on upstream/downstream version mismatch

The quilt source format expects the upstream tarball's version to
correspond roughly to the debian version of the package, and errors
will be thrown (at unpack time, in our case) if it doesn't.  Do a
sanity check when we're building the source package to make sure they
match up.

Signed-off-by: Silas McCroskey <smccroskey@cumulusnetworks.com>
debian/backports/rules