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

RC bugfix: #605866 Please unblock php-http-request 1.4.4-3



Hi there,

I've finally managed to get SVN working as expected, thanks to pabs on
IRC. The fix (Pre-Depends:, as discussed) is commited and the fixed
package is uploaded to SID. Please unblock. Interdiff attached.

Thomas Goirand (zigo)
diff -u php-http-request-1.4.4/debian/control php-http-request-1.4.4/debian/control
--- php-http-request-1.4.4/debian/control
+++ php-http-request-1.4.4/debian/control
@@ -2,7 +2,7 @@
 Section: php
 Priority: optional
 Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
-Uploaders: Thijs Kinkhorst <thijs@debian.org>
+Uploaders: Thijs Kinkhorst <thijs@debian.org>, Thomas Goirand <zigo@debian.org>
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: php-pear
 Standards-Version: 3.8.4
@@ -12,7 +12,8 @@
 
 Package: php-http-request
 Architecture: all
-Depends: php-pear, php-net-url, php-net-socket, ${misc:Depends}
+Depends: php-net-url, php-net-socket, ${misc:Depends}
+Pre-Depends: php-pear (>= 5.3)
 Description: provides an easy way to perform HTTP requests
  Supports GET/POST/HEAD/TRACE/PUT/DELETE, Basic authentication,
  Proxy, Proxy Authentication, SSL, file uploads etc.
diff -u php-http-request-1.4.4/debian/changelog php-http-request-1.4.4/debian/changelog
--- php-http-request-1.4.4/debian/changelog
+++ php-http-request-1.4.4/debian/changelog
@@ -1,3 +1,11 @@
+php-http-request (1.4.4-3) unstable; urgency=low
+
+  * Added myself as uploader.
+  * Sets a Pre-Depends: php-pear (>= 5.3) and removes Depends: php-pear
+    to allow upgrades from Squeeze, as discussed with RT (Closes: #605866).
+
+ -- Thomas Goirand <zigo@debian.org>  Sat, 04 Dec 2010 16:13:01 +0800
+
 php-http-request (1.4.4-2) unstable; urgency=low
 
   * Change section to php.

Reply to: