#!/usr/bin/python
# -*- coding: utf-8 -*-
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published
## by the Free Software Foundation; version 2 only.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
import py2deb
if __name__ == "__main__":
try:
except:
pass
p=py2deb.Py2deb("mcalendar")
p.description="mCalendar is a small calendar application specially designed for maemo internet tablet. You can use it without stylus, and sync it with Google Calendar."
p.author="Benoît HERVIER"
p
.mail="khertan@khertan.net"
p.depends = "python2.5-runtime, python-gdata, python-sqlite"
p.section="user/office"
p.arch="any"
p.urgency="low"
p.distribution="diablo"
p.repository="extras-devel"
p["/."] = ["usr/bin/mcalendar","usr/lib/mcalendar/mcalendar.glade","usr/lib/mcalendar/mCalendar","usr/share/applications/hildon/mcalendar.desktop","usr/share/dbus-1/services/mcalendar.service","usr/share/icons/hicolor/64x64/apps/mcalendar.png","usr/lib/mcalendar/mcalendar_main.py","usr/share/pixmaps/mcalendar26.png","usr/share/pixmaps/mcalendar.png","usr/lib/mcalendar/mcalendar_main.py"]
print p
r = p.generate("0.4.0","1",changelog=" * Fix prefs error,old database error,sync error on weekly reccurent event, sync error with all day events and add some gui background color",tar=True,dsc=True,changes=True,build=False,src=True)
print r
#scp *0.4.0-1* khertan@garage.maemo.org:/var/www/extras-devel/incoming-builder/diablo