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
|
config.version
|
||||||
redhat/frr.spec
|
redhat/frr.spec
|
||||||
solaris/Makefile
|
solaris/Makefile
|
||||||
debianpkg/changelog
|
debianpkg/changelog-auto
|
||||||
alpine/APKBUILD
|
alpine/APKBUILD
|
||||||
snapcraft/snapcraft.yaml
|
snapcraft/snapcraft.yaml
|
||||||
lib/version.h
|
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.Debian \
|
||||||
debianpkg/README.Maintainer \
|
debianpkg/README.Maintainer \
|
||||||
debianpkg/changelog \
|
debianpkg/changelog \
|
||||||
|
debianpkg/changelog-auto \
|
||||||
debianpkg/compat \
|
debianpkg/compat \
|
||||||
debianpkg/control \
|
debianpkg/control \
|
||||||
debianpkg/copyright \
|
debianpkg/copyright \
|
||||||
|
|
Loading…
Reference in a new issue