Spliting -data package from the single one.
authorBernd Zeimetz <bernd@bzed.de>
Sat, 21 Feb 2009 23:09:17 +0000 (00:09 +0100)
committerBernd Zeimetz <bernd@bzed.de>
Sat, 21 Feb 2009 23:09:17 +0000 (00:09 +0100)
debian/control
debian/docs [deleted file]
debian/menu [deleted file]
debian/navit.docs [new file with mode: 0644]
debian/navit.menu [new file with mode: 0644]

index eebce3f..54268e2 100644 (file)
@@ -16,7 +16,7 @@ Vcs-Git: git://git.debian.org/git/collab-maint/navit.git
 
 Package: navit
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, navit-data (= ${source:Version})
 Recommends: gpsd
 Description: Car navigation system with routing engine
  Navit is a car navigation system with routing engine.
@@ -33,3 +33,24 @@ Description: Car navigation system with routing engine
  .
  The routing engine not only calculates an optimal route to your destination,
  but also generates directions and even speaks to you using speech-dispatcher.
+
+Package: navit-data
+Architecture: all
+Recommends: navit
+Description: Car navigation system with routing engine - data files
+ Navit is a car navigation system with routing engine.
+ .
+ Its modular design is capable of using vector maps of various formats for
+ routing and rendering of the displayed map. It's even possible to use multiple
+ maps at a time.
+ .
+ The GTK+ or SDL user interfaces are designed to work well with touch screen
+ displays. Points of Interest of various formats are displayed on the map.
+ .
+ The current vehicle position is either read from gpsd or directly from NMEA
+ GPS sensors.
+ .
+ The routing engine not only calculates an optimal route to your destination,
+ but also generates directions and even speaks to you using speech-dispatcher.
+ .
+ This package contains the data files for navit.
diff --git a/debian/docs b/debian/docs
deleted file mode 100644 (file)
index 55bc0a6..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-README
-AUTHORS
diff --git a/debian/menu b/debian/menu
deleted file mode 100644 (file)
index 99c31ea..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-?package(navit):needs="X11|text|vc|wm" section="Applications/Science/Geoscience"\
-  title="navit" command="/usr/bin/navit"
diff --git a/debian/navit.docs b/debian/navit.docs
new file mode 100644 (file)
index 0000000..55bc0a6
--- /dev/null
@@ -0,0 +1,2 @@
+README
+AUTHORS
diff --git a/debian/navit.menu b/debian/navit.menu
new file mode 100644 (file)
index 0000000..99c31ea
--- /dev/null
@@ -0,0 +1,2 @@
+?package(navit):needs="X11|text|vc|wm" section="Applications/Science/Geoscience"\
+  title="navit" command="/usr/bin/navit"