[pkg-horde] [SCM] Debian Horde Packages repository: ansel1 package branch, debian-sid, updated. debian/1.0+debian0-1-15-g21b9162
Mathieu Parent
math.parent at gmail.com
Sun Dec 20 13:03:23 UTC 2009
The following commit has been merged in the debian-sid branch:
commit 21b9162bcc95e115767b25934fbd7df78e84376c
Author: Mathieu Parent <math.parent at gmail.com>
Date: Sun Dec 20 14:03:04 2009 +0100
Drop use of gd as it doesn't support rotation and more (see #321237)
diff --git a/debian/README.Debian b/debian/README.Debian
index 56f2c22..9c12244 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -17,6 +17,9 @@ Minimal configuration for Horde:
At least, ''Database'' and ''Virtual File Storage'' tabs should be configured.
+Also note that until http://bugs.debian.org/321237 is not fixed, you should set:
+$conf['image']['convert'] = '/usr/bin/convert';
+
.....................................................................
Creating the database tables:
diff --git a/debian/changelog b/debian/changelog
index 8cdd277..ec9186f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ansel1 (1.1+debian0-2) UNRELEASED; urgency=low
+
+ * Drop use of gd as it doesn't support rotation and more (see #321237)
+
+ -- Mathieu Parent <sathieu at debian.org> Sun, 20 Dec 2009 14:00:00 +0100
+
ansel1 (1.1+debian0-1) unstable; urgency=low
* Initial release (Closes: #527286)
diff --git a/debian/control b/debian/control
index 7c4544d..9353a09 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Homepage: http://horde.org/ansel/
Package: ansel1
Architecture: all
Depends: ${misc:Depends}, horde3 (>=3.2.2),
- php5-gd | imagemagick | php5-imagick,
+ php5-imagick | imagemagick,
php-mdb2, php-mdb2-driver-mysql | php-mdb2-driver-pgsql | php-mdb2-driver-sqlite,
libjs-cropper
Recommends: mysql-server | postgresql | sqlite | sqlite3,
--
Debian Horde Packages repository: ansel1 package
More information about the pkg-horde-hackers
mailing list