[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#879203: marked as done (ITP: redisearch -- search engine on top of Redis)



Your message dated Wed, 25 Oct 2017 21:00:14 +0000
with message-id <E1e7Smc-0004Mw-D4@fasolo.debian.org>
and subject line Bug#879203: fixed in redisearch 0.21.3-3
has caused the Debian Bug report #879203,
regarding ITP: redisearch -- search engine on top of Redis
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
879203: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879203
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist

* Package name    : redisearch
  Version         : 0.21.3
  Upstream Author : Redis Labs
* URL             : http://redisearch.io/
* License         : AGPL
  Programming Lang: C
  Description     : search engine on top of Redis

 Unlike other redis search libraries, it does not use internal data
 structures
 like sorted sets.
 .
 Inverted indexes are stored as a special compressed data type that
 allows for
 fast indexing and search speed, and low memory footprint.
 .
 This also enables more advanced features, like exact phrase matching and
 numeric filtering for text queries, that are not possible or efficient
 with
 traditional redis search approaches.


suggested binary package name: redis-redisearch
suggested module location: /usr/lib/redis/redisearch.so

Note that tests require Python's rmtest library which is not yet
packaged in Debian

I'm attaching debian/control and debian/rules file I used to test this
module.
Source: redisearch
Section: database
Priority: optional
Maintainer: Your Name <foo@bar.baz>
Build-Depends: debhelper (>= 10)
Standards-Version: 4.1.0
Homepage: http://redisearch.io/

Package: redis-redisearch
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, redis-server (>= 4:4.0)
Description: search engine on top of Redis
 Unlike other redis search libraries, it does not use internal data structures
 like sorted sets.
 .
 Inverted indexes are stored as a special compressed data type that allows for
 fast indexing and search speed, and low memory footprint.
 .
 This also enables more advanced features, like exact phrase matching and
 numeric filtering for text queries, that are not possible or efficient with
 traditional redis search approaches.
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_clean:
	dh_auto_clean
	find $(CURDIR) -name '*.pyc' -delete
	find $(CURDIR)/src/tests/ -type f -executable -delete

override_dh_auto_test:
	# disabled due to missing rmtest (and ramp-packer?) Python modules in Debian

override_dh_auto_install:
	dh_install src/redisearch.so /usr/lib/redis/

--- End Message ---
--- Begin Message ---
Source: redisearch
Source-Version: 0.21.3-3

We believe that the bug you reported is fixed in the latest version of
redisearch, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 879203@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lamb <lamby@debian.org> (supplier of updated redisearch package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 25 Oct 2017 10:05:45 -0400
Source: redisearch
Binary: redis-redisearch redis-redisearch-doc
Architecture: source all amd64
Version: 0.21.3-3
Distribution: unstable
Urgency: medium
Maintainer: Chris Lamb <lamby@debian.org>
Changed-By: Chris Lamb <lamby@debian.org>
Description:
 redis-redisearch - Full-text and secondary search index engine module for Redis
 redis-redisearch-doc - Full-text and secondary search index engine module for Redis (doc
Closes: 879203
Changes:
 redisearch (0.21.3-3) unstable; urgency=medium
 .
   * Update debian/copyright.
 .
 redisearch (0.21.3-2) unstable; urgency=medium
 .
   * Specify Section: doc for redis-redisearch-doc.
   * Enable bindnow hardening.
   * Use build flags from outside environment.
 .
 redisearch (0.21.3-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #879203)
Checksums-Sha1:
 28a9088879e7ea7a3d2ee9efaea6a9eee047c32f 1964 redisearch_0.21.3-3.dsc
 1966ed63e6c25a4e6f9f79b40ae890714d14de83 760642 redisearch_0.21.3.orig.tar.gz
 ff7f450b91b1975baaf159a3f5bfbdde41e8f63a 9668 redisearch_0.21.3-3.debian.tar.xz
 1263803431462b0d6e775d9fe46bbef5ba4b1f69 96184 redis-redisearch-doc_0.21.3-3_all.deb
 9f8720cf57db36394a277370d8819e0f9a3c0a44 179548 redis-redisearch_0.21.3-3_amd64.deb
 b4bf1a0fbd75c3077d7c0fe124577b1ad5cf420c 5561 redisearch_0.21.3-3_amd64.buildinfo
Checksums-Sha256:
 e6dfe74a54afb18b6f1b3eda1b806eec7fb98cfb054450be57d89406c369e2c9 1964 redisearch_0.21.3-3.dsc
 e339d65720190d193001838bb90704d8194d4243543e68774eb46632dc4aea3d 760642 redisearch_0.21.3.orig.tar.gz
 cd245616bb7063f29c87871b279d3816884eb6d0489be8c44cdaa30ce5367c26 9668 redisearch_0.21.3-3.debian.tar.xz
 f19ac448db1c86a9480108fe2a0620f3f1184a487005b4d1e873af67bef69899 96184 redis-redisearch-doc_0.21.3-3_all.deb
 700ae29a643afea8b29f20d8d3d6c7ce44365557be6b796315ae2015155897a1 179548 redis-redisearch_0.21.3-3_amd64.deb
 52c29c9bae5b1df973bad27b9e9b09814d416edd1728ff8b7f635c59e22c624c 5561 redisearch_0.21.3-3_amd64.buildinfo
Files:
 b5e816fa1f028d6ffab45cdad3fedc8e 1964 python optional redisearch_0.21.3-3.dsc
 cd0b7545644893b4be7a776e22d0abb8 760642 python optional redisearch_0.21.3.orig.tar.gz
 285e197dc7d6ec46dfb59ef41c7b4b96 9668 python optional redisearch_0.21.3-3.debian.tar.xz
 9cf7be276ac65022f6945a6fc627ad2c 96184 doc optional redis-redisearch-doc_0.21.3-3_all.deb
 1f046a99effbd434164808f285672358 179548 python optional redis-redisearch_0.21.3-3_amd64.deb
 f23bab3fa779ea0e8f68e0d03fdb55b3 5561 python optional redisearch_0.21.3-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAlnwqvMACgkQHpU+J9Qx
Hlg/CxAAhA6RfuHbIe614XI6DSFt5qfiQSh/uov1CBIumQ5FkDuzP/pzn7FlZuMy
Njw2bmET5US19SCvL4e8/XTyR097Yidh2F3+l8/0i3c/W5NjPiEYkTFYtDEDoxOo
D2Ji/rvKFKMdnfjG10ckTYYWhGLp7kwrkmQ4Dq5LHriH55SJVD4KDMuAAfvh4ua4
YbD3GLvxSEszzLBlAF2X7+LdfI5y4L494ejljsw3YYlta3ss+obAEs4mJbMNAjXg
2v4b0XK55hwyDE+i+KPQIY9vHYrus1KGKPeeB5WYDYkINwEIgJCswiiF2OO7I0dR
KifcRqtaAPKaSHHF1aJglpSvRD2tvGt4FhDa1omQ8KGv+WpvfkvneW/bnwNUuJuR
c0cbfs+Tmf8/lioXWmu2DDkzf3su4U8WM2NDHV3+7OdAc5I/c/HR84Rk3MGbZPIc
GXH0JpggK0zKQNNCH3hJyQf46wMMLNYGAv503leBfdMkm7XTTn8HiiCyRunWhv4e
XS5V7ugwu3Z5UiP+P6ZKOx9xkQdAvn8LPoXZN4/FL9dUMhip5Qdd8bAOqQ/krgyW
T0tIJZbFLx/xiOQykxDq03/OlgoeEuYG+g6PNmWmosGeP2wT/C5PNjXyEl1yJTfs
yuxPGjmf8JYxMyor5ztGn/yHGBDYS5Iyj95tEzzMC2Wd/XWWGuE=
=y7ni
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: