~ubuntu-branches/ubuntu/trusty/couchdb/trusty

« back to all changes in this revision

Viewing changes to src/couchdb/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jason Gerard DeRose
  • Date: 2013-12-01 16:55:05 UTC
  • mfrom: (1.3.5)
  • Revision ID: package-import@ubuntu.com-20131201165505-for2toyl58mhzwj2
Tags: 1.5.0-0ubuntu1
* New upstream release (LP: #1254371)
* Don't include `couchdb` info page in `couchdb-bin` binary package as it
  provides no meaningful benefit over the `couchdb` man page (note this change
  means we don't need to add a Build-Depends on `install-info` for Trusty)
* Remove Build-Depends: texlive-latex-base, texlive-latex-recommended,
  texlive-latex-extra, texlive-fonts-recommended, texinfo (as documentation
  thus produced doesn't get included in the binary packages anyway)
* debian/rules: don't call ./configure with --enable-strictness as we dropped
  Build-Depends on `texlive-*`, `texinfo`, plus didn't add `install-info` 
* Add Build-Depends: lsb-release (used for [vendor] info in default.ini)
* debian/rules: insert proper [vendor] info in default.ini (note this should
  be improved once there is a better mechanism upstream)
* debian/couchdb.upstart: start on filesystem and static-network-up,
  stop on deconfiguring-networking, plus add "author" line

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
ERLANG_FLAGS = @ERLANG_FLAGS@
179
179
ERLC = @ERLC@
180
180
ERLC_FLAGS = @ERLC_FLAGS@
 
181
ESCRIPT = @ESCRIPT@
181
182
EXEEXT = @EXEEXT@
182
183
FGREP = @FGREP@
183
184
FLAGS = @FLAGS@
266
267
datarootdir = @datarootdir@
267
268
docdir = @docdir@
268
269
dvidir = @dvidir@
 
270
erlangbin = @erlangbin@
 
271
erlangversion = @erlangversion@
269
272
exec_prefix = @exec_prefix@
270
273
host = @host@
271
274
host_alias = @host_alias@