diff options
author | Fabien Tassin <fta@sofaraway.org> | 2008-02-16 00:26:12 +0100 |
---|---|---|
committer | Fabien Tassin <fta@sofaraway.org> | 2008-02-16 00:26:12 +0100 |
commit | 5dc6ce451d63af596af60c892d36d22e40e751c4 (patch) | |
tree | 7502121491626e5006087b2bcc7f95af9cbae4ab | |
parent | 6e924a9fd7c46e08f2aedaef91b26f605d9c8c0e (diff) |
* Update mozclient patch for xulbrowser now that firefox 3 needs
mozilla/memory to build
- update src/patches/xulbrowser_target.patch
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | src/patches/xulbrowser_target.patch | 7 |
2 files changed, 12 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 735702b..f39d624 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mozilla-devscripts (0.05) UNRELEASED; urgency=low + + * Update mozclient patch for xulbrowser now that firefox 3 needs + mozilla/memory to build + - update src/patches/xulbrowser_target.patch + + -- Fabien Tassin <fta@sofaraway.org> Fri, 15 Feb 2008 22:02:42 +0100 + mozilla-devscripts (0.04) hardy; urgency=low * Add support in mozclient for DEBIAN_TAG for nss and nspr by not using diff --git a/src/patches/xulbrowser_target.patch b/src/patches/xulbrowser_target.patch index b596941..5355c88 100644 --- a/src/patches/xulbrowser_target.patch +++ b/src/patches/xulbrowser_target.patch @@ -1,6 +1,6 @@ --- - mozilla/client.mk | 37 ++++++++++++++++++++++++++++++++++--- - 1 file changed, 34 insertions(+), 3 deletions(-) + mozilla/client.mk | 38 +++++++++++++++++++++++++++++++++++--- + 1 file changed, 35 insertions(+), 3 deletions(-) Index: mozclient-tmp/mozilla/client.mk =================================================================== @@ -42,7 +42,7 @@ Index: mozclient-tmp/mozilla/client.mk camino \ necko \ tamarin \ -@@ -260,38 +262,67 @@ +@@ -261,38 +263,68 @@ extensions/reporter \ extensions/spellcheck \ $(NULL) @@ -71,6 +71,7 @@ Index: mozclient-tmp/mozilla/client.mk + mozilla/xpinstall \ + mozilla/browser \ + mozilla/probes \ ++ mozilla/memory \ + mozilla/other-licenses/branding/firefox \ + mozilla/other-licenses/7zstub/firefox \ + $(NULL) |