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-18 15:18:07 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:59:00 +0300
commitccebc57d60417a08fa865567d9da7ec3b6079ebf (patch)
treef97b3f452c28e661809e1e00b372ca46165ed21d /debian
parentd0145c99acd4a1bb1b5bca6881a4a8509b6948df (diff)
[debian] fix lintian warnings
Diffstat (limited to 'debian')
-rw-r--r--debian/control30
-rwxr-xr-xdebian/rules2
2 files changed, 25 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index 7af3ec7092..aae2b29193 100644
--- a/debian/control
+++ b/debian/control
@@ -13,25 +13,43 @@ Depends: dbus, fonts-roboto|fonts-mapswithme, ttf-dejavu-core|fonts-mapswithme,
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!
+ .
Features:
- - ALL COUNTRIES, ALL CITIES. If you get the MapsWithMe Pro, the entire world
+ .
+ - 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
+ .
+ - 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
+ .
+ - 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
+Recommends: mapswithme, fontconfig
Description: Fonts for MapsWithMe
This package contains a set of truetype fonts that cover all characters used
- for showing labels on MapsWithMe.
+ for showing labels on MapsWithMe. Currently includes:
+ - Roboto Regular
+ - DejaVu Sans
+ - WenQuanYi Micro Hei
+ - Jomolhari
+ - Padauk
+ - KhmerOS
+ - Code2000
+ .
+ MapsWithMe will pull this package as a dependency in case your distro cannot
+ provide enough fonts that will cover languages used on map display.
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
+ MapsWithMe application. It is not meant to be installed directly, but rather
+ be pulled in as a dependency of package mapswithme. \ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 064636e3ac..be78dea55c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@
%:
dh $@
override_dh_auto_configure:
- qmake -r CONFIG+=no_downloader CONFIG+=production omim.pro
+ qmake -r CONFIG+=production omim.pro
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))