From: Pali Rohár Date: Fri, 22 Jun 2012 12:11:05 +0000 (+0200) Subject: Imported Upstream version 0.0.7 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=44187736acfee84c0b291e11b1d07717e852a389;hp=056d1c9486be6ab60beb472c0b0a2d3fb5dab1fa;p=callnotify Imported Upstream version 0.0.7 --- diff --git a/debian/changelog b/debian/changelog index 9aace72..38d0ff0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -callnotify (0.0.6-3) stable; urgency=low +callnotify (0.0.7-1) stable; urgency=low - * Added a control panel applet (settings menu) instead of the status menu GUI. + * Changed dependencies from python-dbus and python-osso to python2.5-xxx + * Gave execute permissions for the python file - -- Omer Agmon Fri, 02 Apr 2010 20:09:57 +0000 + -- Omer Agmon Tue, 06 Apr 2010 11:26:11 +0000 diff --git a/debian/control b/debian/control index b4aece0..95ba981 100644 --- a/debian/control +++ b/debian/control @@ -7,11 +7,11 @@ Standards-Version: 3.7.2 Package: callnotify Architecture: armel -Depends: python2.5, python-osso, python-dbus, python2.5-hildon, python2.5-gtk2, python-hildondesktop +Depends: python2.5, python2.5-osso, python2.5-dbus, python2.5-hildon, python2.5-gtk2, python2.5-hildondesktop Description: Missed calls and SMS notifier. Will display a small status bar icon for missed Calls and SMS. The icon will disappear after closing the yellow notification or viewing the SMS. -XSBC-Bugtracker: http://talk.maemo.org/showthread.php?t=48501 +XSBC-Bugtracker: XSBC-Bugtracker: http://talk.maemo.org/showthread.php?t=48501 XB-Maemo-Icon-26: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACx jwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41 diff --git a/debian/copyright b/debian/copyright index ee96af7..9227d6f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ This package was py2debianized(0.5.3) by Omer Agmon on -Fri, 02 Apr 2010 20:09:57 +0000. +Tue, 06 Apr 2010 11:26:11 +0000. It was downloaded from diff --git a/src/usr/lib/hildon-desktop/CallNotify.py b/src/usr/lib/hildon-desktop/CallNotify.py old mode 100644 new mode 100755