]> git.puffer.fish Git - mirror/frr.git/commit
debian: structure for building backports from a single branch
authorSilas McCroskey <smccroskey@cumulusnetworks.com>
Tue, 14 Feb 2017 11:45:50 +0000 (18:45 +0700)
committerMartin Winter <mwinter@opensourcerouting.org>
Thu, 8 Jun 2017 22:09:05 +0000 (15:09 -0700)
commitbed7ce3d40884afef7ae1e3f86e9659e909e38a1
treeec82783c7378baff1413fbaf9b3d8bbde4998966
parente8863a75e61bbc1ff6c083107c608823771c503f
debian: structure for building backports from a single branch

Source a makefile (when it exists) in debian/rules to assemble
a source package via:

* a debian.tar.gz tarball built from combining the contents of debian/
  and debian/backports/$backport/debian/ using other details under
  debian/backports/$backport
* an orig.tar.gz file (not generated by this makefile). This can (and
  should) be the same for all backports.

Details in debian/backports/README

Signed-off-by: Silas McCroskey <smccroskey@cumulusnetworks.com>
debian/backports/.gitignore [new file with mode: 0644]
debian/backports/README [new file with mode: 0644]
debian/backports/rules [new file with mode: 0644]
debian/rules
debian/rules.orig [new file with mode: 0755]