From: David Bremner <bremner@debian.org>
To: Felipe Contreras <felipe.contreras@gmail.com>, notmuch@notmuchmail.org
Subject: Re: [PATCH] debian: package ruby bindings
Date: Sun, 14 Apr 2013 10:52:40 -0300 [thread overview]
Message-ID: <87y5clte1j.fsf@zancas.localnet> (raw)
In-Reply-To: <1365031678-25188-1-git-send-email-felipe.contreras@gmail.com>
Felipe Contreras <felipe.contreras@gmail.com> writes:
>
> 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,
This doesn't build in a clean sid chroot, because ruby-dev does not
depend on ruby, so you need to explicitly add it.
> 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
Why are both these lines needed? On a related note, is the ruby build
procedure documented somewhere?
> 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
This looks suspect, calling dh_auto_build from the clean target. The
clean target cannot assume that e.g. notmuch is already built.
> 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
This call to dh_auto_build also confuses me. The top level sequencer
will ensure that the override_dh_auto_build is called before this one.
> +
> +# ruby's site is configured in /usr/local
> +override_dh_usrlocal:
The package is still installing files into /usr/local, which is a
violation of debian policy 9.1.2
It's a good idea to run "lintian" on the resulting debian packages;
that's how I caught the problem with /usr/local.
d
next prev parent reply other threads:[~2013-04-14 13:53 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://notmuchmail.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y5clte1j.fsf@zancas.localnet \
--to=bremner@debian.org \
--cc=felipe.contreras@gmail.com \
--cc=notmuch@notmuchmail.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).