1 | # $Id: .scm-settings 93115 2022-01-01 11:31:46Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Source code massager settings for the host installers.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2010-2022 Oracle Corporation
|
---|
8 | #
|
---|
9 | # This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
10 | # available from http://www.virtualbox.org. This file is free software;
|
---|
11 | # you can redistribute it and/or modify it under the terms of the GNU
|
---|
12 | # General Public License (GPL) as published by the Free Software
|
---|
13 | # Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
14 | # VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
15 | # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
16 | #
|
---|
17 |
|
---|
18 | # External stuff.
|
---|
19 | /linux/rpm-kmod-VBoxGuest/kmodtool-VBoxGuest-el6.sh: --external-copyright
|
---|
20 |
|
---|
21 | # Dual licensed code.
|
---|
22 | /common/vboxapisetup.py: --license-ose-dual
|
---|
23 |
|
---|
24 | # ignore desktop files.
|
---|
25 | --filter-out-files *.desktop.in|*.desktop
|
---|
26 |
|
---|
27 | # Darwin stuff.
|
---|
28 | --filter-out-files */DS_Store
|
---|
29 | --filter-out-files /darwin/*.rtf
|
---|
30 | --filter-out-files /darwin/*.strings
|
---|
31 | --filter-out-files /darwin/*.html
|
---|
32 | /darwin/DiskImage/VirtualBox_Uninstall.tool: --treat-as .sh
|
---|
33 | /darwin/VBoxKEXTs/postflight: --treat-as .sh
|
---|
34 | /darwin/VirtualBox/postflight: --treat-as .sh
|
---|
35 | /darwin/VirtualBox/preflight: --treat-as .sh
|
---|
36 | /darwin/*/distribution.dist: --treat-as .xml --no-convert-eol
|
---|
37 |
|
---|
38 | # FreeBSD stuff.
|
---|
39 | --filter-out-files /freebsd/pkg-comment
|
---|
40 | --filter-out-files /freebsd/pkg-descr
|
---|
41 | --filter-out-files /freebsd/pkg_plist
|
---|
42 |
|
---|
43 | # Linux stuff.
|
---|
44 | --filter-out-files /linux/debian/changelog.in
|
---|
45 | --filter-out-files /linux/debian/compat
|
---|
46 | --filter-out-files /linux/debian/control
|
---|
47 | --filter-out-files /linux/debian/copyright
|
---|
48 | --filter-out-files /linux/debian/dirs
|
---|
49 | --filter-out-files /linux/debian/lintian-override.in
|
---|
50 | /linux/debian/postinst: --treat-as .sh
|
---|
51 | /linux/debian/postrm: --treat-as .sh
|
---|
52 | /linux/debian/preinst: --treat-as .sh
|
---|
53 | /linux/debian/prerm: --treat-as .sh
|
---|
54 | /linux/debian/rules: --treat-as Makefile --no-convert-eol --dont-set-svn-executable
|
---|
55 | --filter-out-files /linux/debian/templates
|
---|
56 | /linux/deffiles: --treat-as .sh
|
---|
57 | --filter-out-files /linux/distributions_deb
|
---|
58 | --filter-out-files /linux/distributions_rpm
|
---|
59 | /linux/Makefile-footer.gmk: --treat-as Makefile --no-convert-eol
|
---|
60 | /linux/Makefile-header.gmk: --treat-as Makefile --no-convert-eol
|
---|
61 | /linux/rpm/rules: --treat-as Makefile --no-convert-eol --dont-set-svn-executable
|
---|
62 | /linux/rpm/VirtualBox.tmpl.spec: --treat-as .sh
|
---|
63 | /linux/rpm-kmod/build-kmod.in: --treat-as .sh
|
---|
64 | /linux/rpm-kmod/kmodtool: --treat-as .sh --external-copyright --no-strip-trailing-blanks
|
---|
65 | /linux/rpm-kmod/rules: --treat-as Makefile --no-convert-eol --dont-set-svn-executable
|
---|
66 | --filter-out-files /linux/rpm-kmod/vboxdrv.spec.in
|
---|
67 | --filter-out-files /linux/rpm-kmod/VirtualBox-kmod.spec.in
|
---|
68 | --filter-out-files /linux/rpm-kmod-VBoxGuest/README
|
---|
69 | --filter-out-files /linux/rpm-kmod-VBoxGuest/VBoxGuest-kmod.spec
|
---|
70 | --filter-out-files /linux/README.testing
|
---|
71 |
|
---|
72 | # Caveat: If we export /linux/rpm-VBoxGuestAdditions/, the --no-update-license hack must go.
|
---|
73 | /linux/rpm-VBoxGuestAdditions/rules: --no-update-license --treat-as Makefile --no-convert-eol --dont-set-svn-executable
|
---|
74 | /linux/rpm-VBoxGuestAdditions/VBoxGuestAdditions.tmpl.spec: --no-update-license --treat-as .sh
|
---|
75 |
|
---|
76 | # Solaris stuff.
|
---|
77 | /solaris/vboxconfig.sh: --no-convert-tabs
|
---|
78 | /solaris/*.xml: --no-convert-eol
|
---|
79 |
|
---|
80 | --filter-out-files /solaris/ips/vbox.mog
|
---|
81 | --filter-out-files /solaris/vbox.pkginfo
|
---|
82 | --filter-out-files /solaris/vbox.pkgresponse
|
---|
83 | --filter-out-files /solaris/vbox.space
|
---|
84 | --filter-out-files /solaris/virtualbox.applications.in
|
---|
85 | --filter-out-files /solaris/virtualbox.keys
|
---|
86 | --filter-out-files /solaris/virtualbox.mime
|
---|
87 |
|
---|
88 | # Windows
|
---|
89 | /win/MsiHack/MsiHackExtension.cs: --treat-as .c
|
---|
90 | --filter-out-files /win/Stub/VBoxStub.manifest
|
---|
91 | /win/NLS/*.wxl: --no-convert-tabs
|
---|
92 |
|
---|