~ubuntu-branches/ubuntu/karmic/midbrowser/karmic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2008-07-25 19:18:37 UTC
  • Revision ID: james.westby@ubuntu.com-20080725191837-gv8zvn627uv1z2ze
Tags: 0.3.0release-1
* bump maxVersion to 1.9.0.* to prevent bustage on each and every
  xulrunner update
  - update midbrowser/app/application.ini
* Increased the list all the tabs button, so that user can use the finger
  to click it on a touchscreen to see all the tabs
* fix nsHildonXEventService to not break with compiz WM
  + we dont register for all events (as some events can only be subscribed to by
    one client), but just for GDK_PROPERTY_CHANGE_MASK - Thanks to Michael Vogt
    for tracking this down.
  + as a safety-belt measure we also trap X errors properly in hildon event service -
    this should prevent crashes because of errors on X calls
    - update midbrowser/components/hildon/src/nsHildonXEventService.cpp

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
MOZ_TRANSLATION_AUTO_XPI_SEARCHDIRS := debian/$(DEB_MOZ_APPLICATION)
43
43
MOZ_TRANSLATION_AUTO_XPI_LOCALE := en-US
44
44
 
45
 
CXX=g++-4.2
46
 
CC=gcc-4.2
47
 
export CXX CC
48
 
 
49
45
DEBIAN_XUL_DIR := $(shell ls -d /usr/lib/xulrunner-devel-1.9*)
50
46
 
51
47
DEB_CONFIGURE_USER_FLAGS= \