--- libnotify-0.4.2.orig/debian/libnotify-bin.manpages +++ libnotify-0.4.2/debian/libnotify-bin.manpages @@ -0,0 +1 @@ +debian/notify-send.1 --- libnotify-0.4.2.orig/debian/control +++ libnotify-0.4.2/debian/control @@ -0,0 +1,58 @@ +Source: libnotify +Priority: optional +Maintainer: Andre Filipe de Assuncao e Brito +Build-Depends: gnome-pkg-tools, cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.21), libgtk2.0-dev (>= 2.2.2), libglib2.0-dev (>= 2.2.2), libdbus-glib-1-dev (>= 0.35), libpopt-dev, gtk-doc-tools (>= 1.4) +Uploaders: Debian GNOME Maintainers , Andrew Lau , Clément Stenac , Dafydd Harries , Guilherme de S. Pastore , Gustavo Franco , Gustavo Noronha Silva , J.H.M. Dassen (Ray) , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Loic Minier , Marc 'HE' Brockschmidt , Marco Cabizza , Oystein Gisnas , Ondřej Surý , Ross Burton , Sebastien Bacher , Sjoerd Simons , Riccardo Setti +Standards-Version: 3.7.2 +Section: libs + +Package: libnotify-dev +Section: libdevel +Architecture: any +Depends: libnotify1 (= ${Source-Version}), libdbus-glib-1-dev (>= 0.35) +Description: sends desktop notifications to a notification daemon + A library that sends desktop notifications to a notification daemon, as + defined in the Desktop Notifications spec. These notifications can be + used to inform the user about an event or display some form of + information without getting in the user's way. + . + This package contains the include files and static library. + +Package: libnotify1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Recommends: notification-daemon +Description: sends desktop notifications to a notification daemon + A library that sends desktop notifications to a notification daemon, as + defined in the Desktop Notifications spec. These notifications can be + used to inform the user about an event or display some form of + information without getting in the user's way. + . + This package contains the shared library. To actually display the + notifications, you need to install the package notification-daemon. + +Package: libnotify-bin +Section: utils +Architecture: any +Depends: ${shlibs:Depends} +Description: sends desktop notifications to a notification daemon + A library that sends desktop notifications to a notification daemon, as + defined in the Desktop Notifications spec. These notifications can be + used to inform the user about an event or display some form of + information without getting in the user's way. + . + This package contains the binary which sends the notification. + +Package: libnotify-doc +Section: utils +Architecture: all +Recommends: libnotify1 +Description: sends desktop notifications to a notification daemon + A library that sends desktop notifications to a notification daemon, as + defined in the Desktop Notifications spec. These notifications can be + used to inform the user about an event or display some form of + information without getting in the user's way. + . + This package contains the documentation + --- libnotify-0.4.2.orig/debian/libnotify-dev.install +++ libnotify-0.4.2/debian/libnotify-dev.install @@ -0,0 +1,6 @@ +debian/tmp/usr/include/* +debian/tmp/usr/lib/lib*.a +debian/tmp/usr/lib/lib*.so +debian/tmp/usr/lib/pkgconfig/* +debian/tmp/usr/lib/*.la +debian/tmp/usr/share/pkgconfig/* --- libnotify-0.4.2.orig/debian/compat +++ libnotify-0.4.2/debian/compat @@ -0,0 +1 @@ +4 --- libnotify-0.4.2.orig/debian/libnotify1.install +++ libnotify-0.4.2/debian/libnotify1.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/lib*.so.* --- libnotify-0.4.2.orig/debian/watch +++ libnotify-0.4.2/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://www.galago-project.org/files/releases/source/libnotify/libnotify-(.*)\.tar\.gz debian uupdate --- libnotify-0.4.2.orig/debian/copyright +++ libnotify-0.4.2/debian/copyright @@ -0,0 +1,51 @@ +This package was debianized by Sebastien Bacher on +Thu, 28 Jul 2005 15:26:46 +0200. + +It was downloaded from http://www.galago-project.org/files/releases/source/ + +The libnotify library is under the following conditions: + +Copyright Holder: Christian Hammond + Mike Hearn + +License: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + +The notify-send binary, built from the source at tools/notify-send.c is +the following conditions: + +Copyright Holder: 2004, Christian Hammond + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- libnotify-0.4.2.orig/debian/libnotify-bin.install +++ libnotify-0.4.2/debian/libnotify-bin.install @@ -0,0 +1 @@ +debian/tmp/usr/bin/notify-send --- libnotify-0.4.2.orig/debian/notify-send.1 +++ libnotify-0.4.2/debian/notify-send.1 @@ -0,0 +1,39 @@ +.TH USAGE: "1" "November 2005" "notify-send 0.2.2" "User Commands" +.SH NAME +notify-send - a program to send desktop notifications +.SH SYNOPSIS +.B notify-send +[\fIOPTIONS\fR]\fI \fR[\fIbody\fR] +.SH DESCRIPTION +With \fInotify-send\fR you can sends desktop notifications to the user via +a notification daemon from the command line. These notifications can be +used to inform the user about an event or display some form of information +without getting in the user's way. +.SH OPTIONS +\fB\-u\fR, \fB\-\-urgency\fR=\fISTRING\fR +Specifies the urgency level (low, normal, +critical). +.TP +\fB\-t\fR, \fB\-\-expire\-time\fR=\fIINT\fR +Specifies the timeout in milliseconds at which to +expire the notification. +.TP +\fB\-i\fR, \fB\-\-icon\fR=\fIICON1\fR,ICON2,... +Specifies an icon filename or stock icon to +display. +.TP +\fB\-t\fR, \fB\-\-type\fR=\fIICON1\fR,ICON2,... +Specifies the notification type. +.SS "Help options:" +.TP +\-?, \fB\-\-help\fR +Show this help message +.TP +\fB\-\-usage\fR +Display brief usage message +.SH SEE ALSO +The Desktop Notification Spec on http://www.galago-project.org/specs/notification/. +.SH AUTHOR +This manual page was written by Andre Filipe de Assuncao e Brito and +Paul van Tilburg +for the Debian project (but may be used by others). --- libnotify-0.4.2.orig/debian/control.in +++ libnotify-0.4.2/debian/control.in @@ -0,0 +1,58 @@ +Source: libnotify +Priority: optional +Maintainer: Andre Filipe de Assuncao e Brito +Build-Depends: gnome-pkg-tools, cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.21), libgtk2.0-dev (>= 2.2.2), libglib2.0-dev (>= 2.2.2), libdbus-glib-1-dev (>= 0.35), libpopt-dev, gtk-doc-tools (>= 1.4) +Uploaders: @GNOME_TEAM@, Riccardo Setti +Standards-Version: 3.7.2 +Section: libs + +Package: libnotify-dev +Section: libdevel +Architecture: any +Depends: libnotify1 (= ${Source-Version}), libdbus-glib-1-dev (>= 0.35) +Description: sends desktop notifications to a notification daemon + A library that sends desktop notifications to a notification daemon, as + defined in the Desktop Notifications spec. These notifications can be + used to inform the user about an event or display some form of + information without getting in the user's way. + . + This package contains the include files and static library. + +Package: libnotify1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Recommends: notification-daemon +Description: sends desktop notifications to a notification daemon + A library that sends desktop notifications to a notification daemon, as + defined in the Desktop Notifications spec. These notifications can be + used to inform the user about an event or display some form of + information without getting in the user's way. + . + This package contains the shared library. To actually display the + notifications, you need to install the package notification-daemon. + +Package: libnotify-bin +Section: utils +Architecture: any +Depends: ${shlibs:Depends} +Description: sends desktop notifications to a notification daemon + A library that sends desktop notifications to a notification daemon, as + defined in the Desktop Notifications spec. These notifications can be + used to inform the user about an event or display some form of + information without getting in the user's way. + . + This package contains the binary which sends the notification. + +Package: libnotify-doc +Section: utils +Architecture: all +Recommends: libnotify1 +Description: sends desktop notifications to a notification daemon + A library that sends desktop notifications to a notification daemon, as + defined in the Desktop Notifications spec. These notifications can be + used to inform the user about an event or display some form of + information without getting in the user's way. + . + This package contains the documentation + --- libnotify-0.4.2.orig/debian/libnotify-doc.install +++ libnotify-0.4.2/debian/libnotify-doc.install @@ -0,0 +1 @@ +debian/tmp/usr/share/gtk-doc/html/libnotify/ --- libnotify-0.4.2.orig/debian/rules +++ libnotify-0.4.2/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk + +DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed" + +DEB_DH_MAKESHLIBS_ARGS_libnotify1 := -V 'libnotify1 (>= 0.4.2)' --- libnotify-0.4.2.orig/debian/changelog +++ libnotify-0.4.2/debian/changelog @@ -0,0 +1,143 @@ +libnotify (0.4.2-0ubuntu2) edgy; urgency=low + + * Rebuild against dbus 0.90 + + -- Sebastian Dröge Thu, 24 Aug 2006 14:44:09 +0200 + +libnotify (0.4.2-0ubuntu1) edgy; urgency=low + + * New upstream release + * debian/control.in, + debian/libnotify-doc.install: + + Add gtk-doc-tools Build-Depends and a libnotify-doc package + * debian/rules: + + Bump shlibs for libnotify to (>= 0.4.2) + + + -- Sebastian Dröge Fri, 28 Jul 2006 23:40:37 +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 +