Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FUSS
fuss-fucc
Commits
05939e98
Unverified
Commit
05939e98
authored
Aug 11, 2019
by
Marco Marinello
Browse files
Add texlive-latex-base as dependency
Signed-off-by:
Marco Marinello
<
mmarinello@sezf.it
>
parent
0759e089
Pipeline
#26
failed with stages
in 9 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
05939e98
...
...
@@ -33,7 +33,7 @@ build-jessie:
stage
:
packaging
script
:
-
apt-get update -qy
-
apt-get install -y build-essential debhelper libncurses5-dev libglib2.0-dev libgeoip-dev libtokyocabinet-dev zlib1g-dev libncursesw5-dev libbz2-dev pandoc
-
apt-get install -y build-essential debhelper libncurses5-dev libglib2.0-dev libgeoip-dev libtokyocabinet-dev zlib1g-dev libncursesw5-dev libbz2-dev pandoc
texlive-latex-base
-
debian/rules debsrc
-
mkdir dist
-
cp ../* dist ||
true
...
...
@@ -49,7 +49,7 @@ build-buster:
stage
:
packaging
script
:
-
apt-get update -qy
-
apt-get install -y build-essential debhelper libncurses5-dev libglib2.0-dev libgeoip-dev libtokyocabinet-dev zlib1g-dev libncursesw5-dev libbz2-dev pandoc
-
apt-get install -y build-essential debhelper libncurses5-dev libglib2.0-dev libgeoip-dev libtokyocabinet-dev zlib1g-dev libncursesw5-dev libbz2-dev pandoc
texlive-latex-base
-
debian/rules debsrc
-
mkdir dist
-
cp ../* dist ||
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment