From: Adam Dickmeiss Date: Thu, 18 Aug 2011 19:37:44 +0000 (+0000) Subject: Version 1.14 X-Git-Tag: v1.14 X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=commitdiff_plain;h=refs%2Ftags%2Fv1.14 Version 1.14 --- diff --git a/Changes b/Changes index 12075df..306ebd2 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for Perl extension Net::Z3950::SimpleServer -1.14 [IN PROGRESS] +1.14 Thu Aug 18 08:47:13 UTC 2011 + - Support for facets in search handler - Corrections to manual, kindly supplied by Ben Webb - Resolve contradictory licence terms: SimpleServer is now diff --git a/IDMETA b/IDMETA index 7ced9d8..9ab2d41 100644 --- a/IDMETA +++ b/IDMETA @@ -1,5 +1,5 @@ NAME=libnet-z3950-simpleserver-perl -VERSION=1.13 +VERSION=1.14 OMIT_FROM_DIST="archive" DEBIAN_DIST="wheezy squeeze lenny" UBUNTU_DIST="natty maverick lucid karmic" diff --git a/SimpleServer.pm b/SimpleServer.pm index e5c90b1..bf48e42 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -36,7 +36,7 @@ require AutoLoader; @ISA = qw(Exporter AutoLoader DynaLoader); @EXPORT = qw( ); -$VERSION = '1.13'; +$VERSION = '1.14'; bootstrap Net::Z3950::SimpleServer $VERSION; diff --git a/debian/changelog b/debian/changelog index 6962ea1..d27fb36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libnet-z3950-simpleserver-perl (1.14-1) testing; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 18 Aug 2011 19:28:54 +0000 + libnet-z3950-simpleserver-perl (1.13-1) testing; urgency=low * Upstream. Actually, the only change is to the test script, but that diff --git a/debian/rules b/debian/rules index d5265ab..4197e89 100755 --- a/debian/rules +++ b/debian/rules @@ -54,7 +54,7 @@ install-stamp: dh_clean -k # Add commands to install the package into debian/$PACKAGE_NAME here - $(MAKE) test + $(MAKE) $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr # As this is a architecture dependent package, we are not