diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-08-18 11:47:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-08-18 11:47:46 +0000 |
commit | bcdc329a9f340a097524f8817509e9e1aac9dc20 (patch) | |
tree | 81a4260060517731f73ef72128886be79f284e10 | |
parent | 8e91fe0607f2da1a05b2a36b64cc92a466cfa181 (diff) |
INTEGRATION: CWS debianer (1.40.8); FILE MERGED
2005/08/09 09:14:23 is 1.40.8.2: #i51885# introducing new provides and requires
2005/07/28 09:34:05 is 1.40.8.1: #i51885# debian builds
-rw-r--r-- | solenv/bin/modules/installer/globals.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/bin/modules/installer/globals.pm b/solenv/bin/modules/installer/globals.pm index 97e043e4202f..6fd5a7681d5e 100644 --- a/solenv/bin/modules/installer/globals.pm +++ b/solenv/bin/modules/installer/globals.pm @@ -133,6 +133,8 @@ BEGIN $packagerevision = 1; $rpmcommand = ""; $rpmquerycommand = ""; + $debian = ""; + $debiancompileraddon = "_DEBIAN"; $is_special_epm = 0; $epm_in_path = 0; @@ -149,6 +151,7 @@ BEGIN $alllanguagesinproductarrayref = ""; $shiptestdirectory = ""; $makelinuxlinkrpm = 0; + $linuxlinkrpmprocess = 0; $add_required_package = ""; $linuxrespin = 0; @linuxpatchfiles = (); |