* [PATCH] debian: add dependency on bash-completion
@ 2014-03-06 13:04 David Bremner
2014-03-06 22:49 ` Jani Nikula
0 siblings, 1 reply; 4+ messages in thread
From: David Bremner @ 2014-03-06 13:04 UTC (permalink / raw)
To: notmuch
At some point we decided to only install bash completion for notmuch
if the bash-completion file was present. Add the corresponding debian
build dependency.
---
debian/control | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index a887263..475b787 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,8 @@ Build-Depends:
emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~) |
emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~),
gdb [!s390x !ia64],
- dtach (>= 0.8)
+ dtach (>= 0.8),
+ bash-completion
Standards-Version: 3.9.4
Homepage: http://notmuchmail.org/
Vcs-Git: git://notmuchmail.org/git/notmuch
--
1.8.5.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] debian: add dependency on bash-completion
2014-03-06 13:04 [PATCH] debian: add dependency on bash-completion David Bremner
@ 2014-03-06 22:49 ` Jani Nikula
2014-03-07 0:23 ` David Bremner
0 siblings, 1 reply; 4+ messages in thread
From: Jani Nikula @ 2014-03-06 22:49 UTC (permalink / raw)
To: David Bremner, notmuch
On Thu, 06 Mar 2014, David Bremner <david@tethera.net> wrote:
> At some point we decided to only install bash completion for notmuch
> if the bash-completion file was present. Add the corresponding debian
> build dependency.
> ---
> debian/control | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/debian/control b/debian/control
> index a887263..475b787 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -19,7 +19,8 @@ Build-Depends:
> emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~) |
> emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~),
> gdb [!s390x !ia64],
> - dtach (>= 0.8)
> + dtach (>= 0.8),
> + bash-completion
Not that I know anything about Debian packaging, but should we require
bash-completion >= 1.90 here too? (See the configure script.)
BR,
Jani.
> Standards-Version: 3.9.4
> Homepage: http://notmuchmail.org/
> Vcs-Git: git://notmuchmail.org/git/notmuch
> --
> 1.8.5.3
>
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] debian: add dependency on bash-completion
2014-03-06 22:49 ` Jani Nikula
@ 2014-03-07 0:23 ` David Bremner
2014-03-07 11:21 ` David Bremner
0 siblings, 1 reply; 4+ messages in thread
From: David Bremner @ 2014-03-07 0:23 UTC (permalink / raw)
To: Jani Nikula, notmuch
Jani Nikula <jani@nikula.org> writes:
>
> Not that I know anything about Debian packaging, but should we require
> bash-completion >= 1.90 here too? (See the configure script.)
debian stable is 2.0, but it wouldn't hurt.
d
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] debian: add dependency on bash-completion
2014-03-07 0:23 ` David Bremner
@ 2014-03-07 11:21 ` David Bremner
0 siblings, 0 replies; 4+ messages in thread
From: David Bremner @ 2014-03-07 11:21 UTC (permalink / raw)
To: Jani Nikula, notmuch
David Bremner <david@tethera.net> writes:
> Jani Nikula <jani@nikula.org> writes:
>>
>> Not that I know anything about Debian packaging, but should we require
>> bash-completion >= 1.90 here too? (See the configure script.)
>
> debian stable is 2.0, but it wouldn't hurt.
>
> d
pushed with the versioned build dep
d
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-03-07 11:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-06 13:04 [PATCH] debian: add dependency on bash-completion David Bremner
2014-03-06 22:49 ` Jani Nikula
2014-03-07 0:23 ` David Bremner
2014-03-07 11:21 ` David Bremner
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).