--- startup-notification-0.8.orig/debian/control +++ startup-notification-0.8/debian/control @@ -0,0 +1,31 @@ +Source: startup-notification +Section: x11 +Priority: optional +Maintainer: Ondřej Surý +Uploaders: Debian GNOME Maintainers , Akira TAGOH , Andreas Rottmann , Andrew Lau , Carlos Perelló Marín , Edd Dumbill , Emil Soleyman-Zomalan , Gustavo Noronha Silva , J.H.M. Dassen (Ray) , Joe Drew , Johannes Rohr , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Marc 'HE' Brockschmidt , Rob Bradford , Robert McQueen , Ross Burton , Sebastien Bacher , Takuo KITAME +Standards-Version: 3.6.1 +Build-Depends: cdbs, debhelper (>= 3.4.4), libx11-dev, libx11-dev, libxt-dev, x-dev, gnome-pkg-tools + +Package: libstartup-notification0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Description: library for program launch feedback (shared library) + startup-notification is a library which allows programs to give the user + visual feedback that they are being launched; this is typically implemented + using a busy cursor. This library is currently used by GNOME programs, but + is part of the freedesktop.org suite of cross-desktop libraries. + . + This package contains the shared library. + +Package: libstartup-notification0-dev +Section: libdevel +Architecture: any +Depends: libstartup-notification0 (= ${Source-Version}), libx11-dev, pkg-config +Description: library for program launch feedback (development headers) + startup-notification is a library which allows programs to give the user + visual feedback that they are being launched; this is typically implemented + using a busy cursor. This library is currently used by GNOME programs, but + is part of the freedesktop.org suite of cross-desktop libraries. + . + This package contains the development headers. --- startup-notification-0.8.orig/debian/rules +++ startup-notification-0.8/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk + +# Ensure at build time that the library has no dependencies on undefined +# symbols. +LDFLAGS += -Wl,-z,defs + +# Speed up loading. +LDFLAGS += -Wl,-O1 + +DEB_CONFIGURE_EXTRA_FLAGS := LDFLAGS="$(LDFLAGS)" --- startup-notification-0.8.orig/debian/changelog +++ startup-notification-0.8/debian/changelog @@ -0,0 +1,104 @@ +startup-notification (0.8-0ubuntu1) hoary; urgency=low + + * New upstream release: + - support new focus stealing prevention stuff. + + -- Sebastien Bacher Fri, 12 Nov 2004 15:37:26 +0100 + +startup-notification (0.7-1) unstable; urgency=low + + * New upstream release. + * [config.guess, config.sub] Updated. + * [debian/libstartup-notification0.shlibs] Updated as the API has changed + due to the introduction of sn_startup_sequence_get_timestamp(). + * [debian/rules] Ensure at build time that the library has no dependencies + on undefined symbols; speed up loading. + + -- J.H.M. Dassen (Ray) Wed, 11 Aug 2004 19:24:37 +0200 + +startup-notification (0.6-2) unstable; urgency=low + + * shlibs is back. + * *.files removed. + + -- Ondřej Surý Fri, 16 Apr 2004 09:39:30 +0200 + +startup-notification (0.6-1) unstable; urgency=low + + * New upstream release. + * Removed patch to fix memory leak, it was merged upstream. + + -- Ondřej Surý Wed, 7 Apr 2004 10:08:56 +0200 + +startup-notification (0.5-9) unstable; urgency=low + + * Fix FTBFS missing dependencies (Closes: #239227) + + -- Ondřej Surý Sun, 21 Mar 2004 23:15:23 +0100 + +startup-notification (0.5-8) unstable; urgency=low + + * Fix memory leak in sn-launcher.c (Closes: #238817) + * Change section to libdevel again. + + -- Ondřej Surý Sun, 21 Mar 2004 11:02:35 +0100 + +startup-notification (0.5-7) unstable; urgency=low + + * New maintainer (Closes: #238902) + + Moved to pkg-gnome repository at alioth. + * Use cdbs for packaging. + + -- Ondřej Surý Sat, 20 Mar 2004 17:18:02 +0100 + +startup-notification (0.5-6) unstable; urgency=low + + * Orphaned package. + + -- Christian Marillat Fri, 19 Mar 2004 16:46:59 +0100 + +startup-notification (0.5-5) unstable; urgency=low + + * Change section devel --> libdevel + + -- Christian Marillat Mon, 22 Sep 2003 18:51:34 +0200 + +startup-notification (0.5-4) unstable; urgency=low + + * New maintainer + * Not a native Debian package, re-upload the original source. + * Bump Standards-Version: 3.6.1, no changes required. + + -- Christian Marillat Mon, 22 Sep 2003 18:17:51 +0200 + +startup-notification (0.5-3) unstable; urgency=low + + * debian/control: + - Bump Standards-Version: 3.5.10, no changes required. + - Build-Depend on cdbs. + * debian/rules: + - Convert to cdbs. + * debian/rocks: + - Removed. + + -- Colin Walters Sun, 25 May 2003 04:55:05 -0400 + +startup-notification (0.5-2) unstable; urgency=low + + * Fix sections. + + -- Colin Walters Fri, 24 Jan 2003 23:23:19 -0500 + +startup-notification (0.5-1) unstable; urgency=low + + * New upstream release (Closes: #178281). + * debian/rules: + - Update to latest version of Colin's Build System. + + -- Colin Walters Fri, 24 Jan 2003 21:43:16 -0500 + +startup-notification (0.4-1) unstable; urgency=low + + * Initial version (Closes: #171958) + + -- Colin Walters Fri, 6 Dec 2002 03:11:20 -0500 --- startup-notification-0.8.orig/debian/libstartup-notification0-dev.install +++ startup-notification-0.8/debian/libstartup-notification0-dev.install @@ -0,0 +1,5 @@ +debian/tmp/usr/lib/libstartup-notification-1.la +debian/tmp/usr/lib/libstartup-notification-1.a +debian/tmp/usr/lib/libstartup-notification-1.so +debian/tmp/usr/lib/pkgconfig +debian/tmp/usr/include/startup-notification-1.0 --- startup-notification-0.8.orig/debian/compat +++ startup-notification-0.8/debian/compat @@ -0,0 +1 @@ +4 --- startup-notification-0.8.orig/debian/control.in +++ startup-notification-0.8/debian/control.in @@ -0,0 +1,31 @@ +Source: startup-notification +Section: x11 +Priority: optional +Maintainer: Ondřej Surý +Uploaders: @GNOME_TEAM@ +Standards-Version: 3.6.1 +Build-Depends: cdbs, debhelper (>= 3.4.4), libx11-dev, libx11-dev, libxt-dev, x-dev, gnome-pkg-tools + +Package: libstartup-notification0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Description: library for program launch feedback (shared library) + startup-notification is a library which allows programs to give the user + visual feedback that they are being launched; this is typically implemented + using a busy cursor. This library is currently used by GNOME programs, but + is part of the freedesktop.org suite of cross-desktop libraries. + . + This package contains the shared library. + +Package: libstartup-notification0-dev +Section: libdevel +Architecture: any +Depends: libstartup-notification0 (= ${Source-Version}), libx11-dev, pkg-config +Description: library for program launch feedback (development headers) + startup-notification is a library which allows programs to give the user + visual feedback that they are being launched; this is typically implemented + using a busy cursor. This library is currently used by GNOME programs, but + is part of the freedesktop.org suite of cross-desktop libraries. + . + This package contains the development headers. --- startup-notification-0.8.orig/debian/libstartup-notification0.shlibs +++ startup-notification-0.8/debian/libstartup-notification0.shlibs @@ -0,0 +1 @@ +libstartup-notification-1 0 libstartup-notification0 (>= 0.8) --- startup-notification-0.8.orig/debian/copyright +++ startup-notification-0.8/debian/copyright @@ -0,0 +1,10 @@ +This package was debianized by Colin Walters on +Fri, 6 Dec 2002 03:37:06 -0500 + +It was downloaded from http://www.freedesktop.org/software/startup-notification/ + +Upstream Author: Havoc Pennington + +Copyright: + +See /usr/share/common-licenses/LGPL on your Debian system. --- startup-notification-0.8.orig/debian/libstartup-notification0.install +++ startup-notification-0.8/debian/libstartup-notification0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libstartup-notification-1.so.*