Upstream tarball 9642
[amule.git] / README.Debian-Packages
blobf77482cba4e2a817d4920fc367241902d88a64fd
1 This debian rules file controls the buildprocess of the packages of aMule you can either run
2 dpkg-buildpackage -us -uc -b -rfakeroot
3 to build them all, or you can invoke debian/rules directly with the target you want to be build. If you run
4 debian/rules without a target, or with the target help, this help will be printed. Other possible targets
5 are listed below, you can combine them as you need. amule-common, the packages with the skins and
6 i18n-en-gb are build everytime. The Theme for the webserver get build when you build the
7 webserver.
9 amule                   Builds the normal GUI-Version of aMule
10 ed2k                    Builds the ed2k-client of aMule
11 cas                     Builds the cas binary for commandline statistics
12 wxcas                   Builds the graphical version of cas
13 webserver               Builds the webserver for controlling aMule
14 remotegui               Builds the remote GUI for controlling aMule
15 daemon                  Builds the daemonized version of aMule
16 alcc                    Builds the ed2k-link-creation utility of aMule
17 alc                     Builds the graphical version of alcc
18 amulecmd                Builds the commandline-client for controlling aMule
19 xas                     Enables the creation of the xas package
20 amule-dbg               Creates the debugging symbols for the amule binary
21 ed2k-dbg                Creates the debugging symbols for the ed2k binary
22 cas-dbg                 Creates the debugging symbols for the cas binary
23 wxcas-dbg               Creates the debugging symbols for the wxcas binary
24 webserver-dbg           Creates the debugging symbols for the amuleweb binary
25 remotegui-dbg           Creates the debugging symbols for the amulegui binary
26 daemon-dbg              Creates the debugging symbols for the amuled binary
27 alcc-dbg                Creates the debugging symbols for the alcc binary
28 alc-dbg                 Creates the debugging symbols for the alc binary
29 amulecmd-dbg            Creates the debugging symbols for the amulecmd binary
30 amule-utils             Creates the Metapackage for the commandline utilities and all these utils
31                         * alcc
32                         * amulecmd
33                         * cas
34 amule-utils-gui         Creates the Metapackage for the graphical utilities and all these utils
35                         * alc
36                         * remotegui
37                         * wxcas
38 i18n-<lang>             Builds the coresponding i18n-packge. Lang has to be one of ar, bg, ca, da,
39                         de, es, et-ee, eu, fi, fr, gl, hr, hu, it, it-ch, ko-kr, lt, nl,
40                         nn, pl, pt-br, pt-pt, ru, sl, sv, tr, zh-cn or zh-tw
41                         If no i18n-package is given, all will be build.
42                         If you just want en_GB, use i18n-en-only
44 If one of the -dbg targets is choosen, the corresponding binary will be built, too. In this case,
45 debugging is enabled, optimising is disabled. Is no -dbg target choosen, debugging is disabled, 
46 optimising is enabled.
48 If you choose to just build a few packages, you have to explicit activate ed2k or xas if 
49 you want to get the pkg's
51 The targets can be given in any order and combination