~ubuntu-branches/ubuntu/utopic/calendarserver/utopic

« back to all changes in this revision

Viewing changes to twistedcaldav/zoneinfo/GMT-0.ics

  • Committer: Package Import Robot
  • Author(s): Rahul Amaram
  • Date: 2012-05-29 18:12:12 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120529181212-mxjdfncopy6vou0f
Tags: 3.2+dfsg-1
* New upstream release
* Moved from using cdbs to dh sequencer
* Modified calenderserver init.d script based on /etc/init.d/skeleton script
* Removed ldapdirectory.patch as the OpenLDAP directory service has been 
  merged upstream
* Moved package to section "net" as calendarserver is more service than 
  library (Closes: #665859)
* Changed Architecture of calendarserver package to any as the package
  now includes compiled architecture dependent Python extensions
* Unowned files are no longer left on the system upon purging
  (Closes: #668731)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
BEGIN:VCALENDAR
 
2
VERSION:2.0
 
3
CALSCALE:GREGORIAN
 
4
PRODID:-//calendarserver.org//Zonal//EN
 
5
BEGIN:VTIMEZONE
 
6
TZID:GMT-0
 
7
X-LIC-LOCATION:GMT-0
 
8
BEGIN:STANDARD
 
9
DTSTART:18000101T000000
 
10
RDATE:18000101T000000
 
11
TZNAME:GMT
 
12
TZOFFSETFROM:+0000
 
13
TZOFFSETTO:+0000
 
14
END:STANDARD
 
15
END:VTIMEZONE
 
16
END:VCALENDAR