~ubuntu-branches/ubuntu/jaunty/firefox-3.5/jaunty-updates

« back to all changes in this revision

Viewing changes to debian/mozclient/firefox-3.5.mk

  • Committer: Bazaar Package Importer
  • Author(s): Fabien Tassin
  • Date: 2009-03-30 19:00:40 UTC
  • Revision ID: james.westby@ubuntu.com-20090330190040-bi1fyb3vw34x1030
Tags: 3.5~b4~hg20090330r24021+nobinonly-0ubuntu1
* New upstream snapshot, needed to initiate the firefox 3.1->3.5 transition (LP: #352995)
* Add libstartup-notification0-dev to build-deps as it now seems to be
  mandatory on lpia
  - update debian/control
* Fix the mozclient include to really use the local configuration
  - update debian/rules
* Update MOZCLIENT_GETDATE to make it use pushlog so it is not confused by merges with
  dates in the past
  - update debian/mozclient/firefox-3.5.conf

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- mode: makefile; coding: utf-8 -*-
 
2
 
 
3
# Copyright (c) 2008 Fabien Tassin <fta@sofaraway.org>
 
4
# Description: Project firefox 3.5
 
5
#
 
6
# This program is free software; you can redistribute it and/or
 
7
# modify it under the terms of the GNU General Public License as
 
8
# published by the Free Software Foundation; either version 2, or (at
 
9
# your option) any later version.
 
10
#
 
11
# This program is distributed in the hope that it will be useful, but
 
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
14
# General Public License for more details.
 
15
#
 
16
# You should have received a copy of the GNU General Public License along
 
17
# with this program; if not, write to the Free Software Foundation, Inc.,
 
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
19
 
 
20
include /usr/share/mozilla-devscripts/mozclient.mk
 
21
 
 
22
COMPARE_FILTER_PRE_IN := sed \
 
23
        -e 's,foo,bar,' \
 
24
        $(NULL)
 
25
 
 
26
COMPARE_FILTER_PRE_OUT := sed \
 
27
        -e 's,^usr/lib/firefox-3.5[^/]*/,,' \
 
28
        $(NULL)
 
29
 
 
30
COMPARE_FILTER_IN    := sed \
 
31
        -e 's,^usr/lib/firefox-3.5[^/]*/searchplugins,usr/lib/firefox-addons/searchplugins,' \
 
32
        -e 's,^usr/lib/firefox-3.5[^/]*/extensions/inspector@mozilla.org/.*,,' \
 
33
        -e 's,^usr/lib/firefox-3.5[^/]*/extensions,usr/lib/xulrunner-addons/extensions,' \
 
34
        -e 's,^usr/lib/firefox-3.5[^/]*/defaults/profile,etc/firefox-3.5/profile,' \
 
35
        -e 's,^usr/lib/firefox-3.5[^/]*/\(old-homepage-default.properties\|README.txt\|removed-files\),,' \
 
36
        -e 's,^usr/lib/firefox-3.5[^/]*/.autoreg,,' \
 
37
        -e 's,^etc/firefox-3.5[^/]*/.autoreg,,' \
 
38
        $(NULL)
 
39
 
 
40
COMPARE_FILTER_OUT   := sed \
 
41
        -e 's,^DEBIAN/.*,,' \
 
42
        -e 's,^usr/lib/debug/.*,,' \
 
43
        -e 's,^usr/share/doc/.*,,' \
 
44
        -e 's,^usr/share/menu/.*,,' \
 
45
        -e 's,^usr/share/applications/.*,,' \
 
46
        -e 's,^usr/share/bug/firefox-3.5/presubj,,' \
 
47
        -e 's,^etc/firefox-3.5/\(firefoxrc\|pref/firefox.js\),,' \
 
48
        -e 's,^usr/lib/firefox-addons/searchplugins/\(debsearch\|wikipedia\).\(gif\|src\),,' \
 
49
        -e 's,^usr/lib/firefox-3.5[^/]*/\(firefox-3.5-restart-required.update-notifier\|firefox.cfg\|firefox.sh\|ffox-4-beta-profile-migration-dialog\),,' \
 
50
        $(NULL)
 
51
 
 
52
include /usr/share/mozilla-devscripts/compare.mk