--- cl-lw-compat-0.23.orig/debian/dirs +++ cl-lw-compat-0.23/debian/dirs @@ -0,0 +1,2 @@ +/usr/share/common-lisp/systems/ +/usr/share/common-lisp/source/lw-compat --- cl-lw-compat-0.23.orig/debian/README.building +++ cl-lw-compat-0.23/debian/README.building @@ -0,0 +1,35 @@ +To rebuild this package: + + +darcs get http://darcs.debian.org/darcs/pkg-common-lisp/cl-lw-compat-upstream +darcs get http://darcs.debian.org/darcs/pkg-common-lisp/cl-lw-compat + +configure your darcs name: + +echo luser@example.com > ~/.darcs/author + +update from upstream: + +cd cl-lw-compat-upstream +darcs pull http://common-lisp.net/project/closer/repos/lw-compat/ +darcs tag UPSTREAM_cl-lw-compat_ + +cd ../cl-lw-compat +darcs pull ../cl-lw-compat-upstream + +do your edits, use darcs record to record them + +make a ~/.darcs-buildpackage file with: + +upstreamrepo = /home/pvaneynd/fakeroot/clean/darcs/%(package)s-upstream +debianrepo = /home/pvaneynd/fakeroot/clean/darcs/%(package)s + +then you can use + + darcs-buildpackage -us -uc + +to build the package. Use + +lintian --verbose --info --display-info --md5sums *.changes + +to check for errors --- cl-lw-compat-0.23.orig/debian/README.debian +++ cl-lw-compat-0.23/debian/README.debian @@ -0,0 +1,3 @@ +This package is build using darcs-buildpackage and the darcs archives can be +downloaded from http://cl-debian.alioth.debian.org/repository/pvaneynd/ + --- cl-lw-compat-0.23.orig/debian/control +++ cl-lw-compat-0.23/debian/control @@ -0,0 +1,18 @@ +Source: cl-lw-compat +Section: libs +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: dh-lisp +Maintainer: Debian Common Lisp Team +Uploaders: Peter Van Eynde +Standards-Version: 3.8.3 +Homepage: http://www.cliki.net/lw-compat +Vcs-Darcs: http://darcs.debian.org/darcs/pkg-common-lisp/cl-lw-compat + +Package: cl-lw-compat +Architecture: all +Depends: ${misc:Depends} +Conflicts: cl-aspectl (<= 0.6.5-1) +Description: LispWorks Compatibility Library + This library a portable implementation of a set of utility + functions provided by lwl. It is required by cl-closer-mop. --- cl-lw-compat-0.23.orig/debian/watch +++ cl-lw-compat-0.23/debian/watch @@ -0,0 +1,5 @@ +version=2 + +http://common-lisp.net/project/closer/ftp/lw-compat[-_]([0-9.]*)\.tar\.gz + + --- cl-lw-compat-0.23.orig/debian/rules +++ cl-lw-compat-0.23/debian/rules @@ -0,0 +1,45 @@ +#!/usr/bin/make -f +# MAde with the aid of dh_make, by Craig Small +# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. +# Some lines taken from debmake, by Cristoph Lameter. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp +build-stamp: + dh_testdir + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + dh_clean + +# Build architecture-dependent files here. +binary-arch: build +# We have nothing to do by default. + +# Build architecture-independent files here. +binary-indep: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + dh_installdocs + dh_install + dh_installchangelogs + dh_lisp + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- cl-lw-compat-0.23.orig/debian/install +++ cl-lw-compat-0.23/debian/install @@ -0,0 +1 @@ +*.lisp *.asd usr/share/common-lisp/source/lw-compat/ --- cl-lw-compat-0.23.orig/debian/copyright +++ cl-lw-compat-0.23/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by Peter Van Eynde pvaneynd@debian.org on +Thu, 04 Aug 2005 05:46:44 +0200 + +The upstream homepage is http://common-lisp.net/project/closer/ +with assorted darcs repositories. + +Copyright: + +Copyright (c) 2005 Pascal Costanza +with permission from http://www.lispworks.com + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the \"Software\"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + --- cl-lw-compat-0.23.orig/debian/changelog +++ cl-lw-compat-0.23/debian/changelog @@ -0,0 +1,35 @@ +cl-lw-compat (0.23-1) unstable; urgency=low + + * Now use debhelper v7 + * Added debian/README.building + * Now use dh-lisp + * New upstream + * Updated Standards-Version no real changes + + -- Peter Van Eynde Thu, 10 Sep 2009 13:34:05 +0100 + +cl-lw-compat (0.22-2) unstable; urgency=low + + * Changed to group maintanance + * Corrected Vcs-Darcs control field + * Updated Standard Version without real changes + * Added Homepage field + * swap binary-indep and binary-arch round + + -- Peter Van Eynde Fri, 14 Mar 2008 21:51:56 +0100 + +cl-lw-compat (0.22-1) unstable; urgency=low + + * New upstream release + * Updated standards version no real changes. + * debhelper to Build-Depends + + -- Peter Van Eynde Wed, 20 Sep 2006 21:23:40 +0200 + +cl-lw-compat (0.2-1) unstable; urgency=low + + * First upload. Closes: #321252 + * rvb: conflict with cl-aspectl + * Upstream added copyright notice to asd file after release. + + -- Peter Van Eynde Fri, 12 Aug 2005 09:39:38 +0200 --- cl-lw-compat-0.23.orig/debian/compat +++ cl-lw-compat-0.23/debian/compat @@ -0,0 +1 @@ +7