Change logs for smart-notifier source package in Feisty

  • smart-notifier (0.28-1ubuntu2) feisty; urgency=low
    
      * debian/smart-notifier.postinst: no need to restart dbus daemon anymore
        (LP: #91432).
    
     -- Jeremie Corbier <email address hidden>   Wed, 14 Mar 2007 09:49:28 -0700
  • smart-notifier (0.28-1ubuntu1) feisty; urgency=low
    
      * Fix package for python 2.5 (LP: #83122):
        -> debian/control:
          + Let's build the package for the current Python version only.
          + Build-Depends-Indep on python-dev instead of python-all-dev and
            tighten build-dep on pycentral to make sure there is no need to call
            dh_python anymore.
          + Replace python2.4-* by python-* dependencies.
        -> debian/rules:
          + Install private modules to /usr/share/smart-notifier.
          + Don't call dh_python.
        -> scripts/smart-notifier:
          + Update path to private modules.
      * Update maintainer field.
    
     -- Jeremie Corbier <email address hidden>   Fri,  9 Mar 2007 20:08:34 -0800
  • smart-notifier (0.28-1build1) feisty; urgency=low
    
      * Rebuild for python2.5 as the default python version.
    
     -- Matthias Klose <email address hidden>   Mon, 15 Jan 2007 17:53:55 +0000
  • smart-notifier (0.28-1) unstable; urgency=low
    
      * Bump build depends on debhelper and rebuild (Closes: #383099).
    
    smart-notifier (0.27-1) unstable; urgency=low
    
      * Update to new python policy (Closes: #380953), I am forced to depend on
        python2.4-xxx packages as there is no python-dbus package.
      * Use setuptools as the build/installation system.
      * Update to standards version 3.7.2.
      * Move debhelper from Build-Depends-Indep to Build-Depends.
      * Do not exit from postinst if re-starting dbus fails, merely carry on
        regardless.
      * Depend directly on dbus as we require it and python2.4-dbus does not
        depend on it.
    
    smart-notifier (0.26-1) unstable; urgency=low
    
      * Slight documentation improvements.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  08 Nov 2006 19:39:13 +0000
  • smart-notifier (0.25-1) unstable; urgency=low
    
      * Implement wishlist bug (closes: #360585), suggestions by Sam Morris:
            - Drop a smart-notifier.desktop file in /etc/xdg/autostart to start
              the per session user daemon on desktops implementing the freedesktop
              standard.
            - Implement the notifier using signals rather than remove calls so
              that all users running the daemon GUI's will recieve the warning.
      * Split out the GUI/daemon code into a smart_notifier.gui module.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  15 Jun 2006 15:39:10 +0100