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

« back to all changes in this revision

Viewing changes to src/erlang-oauth/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:
136
136
ERLANG_FLAGS = @ERLANG_FLAGS@
137
137
ERLC = @ERLC@
138
138
ERLC_FLAGS = @ERLC_FLAGS@
 
139
ESCRIPT = @ESCRIPT@
139
140
EXEEXT = @EXEEXT@
140
141
FGREP = @FGREP@
141
142
FLAGS = @FLAGS@
224
225
datarootdir = @datarootdir@
225
226
docdir = @docdir@
226
227
dvidir = @dvidir@
 
228
erlangbin = @erlangbin@
 
229
erlangversion = @erlangversion@
227
230
exec_prefix = @exec_prefix@
228
231
host = @host@
229
232
host_alias = @host_alias@