Fix more lintian errors with symlinks

The ChangeLog and COPYING files being symlinked was not cool with lintian, so get around that a bit.
This commit is contained in:
Bradlee Speice
2012-07-23 11:32:25 -04:00
parent f97d5e2782
commit ba054c037c
5 changed files with 9 additions and 3 deletions

View File

@ -110,6 +110,10 @@ AC_FUNC_MALLOC
AC_SUBST_FILE(rpm_changelog)
rpm_changelog=$srcdir/ChangeLog
AC_SUBST_FILE(deb_changelog)
deb_changelog=$srcdir/ChangeLog
AC_SUBST_FILE(deb_copyright)
deb_copyright=$srcdir/COPYING
AC_OUTPUT(
[Makefile]
@ -117,6 +121,8 @@ AC_OUTPUT(
[examples/Makefile]
[docs/Makefile]
[libcvautomation.pc]
[rpm/libcvautomation.spec]
[include/libcvautomation/libcvautomation.h]
[rpm/libcvautomation.spec]
[debian/copyright]
[debian/changelog]
)