debian: move changelog out of the way

The official Debian package will have a manually maintained changelog in
place of the symlink.

Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
David Lamparter 2018-12-07 22:33:57 +01:00
parent 98b429c40b
commit 93b389bb9e
5 changed files with 4 additions and 2 deletions

View file

@ -2198,7 +2198,7 @@ AC_CONFIG_FILES([
config.version
redhat/frr.spec
solaris/Makefile
debianpkg/changelog
debianpkg/changelog-auto
alpine/APKBUILD
snapcraft/snapcraft.yaml
lib/version.h

View file

@ -1 +1 @@
changelog
/changelog-auto

1
debianpkg/changelog Symbolic link
View file

@ -0,0 +1 @@
changelog-auto

View file

@ -6,6 +6,7 @@ EXTRA_DIST += \
debianpkg/README.Debian \
debianpkg/README.Maintainer \
debianpkg/changelog \
debianpkg/changelog-auto \
debianpkg/compat \
debianpkg/control \
debianpkg/copyright \