unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] debian: package ruby bindings
@ 2013-04-03 23:27 Felipe Contreras
  2013-04-13  4:32 ` Felipe Contreras
                   ` (2 more replies)
  0 siblings, 3 replies; 25+ messages in thread
From: Felipe Contreras @ 2013-04-03 23:27 UTC (permalink / raw)
  To: notmuch; +Cc: Stefano Zacchiroli, David Bremner

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
---
 debian/control              | 14 ++++++++++++++
 debian/notmuch-ruby.install |  1 +
 debian/rules                |  9 +++++++++
 3 files changed, 24 insertions(+)
 create mode 100644 debian/notmuch-ruby.install

diff --git a/debian/control b/debian/control
index 854a32a..620c5ce 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Build-Depends:
  libz-dev,
  python-all (>= 2.6.6-3~),
  python3-all (>= 3.1.2-7~),
+ ruby-dev,
  emacs23-nox | emacs23 (>=23~) | emacs23-lucid (>=23~) |
  emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~),
  gdb,
@@ -89,6 +90,19 @@ Description: Python 3 interface to the notmuch mail search and index library
  This package provides a Python 3 interface to the notmuch
  functionality, directly interfacing with a shared notmuch library.
 
+Package: notmuch-ruby
+Architecture: any
+Section: ruby
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Ruby interface to the notmuch mail search and index library
+ 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 Ruby interface to the notmuch
+ functionality, directly interfacing with a shared notmuch library.
+
 Package: notmuch-emacs
 Architecture: all
 Section: mail
diff --git a/debian/notmuch-ruby.install b/debian/notmuch-ruby.install
new file mode 100644
index 0000000..f92f09c
--- /dev/null
+++ b/debian/notmuch-ruby.install
@@ -0,0 +1 @@
+usr/local/lib/site_ruby/*/*/notmuch.so
diff --git a/debian/rules b/debian/rules
index c4e3930..7c7247a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,15 +12,24 @@ override_dh_auto_build:
 	dh_auto_build
 	dh_auto_build --sourcedirectory bindings/python
 	cd bindings/python && $(python3_all) setup.py build
+	dh_auto_build --sourcedirectory bindings/ruby
+	cd bindings/ruby && ruby extconf.rb && make
 	$(MAKE) -C contrib/notmuch-mutt
 
 override_dh_auto_clean:
 	dh_auto_clean
 	dh_auto_clean --sourcedirectory bindings/python
 	cd bindings/python && $(python3_all) setup.py clean -a
+	dh_auto_build --sourcedirectory bindings/ruby
+	cd bindings/ruby && test -f Makefile && make clean || true
 	$(MAKE) -C contrib/notmuch-mutt clean
 
 override_dh_auto_install:
 	dh_auto_install
 	dh_auto_install --sourcedirectory bindings/python
 	cd bindings/python && $(python3_all) setup.py install --install-layout=deb --root=$(CURDIR)/debian/tmp
+	dh_auto_build --sourcedirectory bindings/ruby
+	cd bindings/ruby && make install DESTDIR=$(CURDIR)/debian/tmp
+
+# ruby's site is configured in /usr/local
+override_dh_usrlocal:
-- 
1.8.2

^ permalink raw reply related	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2017-03-12 16:11 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-03 23:27 [PATCH] debian: package ruby bindings Felipe Contreras
2013-04-13  4:32 ` Felipe Contreras
2013-04-13  6:14   ` Tomi Ollila
2013-04-13  6:49     ` Felipe Contreras
2013-04-13 11:35   ` David Bremner
2013-04-13 14:49     ` Felipe Contreras
2013-04-13 15:00       ` David Bremner
2013-04-13 15:03         ` Felipe Contreras
2013-04-13 15:31           ` David Bremner
2013-04-14 13:52 ` David Bremner
2013-04-15  1:19   ` Felipe Contreras
2013-04-15 10:24     ` David Bremner
2013-04-16 18:38       ` Felipe Contreras
2013-04-15 10:34     ` David Bremner
2013-04-15 17:13       ` Felipe Contreras
2013-04-23 23:35         ` David Bremner
2013-04-24  7:20           ` Felipe Contreras
2013-04-28  7:18           ` Felipe Contreras
2013-04-29  1:22             ` David Bremner
2013-04-29  5:34               ` Felipe Contreras
2013-04-29 10:38                 ` David Bremner
2013-04-29 17:57                   ` Felipe Contreras
2013-04-29 18:16                     ` Carl Worth
2013-04-29 18:30                       ` Felipe Contreras
2017-03-12 16:11 ` 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).