Imported Upstream version 3.1.0
[debian/amanda] / packaging / README
1 This directory contains scripts and data files necessary to build various binary
2 (or source) installation packages.  These are the currently functional packages:
3         -.deb packages
4         -RPMs for various OSes that use them.  TODO: Wiki page with a full
5          list of RPM using distros and versions the .spec supports.
6 Coming soon:
7         -ebuilds for Gentoo
8         -.msi packages for Windows XP and Server 2003 
9         -macosx-pkg builds
10         -Solaris .pkg builds for 9,10
11         -Common files which can be shared by all packages such License.txt,
12          README, or Copyrights.
13
14 The Directory layout is as follows:
15 packaging/
16         deb/            # Debian
17         rpm/            # RPM
18
19 Each subdirectory (except common) has a shell script named buildpkg.  This 
20 script will actually build the package with Zmanda's defaults for you.
21
22 Notes:
23     -deb package changelog is non-standard when checked out.  either use 
24      packaging/deb/buildpkg to build the package, or replace %%VERSION%% with
25      the correct number supplied in configure.in at approximately line 10:
26      AM_INIT_AUTOMAKE( ... )
27
28 See http://wiki.zmanda.com/index.php/Installation for more information.