mirror of
https://github.com/bspeice/libcvautomation
synced 2025-04-21 00:41:29 -04:00
Put all changelog info in one place
This commit is contained in:
parent
ab5460aad0
commit
34a5d18700
@ -1,3 +1,5 @@
|
|||||||
6/28/2012 Version 1.0:
|
libcvautomation (1.3-0) unstable; urgency=low
|
||||||
Version 1.0 released. Includes libcvautomation and example programs,
|
|
||||||
cva-input and cva-match.
|
* Initial release of libcvautomation version 1.3-0
|
||||||
|
|
||||||
|
-- Bradlee Speice <bspeice@uncc.edu> Mon, 23 Jul 2012 09:06:46 -0400
|
||||||
|
@ -108,6 +108,9 @@ fi
|
|||||||
# Checks for library functions.
|
# Checks for library functions.
|
||||||
AC_FUNC_MALLOC
|
AC_FUNC_MALLOC
|
||||||
|
|
||||||
|
AC_SUBST_FILE(rpm_changelog)
|
||||||
|
rpm_changelog=$srcdir/ChangeLog
|
||||||
|
|
||||||
AC_OUTPUT(
|
AC_OUTPUT(
|
||||||
[Makefile]
|
[Makefile]
|
||||||
[libcvautomation/Makefile]
|
[libcvautomation/Makefile]
|
||||||
|
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,5 +0,0 @@
|
|||||||
libcvautomation (1.3-0) unstable; urgency=low
|
|
||||||
|
|
||||||
* Initial release of libcvautomation version 1.3-0
|
|
||||||
|
|
||||||
-- Bradlee Speice <bspeice@uncc.edu> Mon, 23 Jul 2012 09:06:46 -0400
|
|
1
debian/changelog
vendored
Symbolic link
1
debian/changelog
vendored
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../ChangeLog
|
@ -87,3 +87,5 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files doc
|
%files doc
|
||||||
/usr/share/libcvautomation/*
|
/usr/share/libcvautomation/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
@rpm_changelog@
|
||||||
|
Loading…
Reference in New Issue
Block a user