* adding emacs-snapshot as alternative to emacs @ 2012-06-21 16:25 Rainer M Krug 2012-06-21 17:11 ` Jeremy Nickurak 0 siblings, 1 reply; 7+ messages in thread From: Rainer M Krug @ 2012-06-21 16:25 UTC (permalink / raw) To: notmuch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi I would like to install notmuch with emacs-snapshot on ubuntu, but it does not seem to be in the list of alternatives to emacs. I cmpiled the deb packages from source. I have one question and one suggestion: 1) what do I have to change to have emacs-snapshot as an alternative to emacs in the dependency list of the deb package? 2) Could emacs-snapshot be added as an alternative dependency into the source? Thanks, Rainer -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk/jSxEACgkQoYgNqgF2egrUHACff/Ung3WxUH5wOfF/tnqvsiUr dMMAnjhOojCycdTeCp2udnuPxaC+sRK+ =HfdX -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: adding emacs-snapshot as alternative to emacs 2012-06-21 16:25 adding emacs-snapshot as alternative to emacs Rainer M Krug @ 2012-06-21 17:11 ` Jeremy Nickurak 2012-06-21 18:37 ` Rainer M Krug 0 siblings, 1 reply; 7+ messages in thread From: Jeremy Nickurak @ 2012-06-21 17:11 UTC (permalink / raw) To: Rainer M Krug; +Cc: notmuch [-- Attachment #1.1: Type: text/plain, Size: 558 bytes --] On Thu, Jun 21, 2012 at 10:25 AM, Rainer M Krug <R.M.Krug@gmail.com> wrote: > I would like to install notmuch with emacs-snapshot on ubuntu, but it does > not seem to be in the > list of alternatives to emacs. I cmpiled the deb packages from source. > I have one question and one suggestion: > > 1) what do I have to change to have emacs-snapshot as an alternative to > emacs in the dependency > list of the deb package? > > 2) Could emacs-snapshot be added as an alternative dependency into the > source? > Here's what I'm using to get it to build right. [-- Attachment #1.2: Type: text/html, Size: 845 bytes --] [-- Attachment #2: 0001-debian-allow-emacs-snapshot-to-satisfy-build-depende.patch --] [-- Type: application/octet-stream, Size: 1250 bytes --] From 7c660ab0db9f57788a5f82f1e140c989850aacf2 Mon Sep 17 00:00:00 2001 From: Jeremy Nickurak <jeremy.nickurak@emc.com> Date: Mon, 11 Jun 2012 07:52:44 -0600 Subject: [PATCH] debian: allow emacs-snapshot to satisfy build-dependencies. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 812430f..9e5ff85 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: libtalloc-dev, libz-dev, python-all (>= 2.6.6-3~), - emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~), + emacs-snapshot (>=23~) | emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~), gdb, dtach (>= 0.8) Standards-Version: 3.9.3 @@ -80,7 +80,7 @@ Section: mail Breaks: notmuch (<<0.6~254~) Replaces: notmuch (<<0.6~254~) Depends: ${misc:Depends}, notmuch (>= ${source:Version}), - emacs23 (>= 23~) | emacs23-nox (>=23~) | emacs23-lucid (>=23~) + emacs-snapshot (>=23~) | emacs23 (>= 23~) | emacs23-nox (>=23~) | emacs23-lucid (>=23~) Description: thread-based email index, search and tagging (emacs interface) Notmuch is a system for indexing, searching, reading, and tagging large collections of email messages in maildir or mh format. It uses -- 1.7.9.5 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: adding emacs-snapshot as alternative to emacs 2012-06-21 17:11 ` Jeremy Nickurak @ 2012-06-21 18:37 ` Rainer M Krug 2012-06-21 18:47 ` David Bremner 0 siblings, 1 reply; 7+ messages in thread From: Rainer M Krug @ 2012-06-21 18:37 UTC (permalink / raw) To: notmuch; +Cc: public-notmuch-gxuj+Tv9EO5zyzON3hdc1g -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 21/06/12 19:11, Jeremy Nickurak wrote: > On Thu, Jun 21, 2012 at 10:25 AM, Rainer M Krug > <R.M.Krug@gmail.com > <mailto:R.M.Krug@gmail.com>> wrote: > > I would like to install notmuch with emacs-snapshot on ubuntu, but it does not seem to be in > the list of alternatives to emacs. I cmpiled the deb packages from source. I have one question > and one suggestion: > > 1) what do I have to change to have emacs-snapshot as an alternative to emacs in the > dependency list of the deb package? > > 2) Could emacs-snapshot be added as an alternative dependency into the source? > > > Here's what I'm using to get it to build right. Thanks - installs nicely. Would it be possible to include this in the source? Rainer > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk/jafIACgkQoYgNqgF2egpYZgCeMedc8Us+7gx8cxjj/gM/bmiw QiEAn1cD042JrAZktTt21jalJxp026jO =1LQB -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: adding emacs-snapshot as alternative to emacs 2012-06-21 18:37 ` Rainer M Krug @ 2012-06-21 18:47 ` David Bremner 2012-06-22 7:14 ` Rainer M Krug 0 siblings, 1 reply; 7+ messages in thread From: David Bremner @ 2012-06-21 18:47 UTC (permalink / raw) To: Rainer M Krug, notmuch [-- Attachment #1: Type: text/plain, Size: 310 bytes --] Rainer M Krug <R.M.Krug@gmail.com> writes: >> >> Here's what I'm using to get it to build right. > > Thanks - installs nicely. > > Would it be possible to include this in the source? > > Rainer See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677900 And yes, I'm the grinch. d [-- Attachment #2: Type: application/pgp-signature, Size: 315 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: adding emacs-snapshot as alternative to emacs 2012-06-21 18:47 ` David Bremner @ 2012-06-22 7:14 ` Rainer M Krug 2012-06-22 10:23 ` David Bremner 0 siblings, 1 reply; 7+ messages in thread From: Rainer M Krug @ 2012-06-22 7:14 UTC (permalink / raw) To: notmuch; +Cc: public-notmuch-gxuj+Tv9EO5zyzON3hdc1g, Rainer M Krug -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 21/06/12 20:47, David Bremner wrote: > Rainer M Krug <R.M.Krug@gmail.com> writes: > >>> >>> Here's what I'm using to get it to build right. >> >> Thanks - installs nicely. >> >> Would it be possible to include this in the source? >> >> Rainer > > See > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677900 > > And yes, I'm the grinch. OK - I accept the reasoning behind not adding emacs-snapshot as an alternative to the defaults. But as I guess as quite a few are using emacs-snapshot and notmuch, it would make sense to just add a patch to the source which one could execute to add emacs-snapshot to the list of alternative dependencies. This would make the process more transparent and possibly easier to debug if errors occur. Cheers, Rainer > > d > > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk/kG1IACgkQoYgNqgF2egrbOACggXJZxR7kQoQ+LxWZp/0cJLWB e2cAn3qhB3bHSZQvHvBgChUemSfMUeUH =r4H/ -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: adding emacs-snapshot as alternative to emacs 2012-06-22 7:14 ` Rainer M Krug @ 2012-06-22 10:23 ` David Bremner 2012-06-22 10:32 ` Dmitrijs Ledkovs 0 siblings, 1 reply; 7+ messages in thread From: David Bremner @ 2012-06-22 10:23 UTC (permalink / raw) To: Rainer M Krug, notmuch [-- Attachment #1: Type: text/plain, Size: 528 bytes --] Rainer M Krug <R.M.Krug@gmail.com> writes: > OK - I accept the reasoning behind not adding emacs-snapshot as an > alternative to the defaults. But as I guess as quite a few are using > emacs-snapshot and notmuch, it would make sense to just add a patch to > the source which one could execute to add emacs-snapshot to the list > of alternative dependencies. It seems to me the wiki is the appropriate place for such information. See http://notmuchmail.org/wikiwriteaccess/ for more information. David [-- Attachment #2: Type: application/pgp-signature, Size: 315 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: adding emacs-snapshot as alternative to emacs 2012-06-22 10:23 ` David Bremner @ 2012-06-22 10:32 ` Dmitrijs Ledkovs 0 siblings, 0 replies; 7+ messages in thread From: Dmitrijs Ledkovs @ 2012-06-22 10:32 UTC (permalink / raw) To: notmuch On 22/06/12 11:23, David Bremner wrote: > Rainer M Krug <R.M.Krug@gmail.com> writes: > >> OK - I accept the reasoning behind not adding emacs-snapshot as an >> alternative to the defaults. But as I guess as quite a few are using >> emacs-snapshot and notmuch, it would make sense to just add a patch to >> the source which one could execute to add emacs-snapshot to the list >> of alternative dependencies. > Similar request was declined by Debian maintainer as well. As emacs-snapshot is a moving target, w.r.t. features, maybe we should ask emacs-snaphost packaging to add Provides: emacs22, emacs23, emacs24 And update those as necessary? Then no changes to all the external package would be needed. -- Regards, Dmitrijs. ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-06-22 10:33 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-06-21 16:25 adding emacs-snapshot as alternative to emacs Rainer M Krug 2012-06-21 17:11 ` Jeremy Nickurak 2012-06-21 18:37 ` Rainer M Krug 2012-06-21 18:47 ` David Bremner 2012-06-22 7:14 ` Rainer M Krug 2012-06-22 10:23 ` David Bremner 2012-06-22 10:32 ` Dmitrijs Ledkovs
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).