From 8b903176f294a71b00e6ddcf17fe8edfafaf2020 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pali=20Roh=C3=A1r?= Date: Fri, 22 Jun 2012 14:11:05 +0200 Subject: [PATCH] Imported Upstream version 0.1.0 --- debian/changelog | 9 +++++---- debian/control | 2 +- debian/copyright | 2 +- debian/postinst | 3 ++- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4967ff2..272ce6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ -callnotify (0.0.9-1) stable; urgency=low +callnotify (0.1.0-1) stable; urgency=low - * Fixed bug with float regional settings differences - * umask for configuration file sets write permissions for group and other. + * Added dependency to python-runtime and python-xml + * Fixed bugtracker link + *Added request for restart after installation. - -- Omer Agmon Thu, 08 Apr 2010 14:15:37 +0000 + -- Omer Agmon Sun, 11 Apr 2010 20:43:14 +0000 diff --git a/debian/control b/debian/control index db2413a..db89d81 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.7.2 Package: callnotify Architecture: armel -Depends: python2.5, python2.5-osso, python2.5-dbus, python2.5-hildon, python2.5-gtk2, python2.5-hildondesktop, python-hildondesktop, hildon-desktop-python-loader, python-xml +Depends: python2.5, python2.5-osso, python-runtime, python2.5-dbus, python2.5-hildon, python2.5-gtk2, python2.5-hildondesktop, python-hildondesktop, hildon-desktop-python-loader, python-xml, python-runtime 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. diff --git a/debian/copyright b/debian/copyright index 9dcb8ae..090df17 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ This package was py2debianized(0.5.3) by Omer Agmon on -Thu, 08 Apr 2010 14:15:37 +0000. +Sun, 11 Apr 2010 20:43:14 +0000. It was downloaded from diff --git a/debian/postinst b/debian/postinst index c794ff3..db668de 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,4 +1,5 @@ #!/bin/sh killall -9 hildon-status-menu sleep 4 - killall hildon-status-menu \ No newline at end of file + killall hildon-status-menu + echo 'Please restart your device after installation.' \ No newline at end of file -- 1.7.9.5