~ubuntu-branches/debian/sid/iceweasel/sid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Mike Hommey
  • Date: 2011-07-22 15:48:09 UTC
  • Revision ID: james.westby@ubuntu.com-20110722154809-krkit23um6indmj4
Tags: 5.0-4
* debian/rules: Don't create a versioned shlibs for libmozjs.
* debian/xulrunner-dev.preinst.in: Add a preinst script to remove
  /usr/lib/xulrunner-devel-GRE_VERSION/sdk/bin before upgrading from versions
  <= 5.0-2. Closes: #634053.
* debian/control*:
  - Use linux-any wildcard for libasound2-dev and libiw-dev Build-Depends
    instead of using a list of negated architectures. Closes: #634629.
  - Adjust some package descriptions. Closes: #633597.
  - Bump Standards-Version to 3.9.2.0. No changes required.
* debian/extra-stuff/addonsInfo.js: Fix the addons info dumper to use the new
  Addons Manager API. Closes: #603412.
* debian/xulrunner-GRE_VERSION.postinst.in,
  debian/xulrunner-GRE_VERSION.prerm.in: Remove the xulrunner-stub
  alternative. The reason why it was good to have in /usr/bin doesn't exist
  anymore.
* debian/xulrunner-GRE_VERSION.postinst.in: Don't cleanup {compreg,xpti}.dat.
  They've not been generated for a while.

* js/src/xpconnect/shell/xpcshell.cpp: Fixup for bz#671804.
* configure*: Revert "Put the crmf library before the NSS libraries".

Show diffs side-by-side

added added

removed removed

Lines of Context:
315
315
        dh_strip -plibmozjs$(SO_VERSION) --dbg-package=libmozjs$(SO_VERSION)-dbg
316
316
        dh_strip -pspidermonkey-bin
317
317
 
318
 
override_dh_makeshlibs:
319
 
        dh_makeshlibs -plibmozjs$(SO_VERSION) -V 'libmozjs$(SO_VERSION) (>= 2.0~rc1)'
320
 
 
321
318
override_dh_shlibdeps:
322
319
        dh_shlibdeps -a -l$(CURDIR)/debian/tmp/usr/lib/xulrunner-$(GRE_VERSION) -Xlibmozgnome -Xlibnkgnomevfs -Xlibdbusservice
323
320
        LD_LIBRARY_PATH=$(CURDIR)/debian/tmp/usr/lib/xulrunner-$(GRE_VERSION) dpkg-shlibdeps -Tdebian/xulrunner-$(GRE_VERSION).substvars -dDepends -pgnome $(foreach lib,dbusservice mozgnome nkgnomevfs,debian/xulrunner-$(GRE_VERSION)/usr/lib/xulrunner-$(GRE_VERSION)/components/lib$(lib).so)