diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -1,5 +1,6 @@ -mozclient is an abstract tarball creator based on Makefile inheritance which -provides a get-new-orig target usable by Mozilla packages in Ubuntu. +mozilla-devscripts is an abstract tarball creator based on Makefile +inheritance which provides a get-new-orig target usable by Mozilla packages in +Ubuntu. The package contains rules for the following projects: - firefox-3.0 @@ -18,8 +19,8 @@ the "+nobinonly" signature are dropped. To use : -- in debian/control: add mozclient to Build-Depends -- in debian/rules: add "include /usr/share/mozclient/yourproject.mk" +- in debian/control: add mozilla-devscripts to Build-Depends +- in debian/rules: add "include /usr/share/mozilla-devscripts/yourproject.mk" The following targets are then available to the caller of debian/rules: - get-orig-source @@ -35,7 +36,7 @@ or DEBIAN_TAG in the form CVS_TAG=debian_version ex: DEBIAN_TAG=FIREFOX_3_0b2_RC1=3.0~b2~rc1 -Projects files are stored in /usr/share/mozclient as .mk files. +Projects files are stored in /usr/share/mozilla-devscripts as .mk files. They contain the following parameters: - MOZCLIENT_TARGET (mandatory): a label, usually 'project-orig' @@ -52,9 +53,9 @@ They contain the following parameters: Example with firefox-3.0: -- in debian/control, add mozclient to Build-Depends +- in debian/control, add mozilla-devscripts to Build-Depends - in debian/rules, add: - include /usr/share/mozclient/firefox-3.0.mk + include /usr/share/mozilla-devscripts/firefox-3.0.mk That's it. You've gained get-orig-source. |