]> git.proxmox.com 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>
Tue, 10 Oct 2017 14:52:44 +0000 (07:52 -0700)
commit8e18f48ee5f980abf03d8df6a827811af81d4f5e
tree804810918576e460c35459f6ed3eed0593b2d0e0
parent2c9b206708ffb6f2f28ada4debb95826b1c5c7e5
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]