libnotify4 (0.7.2-0ubuntu2) natty; urgency=low * debian/control: Fix build dependency for current names: libgtk3.0-dev → libgtk-3-dev. -- Martin Pitt Sun, 10 Apr 2011 21:18:01 +0200 libnotify4 (0.7.2-0ubuntu1) natty; urgency=low * New upstream release * debian/libnotify4.symbols: - Updated * Add debian/patches/01_fix-properties-order.patch: - Applied upstream -- Robert Ancell Tue, 22 Mar 2011 17:47:08 +1100 libnotify4 (0.7.1-0ubuntu3) natty; urgency=low * Add debian/patches/01_fix-properties-order.patch: - Allow properties to be set in any order -- Tualatrix Chou Mon, 21 Mar 2011 08:30:12 +0100 libnotify4 (0.7.1-0ubuntu2) natty; urgency=low * debian/control: - Build depend on gir1.0-gdkpixbuf-2.0 -- Robert Ancell Wed, 19 Jan 2011 15:37:37 +1100 libnotify4 (0.7.1-0ubuntu1) natty; urgency=low * New upstream release. * debian/control: - Use standards version 3.9.1 * debian/libnotify4.symbols: - Private symbols no longer exported -- Robert Ancell Wed, 19 Jan 2011 14:21:21 +1100 libnotify4 (0.7.0+git20101118-0ubuntu3) natty; urgency=low * debian/control, debian/gir1.0-notify-0.7.install: gir1.0-* -> gir1.2-* rename. Also drop the unnecessary gir1.0-gtk-2.0 build dep. -- Martin Pitt Sun, 09 Jan 2011 11:56:46 -0600 libnotify4 (0.7.0+git20101118-0ubuntu2) natty; urgency=low * debian/control: Add missing build dependency libgirepository1.0-dev. -- Martin Pitt Thu, 18 Nov 2010 15:31:22 +0100 libnotify4 (0.7.0+git20101118-0ubuntu1) natty; urgency=low * Update to current git head to get a GIR. * Build an introspection package: - debian/control: Add gir1.0-notify-0.7 and necessary build depends. - Add debian/gir1.0-notify-0.7.install to install typelib. - debian/libnotify4-dev.install: Install GIR source. - debian/rules: Call dh_girepository. -- Martin Pitt Thu, 18 Nov 2010 14:47:46 +0100 libnotify4 (0.7.0-0ubuntu2) natty; urgency=low * Drop 99_ltmain_as-needed.patch, our gcc uses --as-needed by default now. * debian/rules: Drop obsolete DEB_DH_MAKESHLIBS_ARGS_libnotify1. * Add debian/libnotify4.symbols, and enable strict symbol checking in debian/rules. * debian/libnotify4-dev.install: Don't install the .la file. Also drop clean-la.mk from debian/rules, we don't need it without a .la file. * debian/copyright: Update changed copyright for notify-send (now under LGPL), and rewrite to match DEP-5. * debian/watch: Update for changed upstream download location. -- Martin Pitt Mon, 15 Nov 2010 17:52:46 +0100 libnotify4 (0.7.0-0ubuntu1) natty; urgency=low * New upstream release: - Remove explicit GTK+ 2.x linking, so that libnotify can link against both GTK+ 2.x or GTK+ 3.x. - Fix notify_get_server_info results - Remove the ability to attach notifications to widgets or positions - Add a test for the persistence server capability - Port to use GBus instead of dbus-glib - Add a macro to get library version number - Remove GTK+ dependency from library - Port tests to GTK+ 3 * Drop 00git-null-proxy-unref.patch, applied upstream. * Drop 01_notify-get-server-info-out-parameter-NULL.patch, obsolete. * debian/control: Bump libglib2.0-dev build dependency for new upstream version, move to libgtk3.0-dev, drop libdbus-glib-1-dev (got ported to GDBus), and libpopt-dev (got ported to GOption). * debian/control: Update package names for 0 → 4 SONAME bump. * Rename source package and -dev binary to be versioned, so that we can install both in parallel for a while. -- Martin Pitt Thu, 11 Nov 2010 19:00:42 +0100 libnotify (0.5.0-2ubuntu1) maverick; urgency=low * Add 00git-null-proxy-unref.patch: Fix assertion when uniniting without any notifications. Patch committed upstream and backported to maverick. (LP: #570462) -- Martin Pitt Mon, 12 Jul 2010 15:31:14 +0200 libnotify (0.5.0-2) unstable; urgency=low * debian/patches/01_notify-get-server-info-out-parameter-NULL.patch: + Check that the correct variable is not NULL before dereferencing it in notify_get_server_info(). Thanks to Jonny Lamb for the patch (Closes: #536288). -- Sebastian Dröge Tue, 29 Jun 2010 08:39:16 +0200 libnotify (0.5.0-1) unstable; urgency=low * New upstream release: + debian/rules, debian/compat, debian/control.in, debian/source/format, debian/patches/*: - Update to debhelper compat level 7. - Update to source format 3.0 (quilt). - Update to Standards-Version 3.8.4. + debian/control: - Update build dependencies. + debian/rules: - Update shlibs version to 0.5.0 because of new API. + debian/patches/01_hurd-path-max.patch: - Dropped, fixed upstream. -- Sebastian Dröge Tue, 29 Jun 2010 07:27:38 +0200 libnotify (0.4.5-1) unstable; urgency=low [ Loic Minier ] * Include clean-la.mk; build-dep on gnome-pkg-tools >= 0.7. [ Sebastian Dröge ] * debian/control: + Add myself to uploaders. + Update Standards-Version to 3.8.0. + Use ${binary:Version} instead of ${Source-Version} to make the package binNMU save. * New upstream release (Closes: #510931): + Fixes include of non-toplevel header of GTK (Closes: #508329). + debian/rules: - Update shlibs to >= 0.4.5 for new API. + debian/control: - Build-depend on dbus-glib >= 0.76. * debian/patches/01_hurd-path-max.patch: + Fix FTBFS on hurd-i386, thanks to Michael Banck for the patch. (Closes: #483157). * debian/patches/99_ltmain_as-needed.patch: + Remove some unneeded dependencies from the library by using --as-needed for linking. -- Sebastian Dröge Thu, 05 Mar 2009 08:11:37 +0100 libnotify (0.4.4-3) unstable; urgency=low * Drop GNOME team from uploaders and uploaders.mk include; add myself to uploaders. * Merge never uploaded 0.4.3-3 changelog entry into 0.4.4-1. * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on cdbs >= 0.4.41. * Add ${misc:Depends}. * Wrap build-deps and deps. * Prepend -z defs to LDFLAGS to be safe with --as-needed. -- Loic Minier Mon, 16 Apr 2007 10:15:43 +0200 libnotify (0.4.4-2) experimental; urgency=low * Built against libgtk2.0-0 > 2.10. -- Riccardo Setti Sat, 24 Mar 2007 15:31:52 +0100 libnotify (0.4.4-1) unstable; urgency=low [ Loic Minier ] * Fix the 0.4.2-2 changelog entry to reflect the real 0.4.2-2 upload to experimental and its changes; move the changes which were listed in this changelog entry to 0.4.3-1 where these happened. [ Riccardo Setti ] * New upstream release. -- Riccardo Setti Sat, 24 Mar 2007 15:30:06 +0100 libnotify (0.4.3-2) experimental; urgency=low [ Riccardo Setti ] * Build against libgtk2.0-dev >= 2.10; let libnotify-dev provide libnotify-dev-gtk2.10 for the Gtk 2.10 specific API; let libnotify1 provide libnotify1-gtk2.10 for the Gtk 2.10 specific ABI; set libnotify1's shlibs to "libnotify1 (>= 0.4.3), libnotify1-gtk2.10". [ Loic Minier ] * Fix the above changelog entry. * Merge 0.4.3-1. -- Loic Minier Thu, 30 Nov 2006 22:01:28 +0100 libnotify (0.4.3-1) unstable; urgency=low [ Riccardo Setti ] * New upstream release [ Loic Minier ] * Bump up libgtk2.0-dev and libglib2.0-dev build-deps to >= 2.6; bump up the dependency of libnotify-dev on libgtk2.0-dev as well; add a libglib2.0-dev dependency to libnotify-dev. [ Marco Cabizza ] * libnotify-dev depends on libgtk2.0-dev, thanks to Christophe Mutricy (Closes: #388521) -- Loic Minier Thu, 30 Nov 2006 21:54:53 +0100 libnotify (0.4.2-2) experimental; urgency=low * Built it against libgtk2.0-dev (>= 2.10) * Uploaded to experimental -- Riccardo Setti Wed, 13 Sep 2006 21:24:59 +0200 libnotify (0.4.2-1) unstable; urgency=low * New Upstream release. (closes: #375182) * Improved notify-send manpage. (closes: #379175) * Added libnotify-doc package. -- Gustavo Franco Fri, 25 Aug 2006 15:40:39 -0300 libnotify (0.4.0-2) UNRELEASED; urgency=low * Re-add empty patch system. -- Loic Minier Sun, 21 May 2006 12:42:59 +0200 libnotify (0.4.0-1) unstable; urgency=low * New upstream release. * debian/patches/notify-send_ppc.patch: removed (bug fixed by upstream) * debian/rules: simple-patchsys include removed, there are no patches left. * debian/control: + Bump up Standards Version to 3.7.2 + Fix lintian warning replacing > by >= - obsolete-relation-form depends: libdbus-glib-1-dev (> 0.35) -- Gustavo Franco Tue, 16 May 2006 10:33:01 -0300 libnotify (0.3.2-4) unstable; urgency=low * Apply patch from Heikki Henriksen (heikkih): + rebuild without references to libXcursor.la & libXrender.la (Closes: #363966) + debian/control[.in]: Add dep on libdbus-glib-1-dev for libnotify-dev (Closes: #359316, #359710) + debian/watch: Added -- Jose Carlos Garcia Sogo Fri, 21 Apr 2006 14:14:17 +0200 libnotify (0.3.2-3) unstable; urgency=low * Improved notify-send.1 manpage. (closes: #353681) - thanks goes to Paul van Tilburg for providing a patch. - -t switch specifies the timeout in millisecond and not in second. (closes: #353683) -- Riccardo Setti Tue, 21 Feb 2006 21:06:55 +0100 libnotify (0.3.2-2) unstable; urgency=low * Added notify-send_ppc.patch which fix a bug in notify-send (libnotify-bin) on ppc. Thank to to Sjoerd Simons who provides a patch. (closes: #352514) -- Riccardo Setti Sat, 18 Feb 2006 19:34:05 +0100 libnotify (0.3.2-1) unstable; urgency=low Riccardo Setti (giskard): * New upstream (closes: #343437) * notifynotification.h doesn't exist anymore and config.h is defined in an if condition (closes: #348799) * removed eary_init.diff patch because the problem was corrected by upstream in the new tarball. Gustavo Noronha (kov): * Renamed library package to libnotify1 to match soname change -- Gustavo Noronha Silva Sun, 29 Jan 2006 09:08:10 -0200 libnotify (0.3.0-1) unstable; urgency=low * New upstream release * debian/patches/early_init.diff: - patch grabbed from Ubuntu's package: "- call dbus_g_bus_get() on init to initialize the dbus<->glib type system and fix a crash on certain use" * debian/control.in: - updated build-depends: libgtk2.0-dev >= 2.2.2, and libdbus-glib-1-dev >= 0.35 -- Gustavo Noronha Silva Fri, 13 Jan 2006 00:10:33 -0200 libnotify (0.2.2-1) experimental; urgency=low * First upload to Debian Andre Filipe de Assuncao e Brito: * New upstream release Closes: #335590 * debian/copyright: - Updated URL Project to: http://www.galago-project.org/files/releases/source/ * Remove debian/patches/01_malloc_int_overflow.patch: - Applied Upstream * Added notify-send manpage. Gustavo Noronha Silva: * debian/control.in, debian/rules: - correctly Build-Deps for cdbs, debhelper, and GNOME Team Upload stuff * debian/copyright: - added missing information about notify-send being GPL'ed -- Gustavo Noronha Silva Sun, 13 Nov 2005 20:47:46 -0200 libnotify (0.2.1-0ubuntu4) breezy; urgency=low * debian/patches/01_malloc_int_overflow.patch: Fix copy&paste bug in the second hunk, we allocate a char* array (not a size_t array) there. -- Martin Pitt Wed, 10 Aug 2005 13:41:26 +0200 libnotify (0.2.1-0ubuntu3) breezy; urgency=low * debian/control: Recommend notification-daemon and point out the requirement to install it in the long description. -- Martin Pitt Wed, 10 Aug 2005 10:53:26 +0200 libnotify (0.2.1-0ubuntu2) breezy; urgency=low * Add debian/patches/01_malloc_int_overflow.patch: - Check for integer overflow in icon frame allocation, just to be cautious. -- Martin Pitt Tue, 9 Aug 2005 19:57:27 +0200 libnotify (0.2.1-0ubuntu1) breezy; urgency=low * New upstream version. -- Sebastien Bacher Thu, 28 Jul 2005 20:45:16 +0200 libnotify (0.2.0-0ubuntu1) breezy; urgency=low * Initial package. -- Sebastien Bacher Thu, 28 Jul 2005 15:26:46 +0200