Imported Upstream version 0.1.0
authorPali Rohár <pali.rohar@gmail.com>
Fri, 22 Jun 2012 12:11:05 +0000 (14:11 +0200)
committerPali Rohár <pali.rohar@gmail.com>
Fri, 22 Jun 2012 12:11:05 +0000 (14:11 +0200)
debian/changelog
debian/control
debian/copyright
debian/postinst

index 4967ff2..272ce6a 100644 (file)
@@ -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 <omeriko9@gmail.com>  Thu, 08 Apr 2010 14:15:37 +0000
+ -- Omer Agmon <omeriko9@gmail.com>  Sun, 11 Apr 2010 20:43:14 +0000
index db2413a..db89d81 100644 (file)
@@ -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.
index 9dcb8ae..090df17 100644 (file)
@@ -1,5 +1,5 @@
 This package was py2debianized(0.5.3) by Omer Agmon <omeriko9@gmail.com> on
-Thu, 08 Apr 2010 14:15:37 +0000.
+Sun, 11 Apr 2010 20:43:14 +0000.
 
 It was downloaded from 
 
index c794ff3..db668de 100644 (file)
@@ -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