File: package_description.patch

package info (click to toggle)
php-redis 2.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 604 kB
  • ctags: 530
  • sloc: ansic: 9,259; xml: 163; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 747 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Update long description for Debian
Author: Jonas Genannt <jonas.genannt@capi2name.de>
Bug: https://github.com/nicolasff/phpredis/issues/384

diff --git a/package.xml b/package.xml
index 11ba538..7ab6b38 100644
--- a/package.xml
+++ b/package.xml
@@ -3,7 +3,7 @@
  <name>redis</name>
  <channel>pecl.php.net</channel>
  <summary>PHP extension for interfacing with Redis</summary>
- <description>This extension provides an API for communicating with Redis servers.</description>
+ <description> This extension allows php applications to communicate with the Redis persistent key-value store. The php-redis module provides an easy object oriented interface.</description>
  <lead>
   <name>Nicolas Favre-Felix</name>
   <user>nff</user>