~pkunal-parmar/+junk/OrganizerModelFix

« back to all changes in this revision

Viewing changes to debian/patches/revert_module_version.patch

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-05-10 14:15:23 UTC
  • Revision ID: package-import@ubuntu.com-20130510141523-4fo863f1ynaftefh
Tags: 5.0~git20130502-0ubuntu1
* Initial release
* debian/patches/revert_module_version.patch:
  - Set upstream version number to 5.0.0 instead of 0.0.0 for now, 
    causes a crash in supportedImplementationVersions(); (LP: #1178620)
* debian/patches/add_license_files.patch:
  - Include license files not yet in upstream (submitted for inclusion)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Revert module version zeroing
 
2
 Trying to revert the zeroing since the crash seems to be related to 
 
3
 the version number. 
 
4
 
 
5
diff --git a/.qmake.conf b/.qmake.conf
 
6
index 8840bd9..3c4fa5e 100644
 
7
--- a/.qmake.conf
 
8
+++ b/.qmake.conf
 
9
@@ -1,3 +1,3 @@
 
10
 load(qt_build_config)
 
11
 
 
12
-MODULE_VERSION = 0.0.0
 
13
+MODULE_VERSION = 5.0.0
 
14