uriparser 0.7.5-1 source package in Ubuntu

Changelog

uriparser (0.7.5-1) unstable; urgency=low

  * New upstream release.
  * New maintainer. (Closes: #544633)
  * Use more minimalistic approach to rules using debhelper 7.
  * Add --disable-test to configure because cpptest-1.1.0 isn't packaged yet.
  * Add --disable-doc to configure to prevent generation of api docs.
  * Switch to dpkg-source 3.0 (quilt) format
  * Update *.install files to more inclusive of files to install.
  * Re-enable watch file, as it seems to work just fine with uscan.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  24 May 2010 18:18:43 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Maverick
Original maintainer:
Taylor "Ripps" LeMasurier-Wren
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe libs

Downloads

File Size SHA-256 Checksum
uriparser_0.7.5.orig.tar.gz 519.8 KiB fe41585df67cf125fbf3c84a08293f535f072a4ef0609dbb05313bcee56d238f
uriparser_0.7.5-1.debian.tar.gz 4.0 KiB f368855846909cf55a26d0944afb60f92cff8ff0eebe8027d5ff3ec7c39cbf66
uriparser_0.7.5-1.dsc 1.1 KiB f4f65626ea7a126da2c4803dbf3e38dbbf19f21ec08d9a72f4821d40186d1000

Available diffs

View changes file

Binary packages built by this source

liburiparser-dev: No summary available for liburiparser-dev in ubuntu saucy.

No description available for liburiparser-dev in ubuntu saucy.

liburiparser1: URI parsing library compliant with RFC 3986

 uriparser is a library that parses Uniform Resource Identifiers (URIs),
 strictly adhering to RFC 3986 where syntax for URIs is defined. URIs
 are used to identify and locate resources, like http://www.debian.org or
 ISBN:0-395-36341-1.
 .
 uriparser has the following features:
 .
  * strictly compliant to RFC 3986, implementing:
    + parsing
    + reference resolution
    + reference creation
    + recomposition
    + syntax-based normalization
  * fast (linear input length time complexity)
  * unicode support