Description: Fix binary name
Author: David Paleino <dapal@debian.org>
Forwarded: not-needed

--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 ACLOCAL_AMFLAGS = -I m4
 
-bin_PROGRAMS = spatialite_gui
+bin_PROGRAMS = spatialite-gui
 
 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.1.0-beta1, a.furieri@lqt.it)
+AC_INIT(spatialite-gui, 2.1.0-beta1, 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
