]> git.puffer.fish Git - matthieu/frr.git/commit
debian: cleanly split off from dist tarball
authorDavid Lamparter <equinox@diac24.net>
Fri, 14 Dec 2018 15:08:25 +0000 (16:08 +0100)
committerDavid Lamparter <equinox@diac24.net>
Fri, 18 Jan 2019 14:36:40 +0000 (15:36 +0100)
commita0b03b6acb3e21051745da38f69e1fb76ffc6fef
tree1788c0d5d55c037b6ff068f1e8273d5ccdecf73a
parent585d1c29d2b5185197812936719907e36eda6180
debian: cleanly split off from dist tarball

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>
.gitignore
Makefile.am
changelog-auto.in [new file with mode: 0644]
configure.ac
debian/.gitignore [deleted file]
debian/changelog
debian/changelog-auto.in [deleted file]
debian/subdir.am [deleted file]
tools/tarsource.sh