[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

attempt to build libgdal-grass package



Hi,

I would like to update libgdal-grass package in UbuntuGIS Experimental
and Unstable to GRASS 7.2.0. Unfortunately gbp buildpackage is failing
with unclear message to me:

dpkg-source -b gdal-grass
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building libgdal-grass using existing
./libgdal-grass_2.1.0.orig.tar.gz
dpkg-source: info: local changes detected, the modified files are:
 gdal-grass/VERSION
dpkg-source: error: aborting due to unexpected upstream changes, see
/tmp/libgdal-grass_2.1.0-1~xenial2.diff.2sFEMI
dpkg-source: info: you can integrate the local changes with dpkg-source --commit
dpkg-buildpackage: error: dpkg-source -b gdal-grass gave error exit status 2
gbp:error: 'git-pbuilder -S -sa' failed: it exited with 2

File attached. Also local diff against ubuntu/xenial branch is also
included. Any idea what is missing or could wrong?

Thanks in advance! Martin

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
diff --git a/debian/changelog b/debian/changelog
index a5b10ac..539d8ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libgdal-grass (2.1.0-1~xenial2) xenial; urgency=medium
+
+  * Bump minimum GRASS version to 7.2.0.
+
+ -- Martin Landa <landa.martin@gmail.com>  Sat, 31 Dec 2016 18:48:12 +0100
+
 libgdal-grass (2.1.0-1~xenial1) xenial; urgency=medium
 
   * Update branch in gbp.conf & Vcs-Git URL.
diff --git a/debian/control b/debian/control
index 818fd90..3a3d003 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                d-shlibs,
-               grass (>= 7.0.5),
-               grass-dev (>= 7.0.5),
+               grass (>= 7.2.0),
+               grass-dev (>= 7.2.0),
                libgdal-dev (>= 2.1.0),
                libproj-dev,
                libpq-dev,
@@ -21,7 +21,7 @@ Homepage: http://www.gdal.org/
 Package: libgdal20-2.1.0-grass
 Architecture: any
 Section: libs
-Depends: grass705,
+Depends: grass720,
          ${shlibs:Depends},
          ${misc:Depends}
 Recommends: gdal-bin
diff --git a/debian/control.in b/debian/control.in
index 316ab20..8d05817 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -7,8 +7,8 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                d-shlibs,
-               grass (>= 7.0.5),
-               grass-dev (>= 7.0.5),
+               grass (>= 7.2.0),
+               grass-dev (>= 7.2.0),
                libgdal-dev (>= 2.1.0),
                libproj-dev,
                libpq-dev,

Attachment: libgdal-grass_2.1.0-1~xenial2.diff.2sFEMI
Description: Binary data


Reply to: