* [PATCH] debian: build notmuch-vim again
@ 2013-06-03 0:44 Felipe Contreras
2013-06-03 1:14 ` David Bremner
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Felipe Contreras @ 2013-06-03 0:44 UTC (permalink / raw)
To: notmuch; +Cc: David Bremner
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
---
debian/control | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/debian/control b/debian/control
index 08071be..273a5a7 100644
--- a/debian/control
+++ b/debian/control
@@ -120,6 +120,21 @@ Description: thread-based email index, search and tagging (emacs interface)
This package provides an emacs based mail user agent based on
notmuch.
+Package: notmuch-vim
+Architecture: all
+Section: mail
+Breaks: notmuch (<<0.6~254~)
+Replaces: notmuch (<<0.6~254~)
+Depends: ${misc:Depends}, notmuch, vim-addon-manager
+Description: thread-based email index, search and tagging (vim interface)
+ Notmuch is a system for indexing, searching, reading, and tagging
+ large collections of email messages in maildir or mh format. It uses
+ the Xapian library to provide fast, full-text search with a very
+ convenient search syntax.
+ .
+ This package provides a vim based mail user agent based on
+ notmuch.
+
Package: notmuch-mutt
Architecture: all
Depends:
--
1.8.3.358.g5a91d05
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH] debian: build notmuch-vim again
2013-06-03 0:44 [PATCH] debian: build notmuch-vim again Felipe Contreras
@ 2013-06-03 1:14 ` David Bremner
2013-06-03 1:39 ` Felipe Contreras
2013-06-03 10:45 ` David Bremner
2013-07-28 17:59 ` David Bremner
2 siblings, 1 reply; 8+ messages in thread
From: David Bremner @ 2013-06-03 1:14 UTC (permalink / raw)
To: Felipe Contreras, notmuch
Felipe Contreras <felipe.contreras@gmail.com> writes:
> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
> ---
> debian/control | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
>
Hi Felipe;
What about the bugs from the old plugin, are they fixed by the new one?
http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=notmuch-vim;dist=unstable
d
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] debian: build notmuch-vim again
2013-06-03 1:14 ` David Bremner
@ 2013-06-03 1:39 ` Felipe Contreras
0 siblings, 0 replies; 8+ messages in thread
From: Felipe Contreras @ 2013-06-03 1:39 UTC (permalink / raw)
To: David Bremner; +Cc: notmuch
On Sun, Jun 2, 2013 at 8:14 PM, David Bremner <bremner@debian.org> wrote:
> Felipe Contreras <felipe.contreras@gmail.com> writes:
>
>> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
>> ---
>> debian/control | 15 +++++++++++++++
>> 1 file changed, 15 insertions(+)
>>
>
> Hi Felipe;
>
> What about the bugs from the old plugin, are they fixed by the new one?
>
> http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=notmuch-vim;dist=unstable
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616692
Yeah.
We don't rely on any of that stuff.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636707
Yeah.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636709
That's a trivial enhancement, not really a bug.
--
Felipe Contreras
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] debian: build notmuch-vim again
2013-06-03 0:44 [PATCH] debian: build notmuch-vim again Felipe Contreras
2013-06-03 1:14 ` David Bremner
@ 2013-06-03 10:45 ` David Bremner
2013-07-17 16:11 ` Felipe Contreras
2013-07-28 17:59 ` David Bremner
2 siblings, 1 reply; 8+ messages in thread
From: David Bremner @ 2013-06-03 10:45 UTC (permalink / raw)
To: Felipe Contreras, notmuch
Felipe Contreras <felipe.contreras@gmail.com> writes:
> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
> ---
> debian/control | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
>
Build fails with:
,----
| cp: cannot stat `debian/tmp/vim/plugin/notmuch.vim': No such file or directory
| dh_install: cp -a debian/tmp/vim/plugin/notmuch.vim debian/notmuch-vim/usr/share/vim/addons/plugin/ returned exit code 1
| make: *** [binary] Error 2
| dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
| debuild: fatal error at line 1357:
`----
b.t.w, do you know if an extra ruby-ish dependency is needed for the
binary package now?
d
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] debian: build notmuch-vim again
2013-06-03 10:45 ` David Bremner
@ 2013-07-17 16:11 ` Felipe Contreras
2013-07-19 1:46 ` David Bremner
0 siblings, 1 reply; 8+ messages in thread
From: Felipe Contreras @ 2013-07-17 16:11 UTC (permalink / raw)
To: David Bremner; +Cc: notmuch
On Mon, Jun 3, 2013 at 5:45 AM, David Bremner <bremner@debian.org> wrote:
> Felipe Contreras <felipe.contreras@gmail.com> writes:
>
>> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
>> ---
>> debian/control | 15 +++++++++++++++
>> 1 file changed, 15 insertions(+)
>>
>
> Build fails with:
>
> ,----
> | cp: cannot stat `debian/tmp/vim/plugin/notmuch.vim': No such file or directory
> | dh_install: cp -a debian/tmp/vim/plugin/notmuch.vim debian/notmuch-vim/usr/share/vim/addons/plugin/ returned exit code 1
> | make: *** [binary] Error 2
> | dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
> | debuild: fatal error at line 1357:
> `----
Is this still an issue?
> b.t.w, do you know if an extra ruby-ish dependency is needed for the
> binary package now?
It's not required, but it's preferred to have the 'mail' ruby gem. I'm
not sure if debian packages gems though.
--
Felipe Contreras
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] debian: build notmuch-vim again
2013-07-17 16:11 ` Felipe Contreras
@ 2013-07-19 1:46 ` David Bremner
0 siblings, 0 replies; 8+ messages in thread
From: David Bremner @ 2013-07-19 1:46 UTC (permalink / raw)
To: Felipe Contreras; +Cc: notmuch
Felipe Contreras <felipe.contreras@gmail.com> writes:
> On Mon, Jun 3, 2013 at 5:45 AM, David Bremner <bremner@debian.org> wrote:
>> Felipe Contreras <felipe.contreras@gmail.com> writes:
>>
>>> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
>>> ---
>>> debian/control | 15 +++++++++++++++
>>> 1 file changed, 15 insertions(+)
>>>
>>
>> Build fails with:
>>
>> ,----
>> | cp: cannot stat `debian/tmp/vim/plugin/notmuch.vim': No such file or directory
>> | dh_install: cp -a debian/tmp/vim/plugin/notmuch.vim debian/notmuch-vim/usr/share/vim/addons/plugin/ returned exit code 1
>> | make: *** [binary] Error 2
>> | dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
>> | debuild: fatal error at line 1357:
>> `----
>
> Is this still an issue?
at least for me, yes.
>
>> b.t.w, do you know if an extra ruby-ish dependency is needed for the
>> binary package now?
>
> It's not required, but it's preferred to have the 'mail' ruby gem. I'm
> not sure if debian packages gems though.
does this look like the right one?
d
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] debian: build notmuch-vim again
2013-06-03 0:44 [PATCH] debian: build notmuch-vim again Felipe Contreras
2013-06-03 1:14 ` David Bremner
2013-06-03 10:45 ` David Bremner
@ 2013-07-28 17:59 ` David Bremner
2013-08-01 18:53 ` Felipe Contreras
2 siblings, 1 reply; 8+ messages in thread
From: David Bremner @ 2013-07-28 17:59 UTC (permalink / raw)
To: Felipe Contreras, notmuch
Felipe Contreras <felipe.contreras@gmail.com> writes:
> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
> ---
> debian/control | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
I pushed a substantially modified version of this patch.
See commit 0eb4213766e051
d
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] debian: build notmuch-vim again
2013-07-28 17:59 ` David Bremner
@ 2013-08-01 18:53 ` Felipe Contreras
0 siblings, 0 replies; 8+ messages in thread
From: Felipe Contreras @ 2013-08-01 18:53 UTC (permalink / raw)
To: David Bremner; +Cc: notmuch
On Sun, Jul 28, 2013 at 12:59 PM, David Bremner <bremner@debian.org> wrote:
> Felipe Contreras <felipe.contreras@gmail.com> writes:
>
>> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
>> ---
>> debian/control | 15 +++++++++++++++
>> 1 file changed, 15 insertions(+)
>
> I pushed a substantially modified version of this patch.
>
> See commit 0eb4213766e051
Thanks.
--
Felipe Contreras
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2013-08-01 18:53 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-03 0:44 [PATCH] debian: build notmuch-vim again Felipe Contreras
2013-06-03 1:14 ` David Bremner
2013-06-03 1:39 ` Felipe Contreras
2013-06-03 10:45 ` David Bremner
2013-07-17 16:11 ` Felipe Contreras
2013-07-19 1:46 ` David Bremner
2013-07-28 17:59 ` David Bremner
2013-08-01 18:53 ` Felipe Contreras
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).