+2001-08-18 05:28 amalec
+
+ * ChangeLog, doc/index.html: index.html changes
+
2001-08-18 05:24 amalec
* INSTALL, NEWS: NEWS and INSTALL changes
ck_lyxldir="$ck_lyxpath/../lib"
ck_lyxsdir="$ck_lyxpath/../share/lyx"
for ck_path in "$ck_lyxenvdir" "$ck_lyxldir" "$ck_lyxsdir" "$ck_lyxharddir"; do
- if test -n "$ck_path" -a -e "$ck_path/$ck_lyxchkconfig" ; then
+ if test \( -n "$ck_path" -a -r "$ck_path/$ck_lyxchkconfig" \) ; then
ck_lyxlibdir="$ck_path"
break
fi
done
-if grep "^\"linuxdoc" "$ck_lyxlibdir/textclass.lst" &> /dev/null; then
+if grep "^\"linuxdoc" "$ck_lyxlibdir/textclass.lst" > /dev/null 2>&1; then
AC_MSG_RESULT([yes])
[$1]
else
ck_lyxldir="$ck_lyxpath/../lib"
ck_lyxsdir="$ck_lyxpath/../share/lyx"
for ck_path in "$ck_lyxenvdir" "$ck_lyxldir" "$ck_lyxsdir" "$ck_lyxharddir"; do
- if test -n "$ck_path" -a -e "$ck_path/$ck_lyxchkconfig" ; then
+ if test \( -n "$ck_path" -a -r "$ck_path/$ck_lyxchkconfig" \) ; then
ck_lyxlibdir="$ck_path"
break
fi
done
-if grep "^\"linuxdoc" "$ck_lyxlibdir/textclass.lst" &> /dev/null; then
+if grep "^\"linuxdoc" "$ck_lyxlibdir/textclass.lst" > /dev/null 2>&1; then
AC_MSG_RESULT([yes])
[$1]
else
PACKAGE=check
-VERSION=0.7.2
+VERSION=0.7.3
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
ck_lyxldir="$ck_lyxpath/../lib"
ck_lyxsdir="$ck_lyxpath/../share/lyx"
for ck_path in "$ck_lyxenvdir" "$ck_lyxldir" "$ck_lyxsdir" "$ck_lyxharddir"; do
- if test -n "$ck_path" -a -e "$ck_path/$ck_lyxchkconfig" ; then
+ if test \( -n "$ck_path" -a -r "$ck_path/$ck_lyxchkconfig" \) ; then
ck_lyxlibdir="$ck_path"
break
fi
done
-if grep "^\"linuxdoc" "$ck_lyxlibdir/textclass.lst" &> /dev/null; then
+if grep "^\"linuxdoc" "$ck_lyxlibdir/textclass.lst" > /dev/null 2>&1; then
echo "$ac_t""yes" 1>&6
have_lyx="yes"
else
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/check.c)
-AM_INIT_AUTOMAKE(check,0.7.2)
+AM_INIT_AUTOMAKE(check,0.7.3)
AC_ARG_ENABLE(plain_docdir,
[ --enable-plain-docdir don't append version information to docdir],
[case "${enableval}" in
+check (0.7.3-1) unstable; urgency=low
+
+ * Bug fix to Autoconf macro for shell portability & to debian doc-base
+ file
+
+ -- Arien Malec <amalec@debian> Tue, 21 Aug 2001 17:44:24 +0000
+
check (0.7.2-1) unstable; urgency=low
* Initial Release.
Section: Apps/Programming
Format: lyx
-Files: /usr/share/doc/check/example.lyx.gz
+Files: /usr/share/doc/check/tutorial.lyx.gz
Format: linuxdoc-sgml
-Files: /usr/share/doc/check/example.sgml.gz
+Files: /usr/share/doc/check/tutorial.sgml.gz
Format: HTML
-Index: /usr/share/doc/check/example.html
-Files: /usr/share/doc/check/example*.html
+Index: /usr/share/doc/check/tutorial.html
+Files: /usr/share/doc/check/tutorial*.html
-check_0.7.2-1_i386.deb devel optional
+check_0.7.3-1_i386.deb devel optional
Summary: A unit test framework for C
Name: check
-Version: 0.7.2
+Version: 0.7.3
Release: 1
Epoch: 1
-Source: http://prdownloads.sourceforge.net/check/check-0.7.2.tar.gz
+Source: http://prdownloads.sourceforge.net/check/check-0.7.3.tar.gz
Group: Development/Tools
Copyright: GPL
URL: http://check.sourceforge.net
%doc %{_prefix}/share/doc/%{name}-%{version}/examples/Makefile.am.money
%changelog
+* Mon Aug 21 2001 Arien Malec <arien_malec@yahoo.com>
+- Updated for 0.7.3
* Mon Aug 6 2001 Arien Malec <arien_malec@yahoo.com>
- Updated for 0.7.2
- Moved money example files to example subdirectory, and removed some