diff -Nru cl-lw-compat-0.22/debian/changelog cl-lw-compat-0.23/debian/changelog --- cl-lw-compat-0.22/debian/changelog 2009-11-05 06:36:41.000000000 +0000 +++ cl-lw-compat-0.23/debian/changelog 2009-11-05 06:36:41.000000000 +0000 @@ -1,3 +1,13 @@ +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 diff -Nru /tmp/CPESe2LL5Z/cl-lw-compat-0.22/debian/compat /tmp/UNI6JdMllj/cl-lw-compat-0.23/debian/compat --- cl-lw-compat-0.22/debian/compat 2009-11-05 06:36:41.000000000 +0000 +++ cl-lw-compat-0.23/debian/compat 2009-11-05 06:36:41.000000000 +0000 @@ -1 +1 @@ -4 +7 diff -Nru /tmp/CPESe2LL5Z/cl-lw-compat-0.22/debian/control /tmp/UNI6JdMllj/cl-lw-compat-0.23/debian/control --- cl-lw-compat-0.22/debian/control 2009-11-05 06:36:41.000000000 +0000 +++ cl-lw-compat-0.23/debian/control 2009-11-05 06:36:41.000000000 +0000 @@ -1,16 +1,17 @@ Source: cl-lw-compat Section: libs Priority: optional -Build-Depends: debhelper (>= 4.0) +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: dh-lisp Maintainer: Debian Common Lisp Team Uploaders: Peter Van Eynde -Standards-Version: 3.7.3 +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: common-lisp-controller (>= 3.45), cl-asdf, ${misc:Depends} +Depends: ${misc:Depends} Conflicts: cl-aspectl (<= 0.6.5-1) Description: LispWorks Compatibility Library This library a portable implementation of a set of utility diff -Nru /tmp/CPESe2LL5Z/cl-lw-compat-0.22/debian/links /tmp/UNI6JdMllj/cl-lw-compat-0.23/debian/links --- cl-lw-compat-0.22/debian/links 2009-11-05 06:36:41.000000000 +0000 +++ cl-lw-compat-0.23/debian/links 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -usr/share/common-lisp/source/lw-compat/lw-compat.asd usr/share/common-lisp/systems/lw-compat.asd diff -Nru /tmp/CPESe2LL5Z/cl-lw-compat-0.22/debian/postinst /tmp/UNI6JdMllj/cl-lw-compat-0.23/debian/postinst --- cl-lw-compat-0.22/debian/postinst 2009-11-05 06:36:41.000000000 +0000 +++ cl-lw-compat-0.23/debian/postinst 1970-01-01 01:00:00.000000000 +0100 @@ -1,47 +0,0 @@ -#! /bin/sh -# postinst script for series -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `configure' -# * `abort-upgrade' -# * `abort-remove' `in-favour' -# -# * `abort-deconfigure' `in-favour' -# `removing' -# -# for details, see /usr/share/doc/packaging-manual/ -# -# quoting from the policy: -# Any necessary prompting should almost always be confined to the -# post-installation script, and should be protected with a conditional -# so that unnecessary prompting doesn't happen if a package's -# installation fails and the `postinst' is called with `abort-upgrade', -# `abort-remove' or `abort-deconfigure'. - -case "$1" in - configure) - /usr/sbin/register-common-lisp-source lw-compat - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - diff -Nru /tmp/CPESe2LL5Z/cl-lw-compat-0.22/debian/prerm /tmp/UNI6JdMllj/cl-lw-compat-0.23/debian/prerm --- cl-lw-compat-0.22/debian/prerm 2009-11-05 06:36:41.000000000 +0000 +++ cl-lw-compat-0.23/debian/prerm 1970-01-01 01:00:00.000000000 +0100 @@ -1,37 +0,0 @@ -#! /bin/sh -# prerm script for #PACKAGE# -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `remove' -# * `upgrade' -# * `failed-upgrade' -# * `remove' `in-favour' -# * `deconfigure' `in-favour' -# `removing' -# -# for details, see /usr/share/doc/packaging-manual/ - -case "$1" in - remove|upgrade|deconfigure) - /usr/sbin/unregister-common-lisp-source lw-compat - ;; - failed-upgrade) - ;; - *) - echo "prerm called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - diff -Nru /tmp/CPESe2LL5Z/cl-lw-compat-0.22/debian/README.building /tmp/UNI6JdMllj/cl-lw-compat-0.23/debian/README.building --- cl-lw-compat-0.22/debian/README.building 1970-01-01 01:00:00.000000000 +0100 +++ cl-lw-compat-0.23/debian/README.building 2009-11-05 06:36:41.000000000 +0000 @@ -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 diff -Nru /tmp/CPESe2LL5Z/cl-lw-compat-0.22/debian/rules /tmp/UNI6JdMllj/cl-lw-compat-0.23/debian/rules --- cl-lw-compat-0.22/debian/rules 2009-11-05 06:36:41.000000000 +0000 +++ cl-lw-compat-0.23/debian/rules 2009-11-05 06:36:41.000000000 +0000 @@ -9,22 +9,12 @@ build: build-stamp build-stamp: dh_testdir - - - # Add here commands to compile the package. - #make CFLAGS="-O2 -g -Wall" - touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp - - # Add here commands to clean up after the build process. -# -rm -f `find . -name "*~"` -# -rm -rf debian/tmp debian/files* core debian/substvars - dh_clean # Build architecture-dependent files here. @@ -33,32 +23,18 @@ # Build architecture-independent files here. binary-indep: build -# dh_testversion dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs - - # Add here commands to install the files into debian/tmp - #$(MAKE) install DESTDIR=`pwd`/debian/cl-cil - dh_installdocs dh_install - #dh_installexamples - #dh_installmenu -# dh_installinit -# dh_installcron - #dh_installmanpages -# dh_undocumented dh_installchangelogs - dh_link - #dh_strip + dh_lisp dh_compress dh_fixperms dh_installdeb - #dh_shlibdeps dh_gencontrol -# dh_makeshlibs dh_md5sums dh_builddeb diff -Nru /tmp/CPESe2LL5Z/cl-lw-compat-0.22/lw-compat.asd /tmp/UNI6JdMllj/cl-lw-compat-0.23/lw-compat.asd --- cl-lw-compat-0.22/lw-compat.asd 2006-09-20 20:24:37.000000000 +0100 +++ cl-lw-compat-0.23/lw-compat.asd 2009-09-10 13:35:00.000000000 +0100 @@ -1,9 +1,9 @@ (asdf:defsystem #:lw-compat :name "LispWorks Compatibility Library" :author "Pascal Costanza, with permission from http://www.lispworks.com" - :version "0.22" + :version "0.23" :licence " -Copyright (c) 2005, 2006 Pascal Costanza +Copyright (c) 2005, 2006, 2008 Pascal Costanza with permission from http://www.lispworks.com Permission is hereby granted, free of charge, to any person