Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Rebuild 2.2.3 for bionic
· 65e5553a
Martin Landa
authored
Jun 14, 2018
65e5553a
update gbp.conf to bionic
· b2e3ea5f
Martin Landa
authored
Jun 14, 2018
b2e3ea5f
fix GDAL version (2.2.3)
· c6bd7b95
Martin Landa
authored
Jun 14, 2018
c6bd7b95
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
c6bd7b95
libgdal-grass (2.2.3-3~bionic1) bionic; urgency=medium
* Rebuild for bionic.
-- Martin Landa <landa.martin@gmail.com> Thu, 14 Jun 2018 22:38:42 +0200
libgdal-grass (2.2.2-1~xenial5) xenial; urgency=medium
* Rebuild for xenial.
...
...
debian/control
View file @
c6bd7b95
...
...
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9),
d-shlibs,
grass (>= 7.4.1),
grass-dev (>= 7.4.1),
libgdal-dev (>= 2.2.
2
),
libgdal-dev (>= 2.2.
3
),
libproj-dev,
libpq-dev,
pkg-config
...
...
debian/gbp.conf
View file @
c6bd7b95
...
...
@@ -6,7 +6,7 @@ upstream-branch = upstream
# The default name for the Debian branch is "master".
# Change it if the name is different (for instance, "debian/unstable").
debian
-
branch
=
ubuntu
/
xenial
debian
-
branch
=
ubuntu
/
bionic
# git-import-orig uses the following names for the upstream tags.
# Change the value if you are not using git-import-orig
...
...