summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFabien Tassin <fta@sofaraway.org>2007-12-16 19:57:30 +0100
committerFabien Tassin <fta@sofaraway.org>2007-12-16 19:57:30 +0100
commitc235ea34fa0e8bffa00e2571e8774d207159dbf7 (patch)
tree11b95f5916f7e59aff3079f17d1b31938cab5338 /README
parente8dce08f2fa8a4d0683b1b3d7811107625f6cc53 (diff)
* Rename package from mozclient to mozilla-devscripts
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 8 insertions, 7 deletions
diff --git a/README b/README
index abd530f..36fb93c 100644
--- a/README
+++ b/README
@@ -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.