cl-xlunit 0.6.3-2 source package in Ubuntu

Changelog

cl-xlunit (0.6.3-2) unstable; urgency=low

  * Build with debhelper extension dh-lisp
  * control: Add Vcs-Browser field. Fix Depends field.

cl-xlunit (0.6.3-1) unstable; urgency=low

  * New upstream
  * debian/watch: New file
  * debian/control: Require debhelper 7. Change to new lisp section.
  Add Vcs-Git and Homepage fields.
  * debian/rules: Update for DH7, architecture-independent build
  * debian/{prerm,postrm}: Remove path from binary function

 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  05 Nov 2009 05:54:31 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Lucid
Original maintainer:
Kevin M. Rosenberg
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe devel
Xenial release universe devel
Trusty release universe devel
Precise release universe devel

Builds

Lucid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
cl-xlunit_0.6.3.orig.tar.gz 7.8 KiB 7711a5b7a8f328f579884d2bd06d9352ac13b30b0cc36977d44213f7576d582e
cl-xlunit_0.6.3-2.diff.gz 2.1 KiB a804ee4000e7ecfef80d9a48a81cf9a1cf29dc5bd52a9d4e6eac9fe80f4ae54b
cl-xlunit_0.6.3-2.dsc 1.1 KiB 4af026c1d0f927024b7426f96b7c85f99f1fdfd066daf5f8eaa0d9c1e407ed69

Available diffs

View changes file

Binary packages built by this source

cl-xlunit: Common Lisp eXtreme Lisp Unit Testing Package

 XLUnit provides a unit testing package for Common Lisp.
 It is based on the XPTest package by OnShore development, but is
 rewritten to be closer in usage to the JUnit package. Also, it is
 designed to be used with significantly less overhead on the
 part of the test author compared to XPTest.