Blame packaging/README

Packit Service 392537
This directory contains scripts and data files necessary to build various binary
Packit Service 392537
(or source) installation packages.  These are the currently functional packages:
Packit Service 392537
	-.deb packages
Packit Service 392537
	-RPMs for various OSes that use them.  TODO: Wiki page with a full
Packit Service 392537
	 list of RPM using distros and versions the .spec supports.
Packit Service 392537
Coming soon:
Packit Service 392537
	-ebuilds for Gentoo
Packit Service 392537
	-.msi packages for Windows XP and Server 2003 
Packit Service 392537
	-macosx-pkg builds
Packit Service 392537
	-Solaris .pkg builds for 9,10
Packit Service 392537
	-Common files which can be shared by all packages such License.txt,
Packit Service 392537
	 README, or Copyrights.
Packit Service 392537
Packit Service 392537
The Directory layout is as follows:
Packit Service 392537
packaging/
Packit Service 392537
	deb/		# Debian
Packit Service 392537
	rpm/		# RPM
Packit Service 392537
Packit Service 392537
Each subdirectory (except common) has a shell script named buildpkg.  This 
Packit Service 392537
script will actually build the package with Zmanda's defaults for you.
Packit Service 392537
Packit Service 392537
Notes:
Packit Service 392537
    -deb package changelog is non-standard when checked out.  either use 
Packit Service 392537
     packaging/deb/buildpkg to build the package, or replace %%VERSION%% with
Packit Service 392537
     the correct number supplied in configure.ac at approximately line 10:
Packit Service 392537
     AM_INIT_AUTOMAKE( ... )
Packit Service 392537
Packit Service 392537
See http://wiki.zmanda.com/index.php/Installation for more information.