1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
node-redis (0.12.1-2) unstable; urgency=medium
* Do not try to stop redis-server service (Closes: #765816)
-- Leo Iannacone <l3on@ubuntu.com> Sun, 26 Oct 2014 21:26:28 +0100
node-redis (0.12.1-1) unstable; urgency=medium
* Imported Upstream version 0.12.1
* Bump Standards-Version 3.9.6
* Move to pkg-javascript
* debian/control:
- fix Upstream-Name
- add Upstream-Contact
* debian/patches:
- 0001-launch_redis-server_during_test.patch:
+ launch redis-server with unixsocket options, needed for tests
+ add console.log on redis-server stdout for debug
- refresh other patches
* debian/rules: stop default instance of redis-server before
run tests
* Add autopkgtest suite
-- Leo Iannacone <l3on@ubuntu.com> Sun, 12 Oct 2014 15:26:40 +0200
node-redis (0.10.3-1) unstable; urgency=medium
* New upstream release.
* debian/control:
+ Build-depend on nodejs, needed only as hint to resolve
distro-wide source<->binary relationships
+ Build-depend on redis-server, needed for tests
* debian/patches:
+ 0001-launch_redis-server_during_test.patch - bundle redis-server
instance during tests, stop when tests finish
+ 0002-test_fix_colors_during_build.patch - disable colors
during tests if NODE_DISABLE_COLORS environment variable is set
* debian/rules: enable tests
-- Leo Iannacone <l3on@ubuntu.com> Thu, 19 Jun 2014 18:29:27 +0200
node-redis (0.10.1-1) unstable; urgency=low
* Initial release (Closes: #742960)
-- Leo Iannacone <l3on@ubuntu.com> Wed, 16 Apr 2014 15:39:54 +0200
|