php-net-socket 1.0.14-1 source package in Ubuntu

Changelog

php-net-socket (1.0.14-1) unstable; urgency=low


  * New upstream release
  * Now using PKG-PHP-PEAR team as maintainer (Closes: #656985)
  * Switch to pkg-php-tools and dh-sequencer
  * Add myself as uploader
  * Switch to 3.0 (quilt) source format
  * Switch VCS to git
  * Drop Replaces on php4-pear, it was removed from the archive
  * Add Depends on misc-depends
  * Add debian/gbp.conf file
  * Update debian/watch file, thanks to Bart Martens
  * Switch debian/copyright to format 1.0
  * Change section to php
  * Bump debhelper compat to 9
  * Bump Standards-Version to 3.9.4

 -- Prach Pongpanich <email address hidden>  Mon, 20 May 2013 16:32:49 +0700

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
php
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe web

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
php-net-socket_1.0.14-1.dsc 2.0 KiB cf8353d7a1542688485738a689f27110ef3d10d47263b10bdb859e2437cf4a84
php-net-socket_1.0.14.orig.tar.gz 5.6 KiB 1e5d58b4a5dc75cccbbe01e0083bbecf58242961b8f87acd0664c3987918b0b5
php-net-socket_1.0.14-1.debian.tar.gz 3.7 KiB 2d50e9d37ac9b54e865dc33afae00cf12ff7fbcb587bbeb0ac51681ac535e191

Available diffs

No changes file available.

Binary packages built by this source

php-net-socket: 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
 and writing modes (byte-wise, block-wise, line-wise and special
 formats like network byte-order ip addresses).