From bounce-debian-devel-changes==chris-lamb.co.uk@lists.debian.org Sun Apr 20 11:32:34 2008
Received: from liszt.debian.org ([82.195.75.100])
	by chris-lamb.co.uk with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32)
	(Exim 4.63)
	(envelope-from <bounce-debian-devel-changes==chris-lamb.co.uk@lists.debian.org>)
	id 1JnWqT-0006KI-QJ
	for bot.address@chris-lamb.co.uk; Sun, 20 Apr 2008 11:32:34 +0100
Received: from localhost (localhost [127.0.0.1])
	by liszt.debian.org (Postfix) with QMQP
	id 3AFBE13A4F32; Sun, 20 Apr 2008 10:32:28 +0000 (UTC)
Old-Return-Path: <dak@ftp-master.debian.org>
X-Original-To: debian-devel-changes@lists.debian.org
Delivered-To: lists-debian-devel-changes@liszt.debian.org
Received: from ries.debian.org (ries.debian.org [128.148.34.103])
	by liszt.debian.org (Postfix) with ESMTP id D4D2113A4F18
	for <debian-devel-changes@lists.debian.org>; Sun, 20 Apr 2008 10:32:27 +0000 (UTC)
Received: from dak by ries.debian.org with local (Exim 4.63)
	(envelope-from <dak@ftp-master.debian.org>)
	id 1JnWN1-0006fe-BU; Sun, 20 Apr 2008 10:02:03 +0000
From: Matthias Klose <doko@debian.org>
To: debian-devel-changes@lists.debian.org
X-DAK: dak process-unchecked
X-Katie: $Revision: 1.65 $
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Subject: Accepted bash 3.2-2 (source all amd64)
Message-Id: <E1JnWN1-0006fe-BU@ries.debian.org>
Sender: Archive Administrator <dak@ftp-master.debian.org>
Date: Sun, 20 Apr 2008 10:02:03 +0000
X-Debian-Message: from Katie
Resent-Message-ID: <1aCFbltVDMP.A.5P.8uxCIB@liszt>
Resent-From: debian-devel-changes@lists.debian.org
X-Mailing-List: <debian-devel-changes@lists.debian.org> archive/latest/301282
X-Loop: debian-devel-changes@lists.debian.org
List-Id: <debian-devel-changes.lists.debian.org>
List-Post: <mailto:debian-devel-changes@lists.debian.org>
List-Help: <mailto:debian-devel-changes-request@lists.debian.org?subject=help>
List-Subscribe: <mailto:debian-devel-changes-request@lists.debian.org?subject=subscribe>
List-Unsubscribe: <mailto:debian-devel-changes-request@lists.debian.org?subject=unsubscribe>
Precedence: list
Resent-Sender: debian-devel-changes-request@lists.debian.org
Resent-Date: Sun, 20 Apr 2008 10:32:28 +0000 (UTC)
Content-Transfer-Encoding: quoted-printable
Received-SPF: none
X-SPF-Guess: pass
X-Spam-Score: -2.5
X-Spam-Report: (-2.5 points, 5.0 required)
	pts rule name              description
	---- ---------------------- --------------------------------------------------
	-2.6 BAYES_00               BODY: Bayesian spam probability is 0 to 1%
	[score: 0.0000]
	0.1 AWL                    AWL: From: address is in the auto white-list

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 20 Apr 2008 11:20:08 +0200
Source: bash
Binary: bash bash-minimal bash-static bash-builtins bash-doc bashdb
Architecture: source all amd64
Version: 3.2-2
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose <doko@debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Description:=20
 bash       - The GNU Bourne Again SHell
 bash-builtins - Bash loadable builtins - headers & examples
 bash-doc   - Documentation and examples for the The GNU Bourne Again SHe=
ll
 bash-minimal - The GNU Bourne Again SHell (minimal version)
 bash-static - The GNU Bourne Again SHell (static version)
 bashdb     - The GNU Bourne Again SHell Debugger
Closes: 314533 342225 352234 362010 364861 374452 378067 382892 383762 39=
0493 397086 414285 418961 420656 420659 420661 423488 426687 431620 44010=
2 442477 449587 452459 452656 470453 471490 473870
Changes:=20
 bash (3.2-2) unstable; urgency=3Dlow
 .
   * Add a shopt option compat31 to fall back to the behaviour of bash-3.=
1
     and earlier versions, in that quoting the string argument to the [[
     command's =3D~ +operator does not force string matching.
 .
   * Merge from Ubuntu:
     - Remove /etc/skel/.bash_profile, if it is unmodified; if modified a=
nd
       /etc/skel/.profile is unmodifed, move .bash_profile to .profile.
     - /etc/skel/.bashrc: Add an option to blurt a terminal window with a
       colored prompt.
     - /etc/skel/.bashrc: Add color support for grep and friends (comment=
ed
       out by default). Closes: #420659.
     - /etc/skel/.profile: Avoid the use of `~'.
     - Don't run command-not-found from the shell scripts when it has bee=
n
       removed in the meantime.
   * /etc/skel/.bashrc:
     - Comment out the lesspipe settings. Closes: #470453.
     - Don't use PROMPT_COMMAND to set the title of an xterm. Closes: #42=
0656.
     - Don't second-guess terminal handling in dircolors. Closes: #473870=
.
     - Don't overwrite GNU Midnight Commander's setting of HISTCONTROL to
       `ignorespace'. Closes: #440102.
     - Add a comment about setting HISTSIZE and HISTFILESIZE. Closes: #44=
9587.
     - Append to the history file, don't overwrite it. Closes: #452459.
     - Use dir and vdir commands for dir vdir aliases. Closes: #420661.
   * /etc/skel/.profile:
     - Add comment about setting the umask for ssh logins. Closes: #31453=
3.
 .
   * Added code to defer the initialization of HISTSIZE until the history=
 file
     is loaded. Closes: #383762.
   * Fix typos in README.Debian and preinst. Closes: #374452.
   * Mention `exec' builtin in the section `redirection'. Closes: #378067=
.
   * Add bashbug(1). Closes: #442477.
   * Fix typos in bash(1). Closes: #390493, #426687.
   * Fix bug in Bash_aliases example. Closes: #423488.
   * Fix typo in help message for caller builtin. Closes: #452656.
 .
 bash (3.2-1) experimental; urgency=3Dlow
 .
   * New upstream version (including upstream patches 01 - 33). Closes: #=
431620.
     - Added write error reporting to printf builtin. Closes: #414285.
     - Fixed a bug that caused `unset LANG' to not properly reset the loc=
ale.
       Closes: #364861.
     - Describe expansion of pattern in case statement. Closes: #342225.
     - Improved handling of non-printable characters in prompt. Closes: #=
352234,
       #362010, #397086, #418961, #471490.
     - Fix typos in documentation. Closes: #382892.
 .
     The syntax of regexes in Bash 3.2 was changed so that single quotes =
no
     longer surround regexes. e.g, a regex of the form
       if [[ "foo.tex" =3D~ '^(.*)\.tex$' ]]
     becomes
       if [[ "foo.tex" =3D~ ^(.*)\.tex$ ]]
 .
   * Merge from Ubuntu:
     - debian/skel.bashrc: Check for dircolors before using it.
     - debian/skel.bashrc: Set HISTCONTROL to ignoreboth.
     - Include correct bash.pot file.
     - Move CWRU/changelog from the bash to the bash-doc package (we alre=
ady
       have the CHANGES files).
     - debian/etc.bash.bashrc: Install command-not-found handler if avail=
able.
Checksums-Sha1:=20
 0988220a8acd1fd5e5eeb67f09c17c013147e90c 1108 bash_3.2-2.dsc
 041eee1fd332c5033f0dea5add22ca885ba10d2f 150775 bash_3.2-2.diff.gz
 81601379e6458e173194de93dea84bb81d1a78ad 316822 bash-doc_3.2-2_all.deb
 2e71f4bdf67895264a22dff11e5d6a37324f3628 632366 bash_3.2-2_amd64.deb
 97cf5e575c9cf34c7186f6213f36ce878affc8e5 100272 bash-builtins_3.2-2_amd6=
4.deb
 c2e68cf38a3d28f49e47031e8746a2b2c9be1c27 760352 bash-static_3.2-2_amd64.=
deb
 59506b11f4e5071a3a62f1929edd0ff7d1083aec 227690 bash-minimal_3.2-2_amd64=
.deb
Checksums-Sha256:=20
 174d2cf0f099dbcb4e0cd6613d7e20d14f05518cc3c835e83652988044562aa3 1108 ba=
sh_3.2-2.dsc
 ecc03b363e85165b2e0dcf800aa9ce070a73c5757d81e97d30003b59e2cdb235 150775 =
bash_3.2-2.diff.gz
 359a2cabbf608566fc8a58a45a0aceb327b9266e45e0feb492e16264f50e8cd0 316822 =
bash-doc_3.2-2_all.deb
 72ca32cf3142fdb474d96cc85a182feacfed2cb047912e802aaa1ebd01fbd02d 632366 =
bash_3.2-2_amd64.deb
 edc63f26da022b9d8e42f9d429970f4ed09c1ec76831d19d424952c60eea3870 100272 =
bash-builtins_3.2-2_amd64.deb
 42a0b18bdd5fff36814297377699fb5bf4cecaa9608d99660f5b128b07c60559 760352 =
bash-static_3.2-2_amd64.deb
 7561d514dcc972b1f64ae1b841121015df153f3af6846a8157c30ed7a99637f0 227690 =
bash-minimal_3.2-2_amd64.deb
Files:=20
 95abb9fe0e6c6fc342bde65c248ef883 1108 base required bash_3.2-2.dsc
 a7293dbbfe38a331f96cce924a8ba3c2 150775 base required bash_3.2-2.diff.gz
 9ba105be663a296eca3b2931450b689b 316822 doc optional bash-doc_3.2-2_all.=
deb
 93ae2cbf7aadc475412f2194757ddfdb 632366 shells required bash_3.2-2_amd64=
.deb
 00ce90a84ee6bdd5ae5b293e528f206a 100272 utils optional bash-builtins_3.2=
-2_amd64.deb
 e7d5b254478024d6dbde5434ed88b0ec 760352 shells optional bash-static_3.2-=
2_amd64.deb
 7b0f5d201bc0156b61c26e5f3ee9e7fc 227690 shells optional bash-minimal_3.2=
-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFICxAoStlRaw+TLJwRArWJAJ90EYq/C7Hn7ENWsCxZdb8lCiT+lQCfXLYb
1+fJcMg2yni8DUJGzk97uqA=3D
=3Du0iA
-----END PGP SIGNATURE-----


Accepted:
bash-builtins_3.2-2_amd64.deb
  to pool/main/b/bash/bash-builtins_3.2-2_amd64.deb
bash-doc_3.2-2_all.deb
  to pool/main/b/bash/bash-doc_3.2-2_all.deb
bash-minimal_3.2-2_amd64.deb
  to pool/main/b/bash/bash-minimal_3.2-2_amd64.deb
bash-static_3.2-2_amd64.deb
  to pool/main/b/bash/bash-static_3.2-2_amd64.deb
bash_3.2-2.diff.gz
  to pool/main/b/bash/bash_3.2-2.diff.gz
bash_3.2-2.dsc
  to pool/main/b/bash/bash_3.2-2.dsc
bash_3.2-2_amd64.deb
  to pool/main/b/bash/bash_3.2-2_amd64.deb


--=20
To UNSUBSCRIBE, email to debian-devel-changes-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian=
.org


