httpunit 1.7+dfsg-6 source package in Ubuntu

Changelog

httpunit (1.7+dfsg-6) unstable; urgency=low

  * Update maven metadata about jtidy dependency. (Closes: #643749).
  * Fix minor lintian warnings about control file.
  * Make copyright file DEP-5 compliant.
  * Drop almost all versioned dependencies since they are satisfied in squeeze.

httpunit (1.7+dfsg-5.1) unstable; urgency=low

  * Non-maintainer upload.
  * debian/control:
     - add version contraint on maven-repo-helper (>= 1.6)
     - Bumped Standards-Version to 3.9.2. No changes neeeded.
  * debian/rules: simplify installation by using dh --with jh_maven_repo_helper
  * debian/libhttpunit.poms: add parameters for jh_maven_repo_helper

httpunit (1.7+dfsg-5) unstable; urgency=low

  * Team upload

  [ Ludovic Claude ]
  * debian/control: add version contraint on maven-repo-helper
  * debian/rules: simplify installation by using mh_install
  * debian/libhttpunit.poms: add parameters for mh_install

  [ Torsten Werner ]
  * Change Section: java for source package.
  * Remove Java runtime from Depends.
  * Update Standards-Version: 3.9.1.
  * Set JAVA_HOME in debian/rules.
  * Switch to libservlet2.5-java.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 10:58:42 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
httpunit_1.7+dfsg.orig.tar.gz 463.5 KiB 2aa54040da97fcda6c8663ef6b27b5b571c474c2912a204fd90e31114fb1d059
httpunit_1.7+dfsg-6.debian.tar.gz 7.2 KiB a932ef19160c66e10b381ba3360d26091b4ec0ad0f070cb6e448bc57d5411cda
httpunit_1.7+dfsg-6.dsc 1.5 KiB f05b95c020ce0a5e48ef4a792cd87b4eca226f5ccdc100933c3e42dcd51caad4

Available diffs

View changes file

Binary packages built by this source

libhttpunit-java: automated web site testing toolkit

 HttpUnit emulates the relevant portions of browser behavior, including form
 submission, JavaScript, basic http authentication, cookies and automatic page
 redirection, and allows Java test code to examine returned pages either as
 text, an XML DOM, or containers of forms, tables, and links.

libhttpunit-java-doc: documentation for libhttpunit-java

 Documentation for HttpUnit which is an automated web site testing toolkit.
 .
 HttpUnit emulates the relevant portions of browser behavior, including form
 submission, JavaScript, basic http authentication, cookies and automatic page
 redirection, and allows Java test code to examine returned pages either as
 text, an XML DOM, or containers of forms, tables, and links.
 .
 This package includes a small manual, the javadoc API, a tutorial and examples.