Put all changelog info in one place

This commit is contained in:
Bradlee Speice 2012-07-23 09:52:29 -04:00
parent ab5460aad0
commit 34a5d18700
4 changed files with 11 additions and 8 deletions

View File

@ -1,3 +1,5 @@
6/28/2012 Version 1.0:
Version 1.0 released. Includes libcvautomation and example programs,
cva-input and cva-match.
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

View File

@ -108,6 +108,9 @@ fi
# Checks for library functions.
AC_FUNC_MALLOC
AC_SUBST_FILE(rpm_changelog)
rpm_changelog=$srcdir/ChangeLog
AC_OUTPUT(
[Makefile]
[libcvautomation/Makefile]

5
debian/changelog vendored
View File

@ -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
View File

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

View File

@ -87,3 +87,5 @@ rm -rf $RPM_BUILD_ROOT
%files doc
/usr/share/libcvautomation/*
%changelog
@rpm_changelog@