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
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/rules
parentd0145c99acd4a1bb1b5bca6881a4a8509b6948df (diff)
[debian] fix lintian warnings
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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)))