~ubuntu-branches/ubuntu/quantal/edbrowse/quantal

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2010-11-29 12:06:07 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20101129120607-murkfny32efpr1nx
Tags: 3.4.5-0ubuntu1
* New upstream release
* Convert to source format 3.0
  - add debian/format/source
* Update for xulrunner-2.0
  - update debian/control
  - add debian/patches/spidermonkey-2.0.patch for the JSNative changes
  - add debian/patches/series
* Don't call the xulrunner binary to find libmozjs
  - update debian/edbrowse.sh
* Pass -lcrypto and -lreadline to the linker
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
# Correct upstream's variables for Debian names
20
20
CFLAGS += $(shell pkg-config --cflags mozilla-js)
21
 
LIBS = -lpcre -lssl -lcurl $(shell pkg-config --libs mozilla-js)
 
21
LIBS = -lpcre -lssl -lcurl $(shell pkg-config --libs mozilla-js) -lcrypto -lreadline
22
22
# Avoid stripping binaries LFLAGS is upstream's name
23
23
# for additional linking flags!
24
24
LFLAGS = ""