Fix more lintian errors with symlinks

The ChangeLog and COPYING files being symlinked was not cool with lintian, so get around that a bit.
Release_1.3_Bugfix
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]
)

1
debian/changelog vendored
View File

@ -1 +0,0 @@
../ChangeLog

1
debian/changelog.in vendored Normal file
View File

@ -0,0 +1 @@
@deb_changelog@

1
debian/copyright vendored
View File

@ -1 +0,0 @@
../COPYING

1
debian/copyright.in vendored Normal file
View File

@ -0,0 +1 @@
@deb_copyright@