summaryrefslogtreecommitdiff
path: root/debian/changelog
AgeCommit message (Collapse)Author
2019-01-18debian: cleanly split off from dist tarballDavid Lamparter
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>
2019-01-18debian: make package "official"David Lamparter
Move us into place in debian/ Signed-off-by: David Lamparter <equinox@diac24.net>
2017-11-17debian->debianpkg: Move debian files from debian dir to debianpkg dir.Martin Winter
Debian build systems use debian subdir for building and having a debian dir in the source package causes issues. Moving it to debianpkg avoids the issue and allows us to ship debian package files in the source distribution Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
2017-04-05*: Switchover to 3.1-devDonald Sharp
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
2017-02-02Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp
2017-01-29debian: Update version to 2.1Donald Sharp
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
2017-01-21debian: Fix changelog so sbuild will workDonald Sharp
Fix the changelog so a sbuild issued for the creation of a .deb works. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
2017-01-04debian: Convert Quagga -> FrrDonald Sharp
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
2016-11-11Cumulus: Fixup changelog and version string.Donald Sharp
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
2016-09-09debian: Update release informationDonald Sharp
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
2016-08-04Fix changelog to add maintainer info, build fails without itJohn Berezovik
2016-08-02quagga: Set version strings appropriatelyDonald Sharp
Set the version strings to be correct for the upcoming 3.1 release of Quagga. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
2016-05-10debian: Fix changelogDonald Sharp
Fixup Changelog Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
2016-05-06debian: Update changelogDonald Sharp
Fix the changelog to show what we are releasing Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
2016-05-02debian: Debian fixupsDonald Sharp
This commit does two things: 1) Fixes package name to have ...+cl3u1 2) Allows the build to determine if we are building a debian package on a init.d or systemd style system and to do the right thing. 3) Fixed quagga service file naming Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> Reviewed-by: Dave Olson <olson@cumulusnetworks.com> Reviewed-by: Don Slice <dslice@cumulusnetworks.com> Reviewed-by: Daniel Walton <dwalton@cumulusnetworks.com>
2015-11-04debian: Modify Quagga cumulus version in debian packagingDonald Sharp
Modify the debian packaging to 3.0 for cmaster branch Ticket: CM-8106 Reviewed by: CCR-3755 Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
2015-05-19Debian Packaging FilesDonald Sharp
This is the collection of Debian packaging files used to compile our code