Your message dated Thu, 15 Nov 2007 17:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#451302: fixed in etckeeper 0.3
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: etckeeper
Version: 0.3~1
Severity: wishlist
Tags: patch
Bash completion for etckeeper would be cool. Here is a patch that look
to actual content of /etc/etckeeper/ to make the completion.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (700, 'unstable'), (700, 'stable'), (550, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.23acer (SMP w/1 CPU core; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages etckeeper depends on:
ii debconf [debconf-2.0] 1.5.17 Debian configuration management sy
ii git-core 1:1.5.3.5-1 fast, scalable, distributed revisi
ii metastore 1-1 Store and restore metadata
etckeeper recommends no packages.
-- debconf information excluded
>From 70641929d4942e4730d1c6ec6130aa6697602127 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?R=C3=A9mi=20Vanicat?= <[EMAIL PROTECTED]>
Date: Wed, 14 Nov 2007 21:16:16 +0100
Subject: [PATCH] Add bash completion to etckeeper
---
Makefile | 1 +
bash_completion | 8 ++++++++
2 files changed, 9 insertions(+), 0 deletions(-)
create mode 100644 bash_completion
diff --git a/Makefile b/Makefile
index 30a60b8..2d0202b 100644
--- a/Makefile
+++ b/Makefile
@@ -4,3 +4,4 @@ install:
install -D etckeeper $(PREFIX)/usr/bin/etckeeper
install -m 0644 -D apt.conf $(PREFIX)/etc/apt/apt.conf.d/05etckeeper
install -m 0644 -D etckeeper.1 $(PREFIX)/usr/share/man/man1/etckeeper.1
+ install -m 0644 -D bash_completion
$(PREFIX)/etc/bash_completion.d/etckeeper
\ No newline at end of file
diff --git a/bash_completion b/bash_completion
new file mode 100644
index 0000000..372b76b
--- /dev/null
+++ b/bash_completion
@@ -0,0 +1,8 @@
+_etckeeper() {
+ local cur;
+ COMPREPLY=();
+ cur=${COMP_WORDS[COMP_CWORD]};
+ COMPREPLY=( $( compgen -W '$(cd /etc/etckeeper/; for i in *.d/; do echo
${i%.d/}; done)' -- $cur ) );
+}
+
+complete -F _etckeeper etckeeper
\ No newline at end of file
--
1.5.3.5
--- End Message ---
--- Begin Message ---
Source: etckeeper
Source-Version: 0.3
We believe that the bug you reported is fixed in the latest version of
etckeeper, which is due to be installed in the Debian FTP archive:
etckeeper_0.3.dsc
to pool/main/e/etckeeper/etckeeper_0.3.dsc
etckeeper_0.3.tar.gz
to pool/main/e/etckeeper/etckeeper_0.3.tar.gz
etckeeper_0.3_all.deb
to pool/main/e/etckeeper/etckeeper_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Joey Hess <[EMAIL PROTECTED]> (supplier of updated etckeeper 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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Thu, 15 Nov 2007 12:21:02 -0500
Source: etckeeper
Binary: etckeeper
Architecture: source all
Version: 0.3
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description:
etckeeper - store /etc in git
Closes: 451167 451302 451347 451378
Changes:
etckeeper (0.3) unstable; urgency=low
.
* Patch from Remi Vanicat adding an etckeeper.conf file and
a GIT_COMMIT_OPTIONS configuration setting. Closes: #451167
* Add network/run and adjtime to default gitignore. Closes: #451347
* Patch from Rémi Vanicat adding bash completion. Closes: #451302
* Remove redundant dependency on debconf. Closes: #451378
Files:
5cd5f27912453a8491e7471b71cb13f9 596 admin optional etckeeper_0.3.dsc
f01e502579545121530fcd318fcb906c 16396 admin optional etckeeper_0.3.tar.gz
5bbe58a56a47f55482430feb0bee9cff 10978 admin optional etckeeper_0.3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHPIAI2tp5zXiKP0wRAi2WAKCisiCtWUS8K5uHC5sRatzoPQOp8QCfVprt
AcnV0XAJ8qms4eL0C/ccDKU=
=song
-----END PGP SIGNATURE-----
--- End Message ---