From e158e8c069ae0368759947a36229152151de0a8d Mon Sep 17 00:00:00 2001 From: Bernd Zeimetz Date: Sun, 22 Feb 2009 00:09:17 +0100 Subject: [PATCH] Spliting -data package from the single one. --- debian/control | 23 ++++++++++++++++++++++- debian/docs | 2 -- debian/menu | 2 -- debian/navit.docs | 2 ++ debian/navit.menu | 2 ++ 5 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 debian/docs delete mode 100644 debian/menu create mode 100644 debian/navit.docs create mode 100644 debian/navit.menu diff --git a/debian/control b/debian/control index eebce3f..54268e2 100644 --- a/debian/control +++ b/debian/control @@ -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 index 55bc0a6..0000000 --- a/debian/docs +++ /dev/null @@ -1,2 +0,0 @@ -README -AUTHORS diff --git a/debian/menu b/debian/menu deleted file mode 100644 index 99c31ea..0000000 --- a/debian/menu +++ /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 index 0000000..55bc0a6 --- /dev/null +++ b/debian/navit.docs @@ -0,0 +1,2 @@ +README +AUTHORS diff --git a/debian/navit.menu b/debian/navit.menu new file mode 100644 index 0000000..99c31ea --- /dev/null +++ b/debian/navit.menu @@ -0,0 +1,2 @@ +?package(navit):needs="X11|text|vc|wm" section="Applications/Science/Geoscience"\ + title="navit" command="/usr/bin/navit" -- 1.7.9.5