forked from Mirror/frr
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:
parent
98b429c40b
commit
93b389bb9e
|
@ -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
|
||||
|
|
2
debianpkg/.gitignore
vendored
2
debianpkg/.gitignore
vendored
|
@ -1 +1 @@
|
|||
changelog
|
||||
/changelog-auto
|
||||
|
|
1
debianpkg/changelog
Symbolic link
1
debianpkg/changelog
Symbolic link
|
@ -0,0 +1 @@
|
|||
changelog-auto
|
|
@ -6,6 +6,7 @@ EXTRA_DIST += \
|
|||
debianpkg/README.Debian \
|
||||
debianpkg/README.Maintainer \
|
||||
debianpkg/changelog \
|
||||
debianpkg/changelog-auto \
|
||||
debianpkg/compat \
|
||||
debianpkg/control \
|
||||
debianpkg/copyright \
|
||||
|
|
Loading…
Reference in a new issue