summaryrefslogtreecommitdiffstats
path: root/changelog-auto.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* debian: cleanly split off from dist tarballDavid Lamparter2019-02-191-0/+1420
The debian/ directory is distributed separately for tarballs in 3.0 (quilt) format. Including it in the dist tarball causes problems with automake when the separately distributed debian directory is unpacked on top of the dist tarball; the clean and correct thing to do here is to not include the debian/ directory in dist tarballs. Users have two choices for building FRR Debian packages: - build straight off git - build from a "frr.tar" + "frr-debian.tar" The tarsource.sh tool does the right thing when invoked with the -D ("Debian") option. Signed-off-by: David Lamparter <equinox@diac24.net>