Debian Bug report logs - #495883
aptitude: add build-dep to bash_completion

version graph

Package: bash-completion; Maintainer for bash-completion is Gabriel F. T. Gomes <gabriel@debian.org>; Source for bash-completion is src:bash-completion (PTS, buildd, popcon).

Reported by: Asho Yeh <ashoyeh@gmail.com>

Date: Thu, 21 Aug 2008 04:00:04 UTC

Severity: wishlist

Tags: confirmed, fixed-upstream

Found in version bash-completion/1:1.0-1

Fixed in version bash-completion/1:1.0-3

Done: David Paleino <d.paleino@gmail.com>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Daniel Burrows <dburrows@debian.org>:
Bug#495883; Package aptitude. (full text, mbox, link).


Acknowledgement sent to Asho Yeh <ashoyeh@gmail.com>:
New Bug report received and forwarded. Copy sent to Daniel Burrows <dburrows@debian.org>. (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Asho Yeh <ashoyeh@gmail.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: aptitude: add build-dep to bash_completion
Date: Thu, 21 Aug 2008 11:58:37 +0800
Package: aptitude
Version: 0.4.11.8-1
Severity: wishlist


Hi. 

I found the current /etc/bash_completion doesn't support build-dep with
aptitude.

I simply add build-dep into aptitude part and it works!

Will it support at next release?

Thanks

-- Package-specific info:
aptitude 0.4.11.8 編譯於 Jul  4 2008 16:43:39
編譯器:g++ 4.3.1
Compiled against:
  apt version 4.6.0
  NCurses version 5.6
  libsigc++ version: 2.0.18
  Ept support enabled.

Current library versions:
  NCurses version: ncurses 5.6.20080713
  cwidget version: 0.5.12
  Apt version: 4.6.0
	linux-gate.so.1 =>  (0xb7f3d000)
	libapt-pkg-libc6.7-6.so.4.6 => /usr/lib/libapt-pkg-libc6.7-6.so.4.6 (0xb7e67000)
	libncursesw.so.5 => /lib/libncursesw.so.5 (0xb7e29000)
	libsigc-2.0.so.0 => /usr/lib/libsigc-2.0.so.0 (0xb7e22000)
	libcwidget.so.3 => /usr/lib/libcwidget.so.3 (0xb7d5e000)
	libept.so.0 => /usr/lib/libept.so.0 (0xb7c9d000)
	libxapian.so.15 => /usr/lib/libxapian.so.15 (0xb7b2a000)
	libz.so.1 => /usr/lib/libz.so.1 (0xb7b15000)
	libpthread.so.0 => /lib/i686/cmov/libpthread.so.0 (0xb7afc000)
	libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7a0e000)
	libm.so.6 => /lib/i686/cmov/libm.so.6 (0xb79e8000)
	libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb79db000)
	libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb7880000)
	libutil.so.1 => /lib/i686/cmov/libutil.so.1 (0xb787c000)
	libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xb7877000)
	/lib/ld-linux.so.2 (0xb7f3e000)
Terminal: xterm
$DISPLAY is set.
`which aptitude`: /usr/bin/aptitude
aptitude version information:

aptitude linkage:

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=zh_TW.UTF-8, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to zh_TW.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6. 0.7.14+b1         Advanced front-end for dpkg
ii  libc6                  2.7-13            GNU C Library: Shared libraries
ii  libcwidget3            0.5.12-1          high-level terminal interface libr
ii  libept0                0.5.22            High-level library for managing De
ii  libgcc1                1:4.3.1-2         GCC support library
ii  libncursesw5           5.6+20080713-1    shared libraries for terminal hand
ii  libsigc++-2.0-0c2a     2.0.18-2          type-safe Signal Framework for C++
ii  libstdc++6             4.3.1-2           The GNU Standard C++ Library v3
ii  libxapian15            1.0.5-1           Search engine library
ii  zlib1g                 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages aptitude recommends:
pn  aptitude-doc-en | aptitude-do <none>     (no description available)
ii  libparse-debianchangelog-perl 1.1.1-2    parse Debian changelogs and output

Versions of packages aptitude suggests:
pn  debtags                       <none>     (no description available)
ii  tasksel                       2.75       Tool for selecting tasks for insta

-- no debconf information




Information forwarded to debian-bugs-dist@lists.debian.org:
Bug#495883; Package aptitude. (full text, mbox, link).


Acknowledgement sent to Daniel Burrows <dburrows@debian.org>:
Extra info received and forwarded to list. (full text, mbox, link).


Message #10 received at 495883@bugs.debian.org (full text, mbox, reply):

From: Daniel Burrows <dburrows@debian.org>
To: Asho Yeh <ashoyeh@gmail.com>, 495883@bugs.debian.org
Subject: Re: Bug#495883: aptitude: add build-dep to bash_completion
Date: Thu, 21 Aug 2008 06:14:52 -0700
On Thu, Aug 21, 2008 at 11:58:37AM +0800, Asho Yeh <ashoyeh@gmail.com> was heard to say:
> I found the current /etc/bash_completion doesn't support build-dep with
> aptitude.
> 
> I simply add build-dep into aptitude part and it works!
> 
> Will it support at next release?

  bash_completion is part of bash, so I'll reassign this bug over there.

  Daniel




Bug reassigned from package `aptitude' to `bash'. Request was from Daniel Burrows <dburrows@debian.org> to control@bugs.debian.org. (Thu, 21 Aug 2008 13:18:06 GMT) (full text, mbox, link).


Bug reassigned from package `bash' to `bash-completion'. Request was from David Paleino <d.paleino@gmail.com> to control@bugs.debian.org. (Sat, 22 Nov 2008 16:42:08 GMT) (full text, mbox, link).


Tags added: pending, confirmed Request was from David Paleino <d.paleino@gmail.com> to control@bugs.debian.org. (Sat, 22 Nov 2008 16:51:08 GMT) (full text, mbox, link).


Reply sent to David Paleino <d.paleino@gmail.com>:
You have taken responsibility. (Sat, 04 Apr 2009 14:12:14 GMT) (full text, mbox, link).


Notification sent to Asho Yeh <ashoyeh@gmail.com>:
Bug acknowledged by developer. (Sat, 04 Apr 2009 14:12:14 GMT) (full text, mbox, link).


Message #21 received at 495883-close@bugs.debian.org (full text, mbox, reply):

From: David Paleino <d.paleino@gmail.com>
To: 495883-close@bugs.debian.org
Subject: Bug#495883: fixed in bash-completion 1:1.0-1
Date: Sat, 04 Apr 2009 13:47:04 +0000
Source: bash-completion
Source-Version: 1:1.0-1

We believe that the bug you reported is fixed in the latest version of
bash-completion, which is due to be installed in the Debian FTP archive:

bash-completion_1.0-1.diff.gz
  to pool/main/b/bash-completion/bash-completion_1.0-1.diff.gz
bash-completion_1.0-1.dsc
  to pool/main/b/bash-completion/bash-completion_1.0-1.dsc
bash-completion_1.0-1_all.deb
  to pool/main/b/bash-completion/bash-completion_1.0-1_all.deb
bash-completion_1.0.orig.tar.gz
  to pool/main/b/bash-completion/bash-completion_1.0.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 495883@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Paleino <d.paleino@gmail.com> (supplier of updated bash-completion package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


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

Format: 1.8
Date: Fri, 03 Apr 2009 14:21:43 +0200
Source: bash-completion
Binary: bash-completion
Architecture: source all
Version: 1:1.0-1
Distribution: unstable
Urgency: low
Maintainer: Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>
Changed-By: David Paleino <d.paleino@gmail.com>
Description: 
 bash-completion - programmable completion for the bash shell
Closes: 272660 322238 360628 361535 489927 491856 492328 492476 494292 495142 495883 496162 496828 497074 497597 498105 499780 500316 501473 501843 502664 502804 502885 503317 503317 504141 504547 504650 506560 511789 511790 512556 512823 512917 516614 521041
Changes: 
 bash-completion (1:1.0-1) unstable; urgency=low
 .
   * New upstream release:
     - also see /usr/share/doc/bash-completion/CHANGES.gz
     - fix man -l completing filenames (Closes: #497074)
     - (Partly) fixed java classes completion (Closes: #496828). Look for
       FIXME in source.
     - dump to /dev/null error message from look(1) with no arguments
       (Closes: #495142)
     - set ssh as default for rsync (was rsh) (Closes: #492328)
     - added .oga, .ogv, .ogx to mplayer completion (Closes: #496162)
     - added .epub to unzip|zipinfo completion (Closes: #492476)
     - added ssh-copy-id completion (Closes: #491856)
     - moved ssh completion to separate file (Closes: #360628)
     - bogus completion when mounting subdirs fixed (Closes: #322238)
     - fix `apt-cache showsrc` completing only on source package names
       (Closes: #361535)
     - fixed bugs with gdb completion:
     - when an empty directory is in $PATH (thanks to Morita Sho)
       (Closes: #497597)
     - when a non-existing directory is in $PATH (Closes: #499780)
     - fix missing completion for "-n" and "-e" (we were using echo, now
       using printf) (thanks to Morita Sho) (Closes: #498105)
     - fixed gpg completion --@(export|@(?(l|nr|nrl)sign|edit)-key))
       (Closes: #500316)
     - fixed .cb[rz] completion for evince (Closes: #502885)
     - added gpg2 completion (Closes: #489927)
     - fixed mplayer -skin completion (Closes: #501473)
     - fixed errors with POSIX enabled (Closes: #502804)
     - fixed dpkg-source wrong exit() with return() (Closes: #503317)
     - added --schedule-only to aptitude's completion (Closes: #502664)
     - added build-dep to aptitude's completion (Closes: #495883)
     - added support for `-F configfile' to _known_hosts(), ssh, scp and
       sftp, thanks to Freddy Vulto (Closes: #504141)
     - fixed sed quoting bug in _known_hosts(), thanks to Freddy Vulto
       (Closes: #504650)
     - allow for comments in known_hosts files (Closes: #511789)
     - fixed perl -I/-x completion, thanks to Freddy Vulto
       (Closes: #504547)
     - README updated: explain how to use bash-completion correctly.
       (Closes: #506560)
     - added qdbus completion, thanks to Terence Simpson (LP: #257903)
     - fixed completion of environment variables, thanks to Morita Sho
       (Closes: #272660)
     - fix dpkg completion bug: it listed only non-Essential packages
       (Closes: #511790)
     - fixed _dpkg_source completion (Closes: #503317)
     - remove unused UNAME local variable in _info() (Closes: #501843)
     - added .zip to jar completions (Closes: #521041)
     - Merge from Ubuntu:
       + consume error messages in configure completion (LP: #223882)
         (Mika Fischer)
       + quote $xspec in _filedir_xspec in case it is empty, which would
         cause errors if there was no match under failglob. (LP: #194419)
         (Mika Fischer)
     - Ville Skyttä:
       + remove duplicate cpio completion, thanks to Freddy Vulto
         (Closes: #512823)
       + fix awk error in "modprobe -r /" completion (Closes: #512556)
     - Jakob Unterwurzacher:
       + ps2pdf can run on .pdf files as well.
         (Closes: #516614, LP: #316943)
   * debian/links fixed (Closes: #494292)
   * debian/control:
     - fixed typo in the long description
     - added Vcs-* fields
     - Standards-Version to 3.8.1
     - DMUA set
     - removed Luk Claes from Uploaders
     - Homepage added
   * debian/install:
     - correctly install contrib/* under /etc/bash_completion.d/
   * debian/copyright updated
   * debian/extra/dh_bash-completion:
     - updated to support a list of files in debian/<package>.bash-completion
       (Closes: #512917)
   * debian/rules:
     - install upstream CHANGES and AUTHORS too
Checksums-Sha1: 
 977d1414ca3556a4ad46aa2b48b9ca8e6e86a603 1308 bash-completion_1.0-1.dsc
 61040795731f5ff509c46e818a1edf0a7a93e11d 143578 bash-completion_1.0.orig.tar.gz
 49c583802082e3aa9a761fb0da0d5ec257f257bb 9002 bash-completion_1.0-1.diff.gz
 cb38e807d9b23e84b866e6e9d24814991a61836a 103010 bash-completion_1.0-1_all.deb
Checksums-Sha256: 
 d369f9436c02262d3de898564cd9b5269ace760cf6b7e0632e3b251ac431f2b5 1308 bash-completion_1.0-1.dsc
 bd96e7d2858f02783046908a984993736f1189d07d82e9ce4b465068dd7187ef 143578 bash-completion_1.0.orig.tar.gz
 04c46eff31bf9dfb9e79f417bd79706b6dc67888461ab05128b29cff78c9556b 9002 bash-completion_1.0-1.diff.gz
 81ab4b27a2158e787ea39c7da34619858a5df6b6251ba24d8bda6592feed46f4 103010 bash-completion_1.0-1_all.deb
Files: 
 6cb01d355c4519f911820b2b7c0feb53 1308 shells standard bash-completion_1.0-1.dsc
 cd1c5648272917fbe0eef4ba30bb93f4 143578 shells standard bash-completion_1.0.orig.tar.gz
 e78d5e31ed66fb5e97c77ea7c9f1b343 9002 shells standard bash-completion_1.0-1.diff.gz
 aefc9e1c8db0f4f2b61557c2e207ca0c 103010 shells standard bash-completion_1.0-1_all.deb

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

iEYEARECAAYFAknXYZAACgkQ5UTeB5t8Mo0jGACfQVygJmdQ3v4i/dymRnZSVnhA
qHoAnjcS99HMQgFHzQ2NnNAY1OPvlPK6
=6i7t
-----END PGP SIGNATURE-----





Information forwarded to debian-bugs-dist@lists.debian.org, Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>:
Bug#495883; Package bash-completion. (Wed, 29 Apr 2009 10:06:02 GMT) (full text, mbox, link).


Acknowledgement sent to Colin Watson <cjwatson@ubuntu.com>:
Extra info received and forwarded to list. Copy sent to Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>. (Wed, 29 Apr 2009 10:06:02 GMT) (full text, mbox, link).


Message #26 received at 495883@bugs.debian.org (full text, mbox, reply):

From: Colin Watson <cjwatson@ubuntu.com>
To: David Paleino <d.paleino@gmail.com>
Cc: 495883@bugs.debian.org
Subject: Re: Bug#495883: fixed in bash-completion 1:1.0-1
Date: Wed, 29 Apr 2009 10:48:46 +0100
[Message part 1 (text/plain, inline)]
found 495883 1:1.0-1
thanks

On Sat, Apr 04, 2009 at 01:47:04PM +0000, David Paleino wrote:
>      - added build-dep to aptitude's completion (Closes: #495883)

I'm afraid this wasn't quite fixed properly; "aptitude <tab>" doesn't
yet list "build-dep" as an option. I've attached a patch to finish the
job.

Thanks,

-- 
Colin Watson                                       [cjwatson@ubuntu.com]
[495883.patch (text/x-diff, attachment)]

Bug marked as found in version 1:1.0-1 and reopened. Request was from Colin Watson <cjwatson@ubuntu.com> to control@bugs.debian.org. (Wed, 29 Apr 2009 10:06:03 GMT) (full text, mbox, link).


Tags added: fixed-upstream Request was from David Paleino <d.paleino@gmail.com> to control@bugs.debian.org. (Wed, 20 May 2009 20:42:03 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>:
Bug#495883; Package bash-completion. (Sat, 30 May 2009 17:36:02 GMT) (full text, mbox, link).


Acknowledgement sent to David Paleino <d.paleino@gmail.com>:
Extra info received and forwarded to list. Copy sent to Bash Completion Maintainers <bash-completion-devel@lists.alioth.debian.org>. (Sat, 30 May 2009 17:36:02 GMT) (full text, mbox, link).


Message #35 received at 495883@bugs.debian.org (full text, mbox, reply):

From: David Paleino <d.paleino@gmail.com>
To: 495883@bugs.debian.org,control@bugs.debian.org,495883-submitter@bugs.debian.org
Subject: [e2b2513] Fix for Bug#495883 committed to git
Date: Sat, 30 May 2009 17:32:36 +0000
tags 495883 +pending
thanks

Hello,

     The following change has been committed for this bug by
 David Paleino <d.paleino@gmail.com> on Sat, 30 May 2009 19:31:37 +0200.
 The fix will be in the next upload. 
=========================================================================
04-495883.patch added, aptitude: add build-dep to bash_completion (Closes: #495883)


=========================================================================

You can check the diff of the fix at:

    http://git.debian.org/?p=/srv/git.debian.org/git/bash-completion/debian.git;a=commitdiff;h=e2b2513






Tags added: pending Request was from David Paleino <d.paleino@gmail.com> to control@bugs.debian.org. (Sat, 30 May 2009 17:36:06 GMT) (full text, mbox, link).


Tags added: pending, confirmed Request was from David Paleino <d.paleino@gmail.com> to control@bugs.debian.org. (Sat, 30 May 2009 17:36:07 GMT) (full text, mbox, link).


Message sent on to Asho Yeh <ashoyeh@gmail.com>:
Bug#495883. (Sat, 30 May 2009 17:36:16 GMT) (full text, mbox, link).


Reply sent to David Paleino <d.paleino@gmail.com>:
You have taken responsibility. (Sat, 30 May 2009 18:18:03 GMT) (full text, mbox, link).


Notification sent to Asho Yeh <ashoyeh@gmail.com>:
Bug acknowledged by developer. (Sat, 30 May 2009 18:18:03 GMT) (full text, mbox, link).


Message #47 received at 495883-close@bugs.debian.org (full text, mbox, reply):

From: David Paleino <d.paleino@gmail.com>
To: 495883-close@bugs.debian.org
Subject: Bug#495883: fixed in bash-completion 1:1.0-3
Date: Sat, 30 May 2009 17:47:03 +0000
Source: bash-completion
Source-Version: 1:1.0-3

We believe that the bug you reported is fixed in the latest version of
bash-completion, which is due to be installed in the Debian FTP archive:

bash-completion_1.0-3.diff.gz
  to pool/main/b/bash-completion/bash-completion_1.0-3.diff.gz
bash-completion_1.0-3.dsc
  to pool/main/b/bash-completion/bash-completion_1.0-3.dsc
bash-completion_1.0-3_all.deb
  to pool/main/b/bash-completion/bash-completion_1.0-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 495883@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Paleino <d.paleino@gmail.com> (supplier of updated bash-completion package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


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

Format: 1.8
Date: Sat, 30 May 2009 19:36:14 +0200
Source: bash-completion
Binary: bash-completion
Architecture: source all
Version: 1:1.0-3
Distribution: unstable
Urgency: low
Maintainer: d.paleino@gmail.com
Changed-By: David Paleino <d.paleino@gmail.com>
Description: 
 bash-completion - programmable completion for the bash shell
Closes: 495883 514377 522656 529510 530598
Changes: 
 bash-completion (1:1.0-3) unstable; urgency=low
 .
   * debian/extra/bash-completion.pm added, thanks to Ryan Niebur
     (Closes: #530598)
   * debian/rules: added quilt support
   * debian/control: added quilt Build-Depends
   * debian/patches/:
     - 01-529510.patch added, checks for GNUish userland fail on
       GNU/kFreeBSD, GNU/kOpenSolaris, etc (Closes: #529510)
     - 02-514377.patch added, assumes .gz files can't be concatenated
       (Closes: #514377)
     - 03-522656.patch added, evince supports compressed dvi files
       (Closes: #522656)
     - 04-495883.patch added, aptitude: add build-dep to bash_completion
       (Closes: #495883)
Checksums-Sha1: 
 94baf7750a87270d3503260882df9dd79e063f46 1318 bash-completion_1.0-3.dsc
 7fb5762120db3b3ebf756b9cf409b2fe69331b58 11534 bash-completion_1.0-3.diff.gz
 c57c82d21b282120617d9b39d461ed874622e8d4 102754 bash-completion_1.0-3_all.deb
Checksums-Sha256: 
 30debc25bce142e6bb23d47e1a3eb917d7c87233a4ada396373bae7b00113b0c 1318 bash-completion_1.0-3.dsc
 1b0eecb133aedd338d6d9ac0e9ccc8bc4b1fba8da8d7ecb7f5e87cc342462aff 11534 bash-completion_1.0-3.diff.gz
 c04348a4777542954ce3284b0d08616e4b0118d3f343e2f44d380c10a949873e 102754 bash-completion_1.0-3_all.deb
Files: 
 b6a8180cb6effce3715b7bb8f8b6fbb3 1318 shells standard bash-completion_1.0-3.dsc
 aa76f8794e3662d6fbe0b37ec5e72617 11534 shells standard bash-completion_1.0-3.diff.gz
 f1751fe2d4fdcde26b7f7ce9214934dd 102754 shells standard bash-completion_1.0-3_all.deb

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

iEYEARECAAYFAkohbtkACgkQ5qqQFxOSsXRvbQCcCGl8fCckOOM7I4fK/1s2hcEp
E6gAoMP15UO0FO7LEEI0D5S9XcIUm9Ih
=A+T7
-----END PGP SIGNATURE-----





Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Wed, 08 Jul 2009 07:33:15 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sun Jul 2 09:12:40 2023; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.