summaryrefslogtreecommitdiffstats
path: root/debianpkg/frr.preinst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* debianpkg: Fix maintainer-script-should-not-use-recursive-chown-or-chmodMartin Winter2018-03-271-2/+4
| | | | | | | New lintian version causes warning for recursive chown and chmod. This change avoids the the recursive operation by splitting it into to commands Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* debianpkg: Fix lintian warning "command-with-path-in-maintainer-script"Martin Winter2017-12-051-1/+1
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* debian->debianpkg: Move debian files from debian dir to debianpkg dir.Martin Winter2017-11-181-0/+79
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>