[Pkg-php-commits] r1404 - pear/php-net-socket/trunk/debian

Thijs Kinkhorst thijs at alioth.debian.org
Sun May 9 16:57:52 UTC 2010


Author: thijs
Date: 2010-05-09 16:57:50 +0000 (Sun, 09 May 2010)
New Revision: 1404

Modified:
   pear/php-net-socket/trunk/debian/changelog
   pear/php-net-socket/trunk/debian/control
   pear/php-net-socket/trunk/debian/watch
Log:
Packaging cleanups: policy 3.8.4, change section to PHP, fix
watch file, Lintian issues.

Modified: pear/php-net-socket/trunk/debian/changelog
===================================================================
--- pear/php-net-socket/trunk/debian/changelog	2010-05-09 16:53:47 UTC (rev 1403)
+++ pear/php-net-socket/trunk/debian/changelog	2010-05-09 16:57:50 UTC (rev 1404)
@@ -1,3 +1,10 @@
+php-net-socket (1.0.9-3) UNRELEASED; urgency=low
+
+  * Packaging cleanups: policy 3.8.4, change section to PHP, fix
+    watch file, Lintian issues.
+
+ -- Thijs Kinkhorst <thijs at debian.org>  Sun, 09 May 2010 18:54:38 +0200
+
 php-net-socket (1.0.9-2) unstable; urgency=high
 
   * Add Build-Depends-Indep: php-pear, thanks James Westby

Modified: pear/php-net-socket/trunk/debian/control
===================================================================
--- pear/php-net-socket/trunk/debian/control	2010-05-09 16:53:47 UTC (rev 1403)
+++ pear/php-net-socket/trunk/debian/control	2010-05-09 16:57:50 UTC (rev 1404)
@@ -1,19 +1,18 @@
 Source: php-net-socket
-Section: web
+Section: php
 Priority: optional
 Maintainer: Debian PHP Maintainers <pkg-php-maint at lists.alioth.debian.org>
 Uploaders: Thijs Kinkhorst <thijs at debian.org>
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: php-pear
-Standards-Version: 3.8.0
+Standards-Version: 3.8.4
 Homepage: http://pear.php.net/package/Net_Socket
 Vcs-Svn: svn://svn.debian.org/pkg-php/pear/php-net-socket/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-php/pear/php-net-socket/trunk
 
 Package: php-net-socket
 Architecture: all
-Depends: php-pear
-Replaces: php4-pear (<< 4:4.4.0-0)
+Depends: php-pear, ${misc:Depends}
 Description: PHP PEAR Network Socket Interface module
  Net_Socket is a class interface to TCP sockets.  It provides
  blocking and non-blocking operation, with different reading

Modified: pear/php-net-socket/trunk/debian/watch
===================================================================
--- pear/php-net-socket/trunk/debian/watch	2010-05-09 16:53:47 UTC (rev 1403)
+++ pear/php-net-socket/trunk/debian/watch	2010-05-09 16:57:50 UTC (rev 1404)
@@ -1,2 +1,2 @@
 version=3
-http://pear.php.net/package/Net_Socket http://download.pear.php.net/package/Net_Socket-([\d.RC]+).tgz
+http://pear.php.net/package/Net_Socket/download http://download.pear.php.net/package/Net_Socket-([\d.]+)\.tgz




More information about the Pkg-php-commits mailing list