Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDarafei Praliaskouski <komzpa@mapswith.me>2013-07-17 07:58:01 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:58:58 +0300
commitdeac42675d1f2c30370bf3631660e0b8d1eea95e (patch)
tree8c54af237306eb6eab4db3cd659e7f0ec61f7d48 /debian
parent9e12ac04dd0fc2649e34a2b96148566939abf146 (diff)
[debian] packaging: changelog, qt5, split binaty packages
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
-rw-r--r--debian/control31
-rw-r--r--debian/fonts-mapswithme.install1
-rw-r--r--debian/install2
-rw-r--r--debian/mapswithme-data.install2
5 files changed, 40 insertions, 6 deletions
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 <komzpa@mapswith.me> 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 <komzpa@mapswith.me>
-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