--- cl-xptest-1.2.4.orig/debian/README.Debian +++ cl-xptest-1.2.4/debian/README.Debian @@ -0,0 +1,6 @@ +To use this package in Debian, execute + +(require 'xptest) + +in your Lisp environment. + --- cl-xptest-1.2.4.orig/debian/changelog +++ cl-xptest-1.2.4/debian/changelog @@ -0,0 +1,96 @@ +cl-xptest (1.2.4-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * No-change rebuild to remove dependency on common-lisp-controller. + + -- Sébastien Villemot Wed, 18 Sep 2019 12:20:30 +0200 + +cl-xptest (1.2.4-3) unstable; urgency=low + + * debian/control: Fix spelling error + + -- Kevin M. Rosenberg Fri, 01 Jan 2010 11:39:31 -0700 + +cl-xptest (1.2.4-2) unstable; urgency=low + + * Build with debhelper extension dh-lisp + * control: Add Vcs-Browser field. Fix Depends field. + + -- Kevin M. Rosenberg Mon, 03 Aug 2009 20:36:52 -0600 + +cl-xptest (1.2.4-1) unstable; urgency=low + + * add watch file + + -- Kevin M. Rosenberg Sat, 01 Aug 2009 20:27:13 -0600 + +cl-xptest (1.2.3-3) 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 + + -- Kevin M. Rosenberg Sat, 01 Aug 2009 20:23:42 -0600 + +cl-xptest (1.2.3-2) unstable; urgency=low + + * debian/control: use build-depends, update standards-version + + -- Kevin M. Rosenberg Sun, 9 Sep 2007 20:42:11 -0600 + +cl-xptest (1.2.3-1) unstable; urgency=low + + * Improve .asd file + + -- Kevin M. Rosenberg Tue, 6 May 2003 10:22:54 -0600 + +cl-xptest (1.2.2-1) unstable; urgency=low + + * Remove some newlines from the output (closes: 190398) + + -- Kevin M. Rosenberg Wed, 23 Apr 2003 16:22:56 -0600 + +cl-xptest (1.2.1-1) unstable; urgency=low + + * Move all source to one file to make it easy to load a single + source-code file. + + -- Kevin M. Rosenberg Sat, 19 Apr 2003 10:14:41 -0600 + +cl-xptest (1.2-1) unstable; urgency=low + + * Convert to .asd system + * Increase standards-version to 3.5.9.0 + * Use debian/compat + + -- Kevin M. Rosenberg Fri, 18 Apr 2003 23:38:45 -0600 + +cl-xptest (1.1.1-1) unstable; urgency=low + + * Use format-control for openmcl (closes: 182112) + + -- Kevin M. Rosenberg Sat, 22 Feb 2003 22:51:37 -0700 + +cl-xptest (1.1-2) unstable; urgency=low + + * Remove 'load-compiled-op from .asd file + * Changes compared to upstream: + - Added .asd file for use with Common Lisp Controller + - Add package file compatible with AllegroCL case-sensitive mode + + -- Kevin M. Rosenberg Mon, 2 Dec 2002 11:46:38 -0700 + +cl-xptest (1.1-1) unstable; urgency=low + + * Move example package definition into example file + + -- Kevin M. Rosenberg Thu, 24 Oct 2002 10:38:55 -0600 + +cl-xptest (1.0-1) unstable; urgency=low + + * Initial release (closes: 165925) + + -- Kevin M. Rosenberg Tue, 22 Oct 2002 12:29:40 -0600 --- cl-xptest-1.2.4.orig/debian/compat +++ cl-xptest-1.2.4/debian/compat @@ -0,0 +1 @@ +7 --- cl-xptest-1.2.4.orig/debian/control +++ cl-xptest-1.2.4/debian/control @@ -0,0 +1,18 @@ +Source: cl-xptest +Section: lisp +Priority: optional +Maintainer: Kevin M. Rosenberg +Build-Depends-Indep: dh-lisp +Build-Depends: debhelper (>= 7.0.0) +Standards-Version: 3.8.3.0 +Vcs-Git: git://git.b9.com/xptest.git +Vcs-Browser: http://git.b9.com/?p=xptest.git + +Package: cl-xptest +Architecture: all +Depends: ${misc:Depends} +Description: Extreme programming test suite for Common Lisp package + xptest is the test suite written by onShore Development. + It is toolkit for building test suites, very much inspired by the test + frameworks that the Extreme Programming crew made available for + Smalltalk and other languages. --- cl-xptest-1.2.4.orig/debian/copyright +++ cl-xptest-1.2.4/debian/copyright @@ -0,0 +1,21 @@ +This package was debianized by Kevin M. Rosenberg +Oct 2002. + +It was downloaded from http://alpha.onshore-devel.com/lisp-software/ + +Upstream Authors: + xptest is maintained by Craig Brozefsky . Any bug + reports, comments, or patches can be sent to him. + Others who have contributed: + Lyn Headley + Stig Erik Sandoe + Kevin Rosenberg + + +Upstream Copyright Statement: + +This code has been put into the public domain by onShore Development +Inc, and it's primary author Craig Brozefsky. + +However, we would appreciate it if improvements and modifications were +contributed back to the project so that everyone can share in them. --- cl-xptest-1.2.4.orig/debian/docs +++ cl-xptest-1.2.4/debian/docs @@ -0,0 +1,2 @@ +README +debian/README.Debian --- cl-xptest-1.2.4.orig/debian/rules +++ cl-xptest-1.2.4/debian/rules @@ -0,0 +1,44 @@ +#!/usr/bin/make -f + +pkg := xptest +debpkg := cl-xptest + +clc-source := usr/share/common-lisp/source +clc-systems := usr/share/common-lisp/systems +clc-files := $(clc-source)/$(pkg) + + +build: + +clean: + dh_testdir + dh_testroot + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + dh_install $(pkg).asd xptestsuite.lisp $(clc-files) + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installexamples xptest-example.lisp + dh_installchangelogs + dh_lisp + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: + +binary: binary-indep + + +.PHONY: build clean binary-indep binary-arch binary install --- cl-xptest-1.2.4.orig/debian/watch +++ cl-xptest-1.2.4/debian/watch @@ -0,0 +1 @@ +# No upstream repository exists