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-05-25 14:05:47 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:55:17 +0300
commitd58c23e52924c7afeb1015d1543224f24b7b6779 (patch)
tree5fb178e9915d3697b4c8162167651ce559ec532f /debian
parentc02b565ae954b8a4782c2708ff231774d9e2b91b (diff)
[linux] debian packaging update
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian5
-rw-r--r--debian/changelog10
-rwxr-xr-xdebian/rules5
-rw-r--r--debian/source/format2
4 files changed, 17 insertions, 5 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index d9b5ac7ffb..ef5bd5ddfb 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,6 +1,7 @@
mapswithme for Debian
---------------------
-Downloader is currently switched off. Get maps from http://direct.mapswithme.com/direct/130126/ and put to ~/.local/share/MapsWithMe
+Downloader is currently switched off.
+Get maps manually from http://direct.mapswithme.com/direct/ and put to ~/.local/share/MapsWithMe
- -- Darafei A. Praliaskouski <komzpa@mapswith.me> Tue, 05 Feb 2013 19:30:41 +0300
+ -- Darafei A. Praliaskouski <komzpa@mapswith.me> Tue, 25 May 2013 11:30:41 +0300
diff --git a/debian/changelog b/debian/changelog
index 5d21ebff67..c9aba5dab8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+mapswithme (2.3.4) unstable; urgency=low
+
+ * New upstream dataset
+ * Support for High-DPI screens
+ * Updated stylesheet
+ * Rendering engine performance improvement
+ * Better on-screen fonts
+
+ -- Darafei A. Praliaskouski <komzpa@mapswith.me> Sat, 25 May 2013 11:48:41 +0300
+
mapswithme (2.3~alpha2) unstable; urgency=low
* Repackaged as /opt
diff --git a/debian/rules b/debian/rules
index a5a537f212..082a585161 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,8 @@
dh $@
override_dh_auto_configure:
qmake -r CONFIG+=no_downloader CONFIG+=production omim.pro
- dh_auto_configure
+
+override_dh_auto_test:
+
.PHONY: override_dh_auto_configure
-override_dh_auto_test: \ No newline at end of file
diff --git a/debian/source/format b/debian/source/format
index 46ebe02665..9f6742789c 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-3.0 (quilt) \ No newline at end of file
+3.0 (native) \ No newline at end of file