forked from LinOTP/LinOTP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
preprocessor.ini
50 lines (41 loc) · 933 Bytes
/
preprocessor.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[main]
ini_file_format = 2
[package:linotp]
path = linotpd/src
debian = True
pypi = True
[package:linotp-adminclient-cli]
path = adminclient/LinOTPAdminClientCLI/src
debian = True
pypi = True
[package:linotp-adminclient-gui]
path = adminclient/LinOTPAdminClientGUI/src
debian = True
pypi = True
[package:libpam-linotp]
path = auth_modules/src/libpam-linotp
debian = True
pypi = False
[package:pam_py_linotp]
path = auth_modules/src/pam_py_linotp
debian = False
pypi = True
[package:linotp-smsprovider]
path = smsprovider/src
debian = True
pypi = True
[package:linotp-useridresolver]
path = useridresolver/src
debian = True
pypi = True
[package:freeradius]
path = auth_modules/src/freeradius
debian = False
pypi = False
vfile_1 = Makefile
search_vfile_1 = ^LINOTP_VERSION=(?P<version>.*)$
replace_vfile_1 = LINOTP_VERSION=%s
[package:linotp-freeradius-perl]
path = auth_modules/src/freeradius_perl
debian = True
pypi = False