From deac42675d1f2c30370bf3631660e0b8d1eea95e Mon Sep 17 00:00:00 2001 From: Darafei Praliaskouski Date: Wed, 17 Jul 2013 06:58:01 +0300 Subject: [debian] packaging: changelog, qt5, split binaty packages --- debian/changelog | 10 ++++++++++ debian/control | 31 +++++++++++++++++++++++++------ debian/fonts-mapswithme.install | 1 + debian/install | 2 ++ debian/mapswithme-data.install | 2 ++ 5 files changed, 40 insertions(+), 6 deletions(-) create mode 100644 debian/fonts-mapswithme.install create mode 100644 debian/install create mode 100644 debian/mapswithme-data.install (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 592fb3707d..994a477c91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +mapswithme (2.4.4) unstable; urgency=low + + * Downloader engine enabled + * New UI to select maps to download + * Fonts and data now packaged separately + * New upstream dataset + * Updated stylesheet + + -- Darafei A. Praliaskouski Wed, 17 Jul 2013 06:48:41 +0300 + mapswithme (2.4.0) unstable; urgency=low * New upstream dataset diff --git a/debian/control b/debian/control index 1ca1ee795e..7af3ec7092 100644 --- a/debian/control +++ b/debian/control @@ -2,17 +2,36 @@ Source: mapswithme Section: utils Priority: extra Maintainer: Darafei A. Praliaskouski -Build-Depends: debhelper (>= 8), qt4-qmake, mesa-common-dev, libqt4-dev, libqt4-opengl-dev, git +Build-Depends: debhelper (>= 8), qt5-default|qt4-qmake, mesa-common-dev, qtbase5-dev|libqt4-dev, libqt5opengl5-dev|libqt4-opengl-dev, git, libssl-dev, ca-certificates Standards-Version: 3.9.3 Homepage: http://mapswith.me/ Package: mapswithme Architecture: any -Depends: dbus, ${shlibs:Depends}, ${misc:Depends} +Depends: dbus, fonts-roboto|fonts-mapswithme, ttf-dejavu-core|fonts-mapswithme, ttf-wqy-microhei|fonts-mapswithme, fonts-dzongkha|fonts-mapswithme, fonts-sil-padauk|fonts-mapswithme, fonts-khmeros-core|fonts-mapswithme, fonts-tlwg-umpush|fonts-mapswithme, fonts-sil-abyssinica|fonts-mapswithme, fonts-paktype|fonts-mapswithme, mapswithme-data, ${shlibs:Depends}, ${misc:Depends} Description: Detailed Offline Maps of the Entire World - The quickest offline maps of the entire world. Search and navigate maps fully offline. Maps work everywhere! + The quickest offline maps of the entire world. Search and navigate maps fully + offline. Maps work everywhere! Features: - - ALL COUNTRIES, ALL CITIES. If you get the MapsWithMe Pro, the entire world is in your pocket. Even maps of the smallest islands! - - REALLY FAST. No grey squares anymore! Innovative map data compression method allows you to download maps in seconds, navigate through them smoothly. - - OFFLINE SEARCH. Find everything you need of all the objects available on the map in a second! The auto-suggestion feature makes searching maps faster and easier. \ No newline at end of file + - ALL COUNTRIES, ALL CITIES. If you get the MapsWithMe Pro, the entire world + is in your pocket. Even maps of the smallest islands! + - REALLY FAST. No grey squares anymore! Innovative map data compression method + allows you to download maps in seconds, navigate through them smoothly. + - OFFLINE SEARCH. Find everything you need of all the objects available on the + map in a second! The auto-suggestion feature makes searching maps faster and + easier. + +Package: fonts-mapswithme +Architecture: all +Recommends: mapswithme +Description: Fonts for MapsWithMe + This package contains a set of truetype fonts that cover all characters used + for showing labels on MapsWithMe. + +Package: mapswithme-data +Architecture: all +Depends: mapswithme +Description: Detailed Offline Maps of the Entire World + This package contains basic world maps and other resources essential for + MapsWithMe application. \ No newline at end of file diff --git a/debian/fonts-mapswithme.install b/debian/fonts-mapswithme.install new file mode 100644 index 0000000000..5ad594c027 --- /dev/null +++ b/debian/fonts-mapswithme.install @@ -0,0 +1 @@ +usr/share/fonts/truetype/mapswithme/* \ No newline at end of file diff --git a/debian/install b/debian/install new file mode 100644 index 0000000000..2faca38835 --- /dev/null +++ b/debian/install @@ -0,0 +1,2 @@ +usr/bin/* +usr/share/applications/* \ No newline at end of file diff --git a/debian/mapswithme-data.install b/debian/mapswithme-data.install new file mode 100644 index 0000000000..891f2dd38a --- /dev/null +++ b/debian/mapswithme-data.install @@ -0,0 +1,2 @@ +usr/share/MapsWithMe/* +usr/share/MapsWithMe/*/* \ No newline at end of file -- cgit v1.2.3