mirror of
https://github.com/bspeice/libcvautomation
synced 2024-12-04 13:58:11 -05:00
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:
parent
f97d5e2782
commit
ba054c037c
@ -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
1
debian/changelog
vendored
@ -1 +0,0 @@
|
||||
../ChangeLog
|
1
debian/changelog.in
vendored
Normal file
1
debian/changelog.in
vendored
Normal file
@ -0,0 +1 @@
|
||||
@deb_changelog@
|
1
debian/copyright
vendored
1
debian/copyright
vendored
@ -1 +0,0 @@
|
||||
../COPYING
|
1
debian/copyright.in
vendored
Normal file
1
debian/copyright.in
vendored
Normal file
@ -0,0 +1 @@
|
||||
@deb_copyright@
|
Loading…
Reference in New Issue
Block a user