Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
d/dontrol: Build-depend only on default python3 version
· ecc2fc7f
Gert Wollny
authored
Sep 08, 2018
ecc2fc7f
d/.gitlab: build from master branch
· 4c9286e2
Gert Wollny
authored
Sep 08, 2018
4c9286e2
Show whitespace changes
Inline
Side-by-side
debian/.gitlab-ci.yml
View file @
4c9286e2
...
...
@@ -8,7 +8,7 @@ build:
script
:
-
git checkout pristine-tar
-
git pull
-
git checkout
experimental
-
git checkout
master
-
git pull
# silence build to not exceed build log size of gitlab-ci
-
gbp buildpackage -uc -us 2>&1 >../build.log
...
...
debian/control
View file @
4c9286e2
...
...
@@ -10,7 +10,7 @@ Build-Depends: cmake (>= 2.8.9),
default-jdk,
dh-strip-nondeterminism,
dh-python,
python3-
all-
dev,
python3-dev,
pvrg-jpeg,
uuid-dev,
libz-dev,
...
...
debian/control.in
View file @
4c9286e2
...
...
@@ -10,7 +10,7 @@ Build-Depends: cmake (>= 2.8.9),
default-jdk,
dh-strip-nondeterminism,
dh-python,
python3-
all-
dev,
python3-dev,
pvrg-jpeg,
uuid-dev,
libz-dev,
...
...