Skip to content
Commits on Source (6)
......@@ -3,6 +3,12 @@ spatialite-gui (2.1.0~beta0-1) UNRELEASED; urgency=medium
* New upstream beta release.
* Update copyright years for Alessandro Furieri.
* Add curl & pq build dependencies.
* Add libvirtualpg-dev to build dependencies.
* Drop patches applied upstream. Refresh remaining patch.
* Don't install icons manually, fixed upstream.
* Require at least librasterlite2-dev 1.1.0~.
* Add patch link libz for compress.
* Add patch to fix spelling errors.
-- Bas Couwenberg <sebastic@debian.org> Thu, 02 Aug 2018 18:04:02 +0200
......
......@@ -14,8 +14,9 @@ Build-Depends: debhelper (>= 9.20160114),
libopenjp2-7-dev,
libpq-dev,
libproj-dev,
librasterlite2-dev (>= 1.0.0~rc0+devel),
librasterlite2-dev (>= 1.1.0~),
libspatialite-dev (>= 4.3.0),
libvirtualpg-dev,
libwebp-dev,
libwxgtk3.0-dev,
libxml2-dev,
......
From: David Paleino <dapal@debian.org>
Subject: fix binary name
Origin: vendor
Description: Fix binary name
Author: David Paleino <dapal@debian.org>
Forwarded: not-needed
---
Makefile.am | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
......@@ -16,16 +10,27 @@ Forwarded: not-needed
-bin_PROGRAMS = spatialite_gui
+bin_PROGRAMS = spatialite-gui
AM_CPPFLAGS = @CFLAGS@
AM_CPPFLAGS += -I$(top_srcdir)
AM_CPPFLAGS = @CFLAGS@ @CPPFLAGS@ \
@PG_CFLAGS@ @LIBCURL_CFLAGS@
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT(spatialite_gui, 2.0.0-devel, a.furieri@lqt.it)
+AC_INIT(spatialite-gui, 2.0.0-devel, a.furieri@lqt.it)
-AC_INIT(spatialite_gui, 2.1.0-beta0, a.furieri@lqt.it)
+AC_INIT(spatialite-gui, 2.1.0-beta0, a.furieri@lqt.it)
AC_LANG(C)
AC_CONFIG_MACRO_DIR([m4])
--- a/gnome_resource/spatialite-gui.desktop
+++ b/gnome_resource/spatialite-gui.desktop
@@ -2,7 +2,7 @@
Name=Spatialite GUI
GenericName=GUI for Spatialite databases
Comment=Manage Spatialite databases
-Exec=spatialite_gui %f
+Exec=spatialite-gui %f
Icon=spatialite-gui
Terminal=false
Type=Application