[Pkg-php-commits] r1462 - pear/php-http-request/trunk/debian

Thomas Goirand zigo at alioth.debian.org
Sat Dec 4 08:16:19 UTC 2010


tags 605866 pending
thanks

Author: zigo
Date: 2010-12-04 08:16:16 +0000 (Sat, 04 Dec 2010)
New Revision: 1462

Modified:
   pear/php-http-request/trunk/debian/changelog
   pear/php-http-request/trunk/debian/control
Log:
* 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).

Modified: pear/php-http-request/trunk/debian/changelog
===================================================================
--- pear/php-http-request/trunk/debian/changelog	2010-12-04 08:03:43 UTC (rev 1461)
+++ pear/php-http-request/trunk/debian/changelog	2010-12-04 08:16:16 UTC (rev 1462)
@@ -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 at debian.org>  Sat, 04 Dec 2010 16:13:01 +0800
+
 php-http-request (1.4.4-2) unstable; urgency=low
 
   * Change section to php.

Modified: pear/php-http-request/trunk/debian/control
===================================================================
--- pear/php-http-request/trunk/debian/control	2010-12-04 08:03:43 UTC (rev 1461)
+++ pear/php-http-request/trunk/debian/control	2010-12-04 08:16:16 UTC (rev 1462)
@@ -2,7 +2,7 @@
 Section: php
 Priority: optional
 Maintainer: Debian PHP Maintainers <pkg-php-maint at lists.alioth.debian.org>
-Uploaders: Thijs Kinkhorst <thijs at debian.org>
+Uploaders: Thijs Kinkhorst <thijs at debian.org>, Thomas Goirand <zigo at 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.




More information about the Pkg-php-commits mailing list