X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=packaging%2FREADME;h=209ed5b82be35aacfd6dea718ebbe8cbee3094e8;hb=fd48f3e498442f0cbff5f3606c7c403d0566150e;hp=ea5689bdef04c387a24bb2cec8841083e7e07923;hpb=96f35b20267e8b1a1c846d476f27fcd330e0b018;p=debian%2Famanda diff --git a/packaging/README b/packaging/README index ea5689b..209ed5b 100644 --- a/packaging/README +++ b/packaging/README @@ -1,25 +1,28 @@ This directory contains scripts and data files necessary to build various binary (or source) installation packages. These are the currently functional packages: - -Macintosh OS X >=10.4 .pkg files + -.deb packages -RPMs for various OSes that use them. TODO: Wiki page with a full list of RPM using distros and versions the .spec supports. - -Solaris .pkg files for 9,10 Coming soon: -ebuilds for Gentoo - -.deb Debian style packages for various OSes that use them. -.msi packages for Windows XP and Server 2003 + -macosx-pkg builds + -Solaris .pkg builds for 9,10 + -Common files which can be shared by all packages such License.txt, + README, or Copyrights. The Directory layout is as follows: packaging/ - common/ # Common files which can be shared by all packages such - # License.txt, README, or Copyrights. So far, empty :-) deb/ # Debian - macosx-pkg/ # Macintosh OSX - msi/ # MicroSoft Installer for Windows rpm/ # RPM - sun-pkg/ # Solaris .pkg -Each subdirectory (except common) has a shell script named buildpkg. This script will -actually build the package with Zmanda's defaults for you. +Each subdirectory (except common) has a shell script named buildpkg. This +script will actually build the package with Zmanda's defaults for you. + +Notes: + -deb package changelog is non-standard when checked out. either use + packaging/deb/buildpkg to build the package, or replace %%VERSION%% with + the correct number supplied in configure.in at approximately line 10: + AM_INIT_AUTOMAKE( ... ) See http://wiki.zmanda.com/index.php/Installation for more information.