-
Notifications
You must be signed in to change notification settings - Fork 242
/
markus.control
56 lines (55 loc) · 1.92 KB
/
markus.control
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
51
52
53
54
55
56
Section: misc
Priority: optional
Standards-Version: 3.9.2
Package: markus
Depends:
# cmake: for making certain ruby gems
cmake,
# libssl-dev: for ssl/tsl encryption
libssl-dev,
# tzdata: for timezone management
tzdata,
# build-essential: for building/compiling packages
build-essential,
# postgresql-client: the pg gem uses these to manage databases (specifically required for the pg_dump utility)
postgresql-client (>= 14) | postgresql-client-14,
# libpq-dev: needed by the pg gem
libpq-dev (>= 12),
# ghostscript: for managing pdfs
ghostscript (>= 9.5), ghostscript (<< 10),
# libmagickwand-dev: used by the rmagick gem
libmagickwand-dev (>= 8:6), libmagickwand-dev (<< 8:7),
# git: used by the rugged gem
git (>= 1:2), git (<< 1:3),
# libgl1: used by opencv-python python package
libgl1 (>= 1.3), libgl1 (<< 2),
# libyaml-dev: used by the psych gem
libyaml-dev,
# nodejs: for serving/managing javascript
nodejs (>= 18), nodejs (<< 21),
# tesseract-ocr: required for scanned exams
tesseract-ocr (>= 4.1.1-2build2),
# pandoc: required for Jupyter notebook to PDF conversion
pandoc,
# libnss3: required for Jupyter notebook to PDF conversion
libnss3,
# libnspr4: required for Jupyter notebook to PDF conversion
libnspr4,
# libatk1.0-0: required for Jupyter notebook to PDF conversion
libatk1.0-0,
# libatk-bridge2.0-0: required for Jupyter notebook to PDF conversion
libatk-bridge2.0-0,
# libxkbcommon0: required for Jupyter notebook to PDF conversion
libxkbcommon0,
# libatspi2.0-0: required for Jupyter notebook to PDF conversion
libatspi2.0-0,
# libxcomposite1: required for Jupyter notebook to PDF conversion
libxcomposite1,
# libxdamage1: required for Jupyter notebook to PDF conversion
libxdamage1,
# libxrandr2: required for Jupyter notebook to PDF conversion
libxrandr2,
# libgbm1: required for Jupyter notebook to PDF conversion
libgbm1,
# libasound2: required for Jupyter notebook to PDF conversion
libasound2