From: Peter Palfrader Date: Mon, 16 Mar 2009 20:31:57 +0000 (+0100) Subject: Spell testing differently X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dsa-metapackages.git;a=commitdiff_plain;h=51c6890579c74a8b128101b7b82ea9060a37e681 Spell testing differently --- diff --git a/debian/changelog b/debian/changelog index 1c66f70..901d6fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debian.org (13) stable; urgency=low + + * Spell testing differently. + + -- Peter Palfrader Mon, 16 Mar 2009 21:28:46 +0100 + debian.org (12) stable; urgency=low * emacs22 and emacs22-nox are perfectly fine emacsen. diff --git a/upgrade-porter-chroots b/upgrade-porter-chroots index 49c8af6..9596f84 100644 --- a/upgrade-porter-chroots +++ b/upgrade-porter-chroots @@ -1,6 +1,6 @@ #!/bin/sh -for d in etch lenny squeezy sid; do +for d in etch lenny squeeze sid; do [ -d /chroot/$d ] || continue; chroot /chroot/$d apt-get update && chroot /chroot/$d apt-get dist-upgrade -y &&