From: Adam Dickmeiss Date: Tue, 20 Nov 2001 09:25:45 +0000 (+0000) Subject: Debian build script part of make dist. X-Git-Tag: YAZ.1.8.4~19 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=d7c297ae11eae74257636c143bb7e02041c00f59 Debian build script part of make dist. --- diff --git a/CHANGELOG b/CHANGELOG index 4af0339..7a21f11 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ Possible compatibility problems with earlier versions marked with '*'. --- 1.8.4 2001/XX/XX +ZOOM: new option "resultSetName". + --- 1.8.3 2001/11/19 YAZ client enables named result sets only if target supports it. diff --git a/Makefile.am b/Makefile.am index f14cf4b..0ab6318 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.11 2001-10-23 21:00:19 adam Exp $ +## $Id: Makefile.am,v 1.12 2001-11-20 09:25:45 adam Exp $ AUTOMAKE_OPTIONS = foreign @@ -18,6 +18,8 @@ dist-hook: cd doc; make mkdir $(distdir)/win -cp $(srcdir)/win/* $(distdir)/win + mkdir $(distdir)/debian + -cp $(srcdir)/debian/* $(distdir)/debian rpm: $(PACKAGE)-$(VERSION).tar.gz cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES diff --git a/debian/changelog b/debian/changelog index b2400ac..9a88dcc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (1.8.4-1) unstable; urgency=low + + * new YAZ version. + + -- Adam Dickmeiss Tue, 20 Nov 2001 10:17:58 +0200 + yaz (1.7-CVS20010925) unstable; urgency=low * control generated from control.templ before dh_testdir is run