summaryrefslogtreecommitdiff
path: root/README
blob: a346352e7c5992f1b34d1fe692c4696cef5a6f02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
This package has been created by Fabien Tassin <fta@sofaraway.org>.

It is *not* a debian package.

It is composed of just a Makefile and a pile of patches.
Those patches are targetting mozilla/client.mk and add targets to
fetch respectively nss, nspr and xulbrowser (browser build with libxul
from xulrunner package).

Depends on cvs, wget and quilt.

To use:

   $ make            (display usage)

	Usage:
	   make client                Fetch and patch mozilla client
	   make firefox-orig          Create firefox-3.0 sources tarball
	   make xulrunner-orig        Create xulrunner-1.9 sources tarball
	   make thunderbird-orig      Create thunderbird-3.0 sources tarball
	   make seamonkey-orig        Create seamonkey-2.0 sources tarball
	   make nss-orig              Create nss sources tarball
  	   make nspr-orig             Create nspr sources tarball
	   make sunbird-orig          Create lightning-sunbird sources tarball (*)

       (*): this is in the MOZILLA_1_8_BRANCH, while everything else is in trunk

  You can also recreate a tarball from a specific timestamp by specifying
  DEBIAN_DATE in the form YYYYMMDDtHHMM

  Ex: make DEBIAN_DATE=20070911t1711 nspr-orig

  You can fetch a specific branch by specifying DEBIAN_BRANCH.

   Ex: make DEBIAN_BRANCH=MOZILLA_1_9a8_MINIBRANCH firefox-orig

  It is also possible to use both DEBIAN_DATE and DEBIAN_BRANCH to fetch
  the content of a branch at a particular date

  Alternatively, you can fetch a specific CO tag using DEBIAN_TAG.
  See 'make status' for a list of available tags.

   Ex: make DEBIAN_TAG=MOZILLA_1_9a8_RELEASE=3.0~alpha8 firefox-orig
   will create a tarball named firefox-3.0-3.0~alpha8+nobinonly.orig.tar.gz

  It is also possible to just call the new client.mk targets without
  building tarballs:

   $ make -f mozilla/client.mk checkout MOZ_CO_PROJECT=nss
   $ make -f mozilla/client.mk checkout MOZ_CO_PROJECT=nspr
   $ make -f mozilla/client.mk checkout MOZ_CO_PROJECT=xulbrowser