~ubuntu-branches/ubuntu/trusty/syncevolution/trusty-proposed

« back to all changes in this revision

Viewing changes to src/syncevo/configs/remoterules/server/00_sony_ericsson.xml

  • Committer: Bazaar Package Importer
  • Author(s): Tino Keitel
  • Date: 2011-07-20 16:02:02 UTC
  • mfrom: (3.1.7 experimental)
  • Revision ID: james.westby@ubuntu.com-20110720160202-e8uf7ogw4vh0q0f3
Tags: 1.1.99.5a-1
* New upstream version 1.1.99.5a, first release candiate for 1.2
* Added python-openssl dependency, the HTTP server needs it for HTTPS support
* Added versioned dependency on libsynthesis0 to get required features
* Fixed .orig.tar.gz generation in get-orig-source target
* Added myself to Uploaders:, thanks to David for sponsoring
* Use updated upstream tag for source package generation
* Removed 0001-Replace-with-in-call-to-PKG_CHECK_MODULES.patch, fixed upstream
* Renamed NEWS.Debian to NEWS so that it is actually used
* Updated NEWS for 1.1.99.5a

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
    <remoterule name="SonyEricsson">
 
2
      <!-- defaults for *all* Sony Ericsson phones; can be overridden for
 
3
specific models later on -->
 
4
      <manufacturer>SonyEricsson</manufacturer>
 
5
      <finalrule>no</finalrule>
 
6
 
 
7
      <!-- At least the Sony Ericsson T700 is only able to deal with alarm
 
8
times in UTC,
 
9
           but rejects relative times. BMC #10091 -->
 
10
      <rulescript><![CDATA[
 
11
        alarmTimeToUTC = TRUE;
 
12
      ]]></rulescript>      
 
13
    </remoterule>