From 34de58723fd367e50e9261089cffa86f1ac3750d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 24 Feb 2004 07:48:02 +0000 Subject: [PATCH] Fix Debian package to announce >= 2.0.13 --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e3f7cab..c4e4c32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (2.0.13-2) unstable; urgency=low + + * API version 2.0.13. + + -- Adam Dickmeiss Tue, 24 Feb 2004 08:46:37 +0100 + yaz (2.0.13-1) unstable; urgency=low * Upstream. diff --git a/debian/rules b/debian/rules index 0b6631c..fad4360 100755 --- a/debian/rules +++ b/debian/rules @@ -104,7 +104,7 @@ binary-arch: build install dh_fixperms # dh_perl # dh_python - dh_makeshlibs -V 'libyaz (>= 2.0.9)' + dh_makeshlibs -V 'libyaz (>= 2.0.13)' dh_installdeb dh_shlibdeps -l debian/libyaz/usr/lib dh_gencontrol -- 1.7.10.4