? debian/thuban.desktop
Index: debian/changelog
===================================================================
RCS file: /home/thuban/jail/thubanrepository/thuban/debian/changelog,v
retrieving revision 1.4
diff -u -r1.4 changelog
--- debian/changelog	8 Mar 2004 09:42:50 -0000	1.4
+++ debian/changelog	23 Jun 2006 01:02:21 -0000
@@ -1,3 +1,10 @@
+thuban (1.1.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Minor packaging tweaks for Ubuntu Dapper
+
+ -- David A. Riggs <david.a.riggs@gmail.com>  Thr, 22 Jun 2006 17:44:55 +0500
+
 thuban (1.0.0-1) unstable; urgency=low
 
   * New upstream release (Closes:#234975)
Index: debian/control
===================================================================
RCS file: /home/thuban/jail/thubanrepository/thuban/debian/control,v
retrieving revision 1.3
diff -u -r1.3 control
--- debian/control	8 Mar 2004 09:42:50 -0000	1.3
+++ debian/control	23 Jun 2006 01:02:21 -0000
@@ -7,9 +7,9 @@
 
 Package: thuban
 Architecture: any
-Depends: ${shlibs:Depends},  ${python:Depends}, libwxgtk2.4-python, python-sqlite (>= 0.4), python-xmlbase
+Depends: ${shlibs:Depends},  ${python:Depends}, python-wxgtk2.4 | libwxgtk2.4-python, python-sqlite (>= 0.4), python-xmlbase
 Recommends:python-psycopg, libgdal1, python-gdal
-Description: an interactive geographic data viewer 
+Description: An interactive geographic data viewer 
  Thuban can read geographic data in the shapefile format. Main features of
  thuban are the layer management and the possibility to navigate on the
  map, to control the visual appearance of objects, to identify and edit
Index: debian/rules
===================================================================
RCS file: /home/thuban/jail/thubanrepository/thuban/debian/rules,v
retrieving revision 1.4
diff -u -r1.4 rules
--- debian/rules	2 May 2005 16:23:51 -0000	1.4
+++ debian/rules	23 Jun 2006 01:02:21 -0000
@@ -42,6 +42,9 @@
 	dh_clean 
 	dh_installdirs
 
+	# Install desktop file
+	install -D -o root -g root -m 644 `pwd`/debian/thuban.desktop `pwd`/debian/thuban/usr/share/applications/thuban.desktop
+
 	python setup.py install --prefix=/usr --no-compile --root=`pwd`/debian/thuban
 	ln -fs ../lib/thuban/thuban.py `pwd`/debian/thuban/usr/bin/thuban 
 	cd debian/thuban; patch -p1 < ../bitmappath.patch; cd ../../	

