Skip to content

Debian Changelog stumpwm (1:20090804.git9d6cb388-1)

2009

stumpwm (1:20090804.git9d6cb388-1) unstable; urgency=low

   * New Git checkout (9d6cb38872ef8f384e2f5fc3088f3bfaabfd2445):
     + this include upstream version 0.9.7-git.
     + check the upstream NEWS file for user visible changes.
     + fix FTBFS with new SBCL (Closes: #536915).
 
   * debian/control:
     + Standards-Version to 3.8.3, no changes needed.
 
   * debian/patches/series: updated.
   * debian/patches/02_correct-Stumpwm-StumpWM-in-README.diff:
     + add patch description, thanks to lintian.
   * debian/patches/04_default-to-x-terminal-emulator.diff:
     + add patch description, thanks to lintian.
   * debian/patches/05_default-to-x-www-browser.diff:
     + add patch description, thanks to lintian.
   * debian/patches/06_add-upstream-changelog.diff:
     + add patch description, thanks to lintian.
   * debian/patches/07_use-clc-require-for-manual-creation.diff:
     + adapt to common-lisp-controller_6.19, which does not register
       /usr/share/common-lisp/systems/ in `asdf:central-registry'
       anymore by default.
 
   * debian/README.source:
     + refer to /usr/share/doc/quilt/README.source, thanks to lintian.
 
   * debian/rules:
     + install debian/README.source as well.
 
   * debian/stumpwm.bin:
     + adapt to common-lisp-controller_6.19, which does not register
       /usr/share/common-lisp/systems/ in `asdf:central-registry'
       anymore by default (Closes: #545344).

 -- Luca Capello <luca@pca.it>  Thu, 10 Sep 2009 21:12:46 +0200

stumpwm (1:20090502.git482df740-1) unstable; urgency=low

   * New Git checkout (482df740882c2e9db6b58e89743d7f968fe34fa8):
     + this include upstream version 0.9.5 and more.
     + check the upstream NEWS file for user visible changes.
     + add the first 8 digits to the Debian package version.
 
   * debian/commit.id:
     - remove, now uses the full Debian package version instead.
 
   * debian/control:
     + Standards-Version to 3.8.1, no changes needed.
     + remove clisp from Build-Depends-Indep and add sbcl and
       cl-clx-sbcl instead.
 
   * debian/patches/02_correct-Stumpwm-StumpWM-in-README.diff: refresh.
   * debian/patches/04_default-to-x-terminal-emulator.diff: refresh.
   * debian/patches/06_add-upstream-changelog.diff: refresh.
 
   * debian/rules:
     + use the full Debian package version for PACKAGE_VERSION.
     + s/clisp/sbcl/ in upstream's configure to build the Info manual
       with SBCL (Closes: #492111).
 
   * debian/watch:
     + new file, thanks to lintian.

 -- Luca Capello <luca@pca.it>  Fri, 08 May 2009 10:36:17 +0200

2008

stumpwm (1:20080721-2) unstable; urgency=low

   * debian/control:
     + default CL implementation is CLISP, it shows less memory usage.
 
   * debian/README.Debian:
     + default CL implementation is CLISP.
     + add a note for SBCL users about CLX bug #492046.
 
   * debian/stumpwm.1:
     + default CL implementation is CLISP.
     + update copyright assignment to 2008.
     - remove useless website from copyright assignment.
 
   * debian/stumpwm.bin:
     + default CL implementation is CLISP.
     + abort if $LISP is not in user's $PATH.

 -- Luca Capello <luca@pca.it>  Wed, 23 Jul 2008 22:58:20 +0200

stumpwm (1:20080721-1) unstable; urgency=low

   * Move to team maintenance: Debian Common Lisp Team at
     http://pkg-common-lisp.alioth.debian.org
   * The Debian package is now maintained through Git.
   * The Debian patches are now managed through quilt.
 
   * New Git checkout (6e67440f9a6f000bc2b921cd509e5bedb116cf5e), check
     the upstream NEWS file for user visible changes (Closes: #487168).
 
   * debian/commit.id:
     + new file containing the last upstream Git commit ID.
 
   * debian/control:
     + team maintenance.
     + move myself to Uploaders:.
     + s/Vcs-Darcs/Vcs-Git/.
     + link the team repository at git.debian.org in the Vcs-Git:
       field.
     + add Vcs-Browser: field.
     + Depends: on cl-ppcre.
     + Build-Depends: on quilt.
     + Suggests: x11-utils for Xinerama support in screen.lisp and
       explain it in the long Description:.
     + Build-Depends-Indep: on autoconf, clisp and cl-ppcre to build
       the Info manual (now generated from the .lisp files).
     + Suggests: rlwrap for stumpish command completion.
 
   * debian/copyright:
     + update copyright assignment to 2008.
     + convert to be machine-interpretable.
     + list all Copyright holders based on single files contents.
 
   * debian/patches/series: new file.
   * debian/patches/02_correct-Stumpwm-StumpWM-in-README.diff:
     + convert to quilt.
   * debian/patches/03_correct-Stumpwm-StumpWM-in-stumpwm.texi.dpatch:
     - physically remove the patch file.
   * debian/patches/04_default-to-x-terminal-emulator.diff:
     + convert to quilt and refresh.
   * debian/patches/05_default-to-x-www-browser.diff:
     + convert to quilt and refresh.
   * debian/patches/06_add-upstream-changelog.diff:
     + add upstream ChangeLog generated from `git log`.
 
   * debian/README.Debian:
     + wrap at 70 columns.
     + update instructions about how to load contrib files.
     + update instructions about how to use stumpwm-mode.el.
 
   * debian/rules:
     + adapt to quilt.
     + add 'configure' target, necessary for the Info manual.
     + replace upstream version in version.lisp.in with debian/commit.id
       and save it as version.lisp on 'build' target.
     + install upstream contrib .lisp files.
     + install upstream contrib/stumpish binary and its manpage.
     + install upstream contrib/stumpwm-mode.el in usr/share/doc/stumpwm/.
     - use upstream `make clean` on 'clean' target.
     - remove the autoconf-generated files on 'clean' target.
     - do not install useless upstream asdf.lisp and make-image.lisp.
 
   * debian/stumpish.1:
     + new file.
 
   * debian/stumpwm.doc-base:
     + new section to 'Programming' (thanks to lintian).

 -- Luca Capello <luca@pca.it>  Tue, 22 Jul 2008 02:02:17 +0200

2007

stumpwm (1:20070908-1) unstable; urgency=low

   * New CVS checkout:
     + from now on, upstream moved to git.
 
   * debian/compat:
     + new file to remove lintian warning debian-rules-sets-DH_COMPAT.
     + switch to compatibility level 5.
 
   * debian/control:
     + depend on debhelper >= 5.0.0.
     + suggest info-browser as an info file is installed.
     + suggest menu since a menu file is installed.
     + add alternative dependency on clisp.
     + add Homepage header and remove it from the long description.
     + correct s/XS-VCS-Darcs/Vcs-Darcs/ header since Vcs-* fields
       are now supported in dpkg since 1.14.6.
     - remove Martin Würtele <maxx@debian.org> from Uploaders.
     - remove useless dependency on cl-port.
 
   * debian/copyright:
     + correct typo in GPL statement.
     + correct s/(c)/Copyright/ statement.
     + the Debian packaging is licensed under GPL version 2 or later.
     + refer to /usr/share/common-licenses/GPL-2 rather than the
       /usr/share/common-licenses/GPL symlink.
 
   * debian/NEWS:
     + notice the new /usr/bin/stumpwm command.
 
   * debian/patches/00list: update.
   * debian/patches/03_correct-Stumpwm-StumpWM-in-stumpwm.texi.dpatch:
     - remove, similar patch applied upstream.
   * debian/patches/04_default-to-x-terminal-emulator.dpatch:
     + refresh.
   * debian/patches/05_default-to-x-www-browser.dpatch:
     + refresh.
 
   * debian/README.Debian:
     + better title.
     + clarify how to start StumpWM (Closes: #356948).
     + update instructions about how to control a running StumpWM
       session through the cl-swank and slime packages.
 
   * debian/rules:
     - remove DH_COMPAT export.
     + install /usr/bin/stumpwm and its manpage.
     + register /usr/bin/stumpwm as window manager.
     + install menu file.
 
   * debian/stumpwm.1:
     + new file.
 
   * debian/stumpwm.bin:
     + new file.
 
   * debian/stumpwm.doc-base:
     + new file to register the documentation via doc-base.
 
   * debian/stumpwm.menu:
     + new file.

 -- Luca Capello <luca@pca.it>  Sun, 18 Nov 2007 22:24:00 +0100

stumpwm (1:20060930-3) unstable; urgency=low

   * debian/control:
     + correct s/XS-X-VCS-Darcs/XS-VCS-Darcs/ header.
 
   * debian/copyright:
     + correct upstream copyright statement (GPL not BSD), which I
       messed up with package version 1:20060513-1.
     + update copyright to 2007.

 -- Luca Capello <luca@pca.it>  Sun, 4 Feb 2007 16:15:02 +0100

2006

stumpwm (1:20060930-2) unstable; urgency=low

   * The ChangeLog entry are perfect, but I forgot to apply all of them.
 
   * debian/patches/00list: really update.
   * debian/patches/01_add-set-prefix-key-to-samplestumpwmrc.dpatch:
     - really remove.

 -- Luca Capello <luca@pca.it>  Sun, 1 Oct 2006 03:50:27 +0200

stumpwm (1:20060930-1) unstable; urgency=low

   * New CVS checkout.
 
   * debian/control:
     + add XS-X-VCS-Darcs header.
     + add x-terminal-emulator and www-browser to Suggests.
 
   * debian/patches/00list: update.
   * debian/patches/01_add-set-prefix-key-to-samplestumpwmrc.dpatch:
     - remove, similar patch applied upstream.
   * debian/patches/04_default-to-x-terminal-emulator.dpatch:
     + default to x-terminal-emulator instead of xterm.
   * debian/patches/05_default-to-x-www-browser.dpatch:
     + default to x-www-browser instead of firefox and remove the
       :class attribute.

 -- Luca Capello <luca@pca.it>  Sat, 30 Sep 2006 22:30:13 +0200

stumpwm (1:20060918-1) unstable; urgency=low

   * New CVS checkout (Closes: #384071):
     + handle meta alt syper and super modifiers
     + various focus functions

 -- Luca Capello <luca@pca.it>  Mon, 18 Sep 2006 15:17:19 +0200

stumpwm (1:20060513-2) unstable; urgency=low

   * Sponsored by Martin Würtele <maxx@debian.org>.
 
   * debian/control:
     + add Homepage line at the end of Description.
 
   * debian/rules:
     + create the stumpwm.info page at build target, not at install
       target as previously done.
     + add build call to install target.
     + move dh_lisp call to binary-indep target.

 -- Luca Capello <luca@pca.it>  Wed, 26 Jul 2006 02:21:00 +0200

stumpwm (1:20060513-1) unstable; urgency=low

   * New CVS checkout.
 
   * debian/control:
     + Standards-Version to 3.7.2.
     + move debhelper to Build-Depends instead of Build-Depends-Indep
       (Policy Manual section 7.6).
     + add dpatch to Build-Depends.
     + add slime to Suggests.
     + start the short description with a lowercase 'a'.
     + reduce the short description to essential, in order to not
       repeat it in the long description.
     + correct s/Stumpwm/StumpWM/ in the long description.
     + explain why slime can be helpful in the long description.
     + wrap the long description at 72 characters.
 
   * debian/copyright:
     + better layout.
 
   * debian/NEWS:
     + explain the new functions in ~/.stumpwmrc.
 
   * debian/README.Debian:
     + explain how to control a running StumpWM session.
 
   * debian/patches/00list: update.
   * debian/patches/01_add-set-prefix-key-to-samplestumpwmrc.dpatch:
     + add `set-prefix-key' example to sample-stumpwmrc.lisp.
   * debian/patches/02_correct-Stumpwm-StumpWM-in-README.dpatch:
     + correct s/Stumpwm/StumpWM/ in README.
   * debian/patches/03_correct-Stumpwm-StumpWM-in-stumpwm.texi.dpatch:
     + correct s/Stumpwm/StumpWM/ in stumpwm.texi.
 
   * debian/rules:
     - remove build call from install and binary-indep targets.
     + install the upstream NEWS file.
     + add unpatch call to clean target.
     + add patch call to install target.
     + add empty binary-arch target (Policy Manual section 4.8).
     + add patch and unpatch targets.
     + update .PHONY target.

 -- Luca Capello <luca@pca.it>  Fri, 19 May 2006 21:19:50 -0500

stumpwm (1:20060228-1) unstable; urgency=low

   * New CVS checkout.
   * New maintainer.
   * Sponsored by Peter Van Eynde <pvaneynd@debian.org>.
 
   * Change the Debian version to reflect that this is the CVS
     version.
 
   * debian/control:
     - remove useless Build-Depends: section, as the package-building
       process is architecture-independent.
     + Standards-Version to 3.6.2, no changes needed.
     + add dh-lisp to Build-Depends-Indep:.
     + add ${misc:Depends} in the binary Depends:, thus letting dh-lisp
       fill in the dependency for the common-lisp-controller, so that
       generated scripts always match the depended-on version.
 
   * debian/compat: remove.
   * debian/docs: remove.
   * debian/postinst: remove.
   * debian/preinst: remove.
   * debian/prerm: remove.
 
   * debian/rules:
     - remove useless targets, as the package-building process is
       architecture-independent.
     - remove all the debhelper -i calls and duplicate dh_installdirs
       call, there is only one binary package.
     - install only README, the other upstream docs are useless.
     + export DH_COMPAT level 4.
     + add $(doc-dir) variable.
     + install sample-stumpwmrc.lisp in usr/share/doc/stumpwm/examples/.
     + convert to dh-lisp.

 -- Luca Capello <luca@pca.it>  Tue, 28 Feb 2006 19:59:02 +0100

2005

stumpwm (0.0.4+cvs20050819-1) unstable; urgency=high

   * Changed recommendation to dependency. (Closes: #323936).
   * Added note in description that users should install compatible CL and
     CLX implementations.
   * Fresh upstream checkout from CVS, no new upstream changes.

 -- Trent Buck <trentbuck@gmail.com>  Fri, 19 Aug 2005 21:22:27 +1000

stumpwm (0.0.4+cvs20050802-1) unstable; urgency=low

   * Initial package. (Closes: #320865).

 -- Trent Buck <trentbuck@gmail.com>  Sat, 18 Jun 2005 11:23:44 +1000