Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Rebuild 2.18.24+dfsg for xenial
· 06f63297
Martin Landa
authored
Oct 28, 2018
06f63297
don't have to bump version requirement for grass-dev & grass-core for point releases
· f240f359
Martin Landa
authored
Oct 28, 2018
f240f359
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
f240f359
qgis (2.18.24+dfsg-1~xenial2) xenial; urgency=medium
* Rebuild for xenial.
-- Martin Landa <landa.martin@gmail.com> Sun, 28 Oct 2018 13:08:09 +0100
qgis (2.18.24+dfsg-1~xenial1) xenial; urgency=medium
* Rebuild for xenial.
...
...
debian/control
View file @
f240f359
...
...
@@ -10,7 +10,7 @@ Build-Depends: bison,
dh-python,
flex,
gdal-bin,
grass-dev (>= 7.4.
2
),
grass-dev (>= 7.4.
0
),
libexpat1-dev,
libfcgi-dev,
libgdal-dev (>= 1.10.1-0~),
...
...
@@ -222,7 +222,7 @@ Description: QGIS - shared server library
Package: libqgis-dev
Architecture: any
Section: libdevel
Depends: grass-dev (>= 7.4.
2
),
Depends: grass-dev (>= 7.4.
0
),
libexpat1-dev,
libgdal-dev (>= 1.10.1-0~),
libgeos-dev (>= 3.0.0),
...
...
@@ -272,7 +272,7 @@ Architecture: any
Depends: qgis (= ${binary:Version}),
qgis-plugin-grass-common (= ${source:Version}),
qgis-provider-grass (= ${binary:Version}),
grass-core (>= 7.4.
2
),
grass-core (>= 7.4.
0
),
${grass:Depends},
${shlibs:Depends},
${misc:Depends}
...
...