--- startup-notification-0.12.orig/debian/copyright +++ startup-notification-0.12/debian/copyright @@ -0,0 +1,52 @@ +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 + +License: part MIT, part LGPL, see below. + + Copyright (C) 2002 Red Hat, Inc. + Copyright (C) 2009 Julien Danjou + + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the "Software"), to deal in the Software without + restriction, including without limitation the rights to use, copy, + modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + + + From libsn/sn-util.c: + This code derived from GLib, Copyright (C) 1997-2002 by the GLib team. + + 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'. --- startup-notification-0.12.orig/debian/control.in +++ startup-notification-0.12/debian/control.in @@ -0,0 +1,45 @@ +Source: startup-notification +Section: x11 +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Josselin Mouette +Uploaders: @GNOME_TEAM@ +Standards-Version: 3.9.2 +Build-Depends: cdbs (>= 0.4.93~), + debhelper (>= 8.1.3~), + libx11-dev, + libxt-dev, + pkg-config, + libxcb1-dev, + libx11-xcb-dev, + libxcb-util0-dev, + gnome-pkg-tools +Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/startup-notification/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/startup-notification/ + +Package: libstartup-notification0 +Section: libs +Pre-Depends: ${misc:Pre-Depends} +Multi-Arch: same +Architecture: any +Depends: ${misc: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 +Multi-Arch: same +Architecture: any +Depends: ${misc:Depends}, libstartup-notification0 (= ${binary: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.12.orig/debian/libstartup-notification0.shlibs +++ startup-notification-0.12/debian/libstartup-notification0.shlibs @@ -0,0 +1 @@ +libstartup-notification-1 0 libstartup-notification0 (>= 0.11) --- startup-notification-0.12.orig/debian/changelog +++ startup-notification-0.12/debian/changelog @@ -0,0 +1,185 @@ +startup-notification (0.12-1ubuntu2) quantal; urgency=low + + * Rebuild for new armel compiler default of ARMv5t. + + -- Colin Watson Mon, 08 Oct 2012 22:59:31 +0100 + +startup-notification (0.12-1ubuntu1) precise; urgency=low + + * Convert to multiarch. (LP: #910856) + + -- Riku Voipio Thu, 22 Sep 2011 17:21:33 +0300 + +startup-notification (0.12-1) unstable; urgency=low + + * Add Vcs-{Svn,Browser} control fields. + * New upstream release + + reverts ABI breakage from 0.11 (closes: #626717) + * Add a symbols file. + + -- Julien Cristau Wed, 18 May 2011 20:13:25 +0200 + +startup-notification (0.11-2) unstable; urgency=low + + * Add missing build-dependency on libx11-xcb-dev. + + -- Julien Cristau Sat, 14 May 2011 16:08:34 +0200 + +startup-notification (0.11-1) unstable; urgency=low + + * Fix watch file to point at freedesktop.org. + * New upstream release (closes: #625882) + * Build-depend on libxcb-util0-dev instead of the obsolete libxcb-atom1-dev, + libxcb-aux0-dev and libxcb-event1-dev (closes: #626670). + * Update debian/copyright with missing copyright notices and MIT license. + * Bump Standards-Version to 3.9.2, no changes needed. + * Bump shlibs to 0.11 for APPLICATION_ID key support. + + -- Julien Cristau Sat, 14 May 2011 15:36:45 +0200 + +startup-notification (0.10-1) unstable; urgency=low + + [ Kilian Krause ] + * Use binary:version and source:Version for binnNMU-safe uploads as + added in dpkg-dev 1.13.19. Add to Build-Depends accordingly. + + [ Josselin Mouette ] + * Re-generate control. Closes: #523547. + * New upstream release. Closes: #523889. + * Standards version is 3.8.1. + * Add build-dependencies on XCB libs and pkg-config. + * Bump shlibs to version 0.10. + + -- Josselin Mouette Mon, 13 Apr 2009 17:14:54 +0200 + +startup-notification (0.9-1) unstable; urgency=low + + * Add a get-orig-source target to retrieve the upstream tarball. + * Don't set LDFLAGS via DEB_CONFIGURE_EXTRA_FLAGS; build-dep on (cdbs >= + 0.4.41). + * Bump up Debhelper compatibility level to 5. + * Drop obsolete x-dev build-dep and redundant libx11-dev build-dep. + * Add ${misc:Depends}. + * Track all versions and use HTTP in watch file. + * Do ship license in copyright. + * Stop shipping *.la files in libstartup-notification0-dev. + * New upstream bug fix release; no API change. + + -- Loic Minier Sun, 18 Mar 2007 09:11:56 +0100 + +startup-notification (0.8-2) unstable; urgency=low + + J.H.M. Dassen (Ray): + * [debian/watch] Added. + + [ Ondřej Surý ] + * [debian/control.in] Do not depend on xlibs, xlibs-dev (Closes: #388126) + + -- Ondřej Surý Tue, 19 Sep 2006 17:39:09 +0200 + +startup-notification (0.8-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 new functions for focus stealing prevention. + + -- J.H.M. Dassen (Ray) Sat, 29 Jan 2005 18:40:28 +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.12.orig/debian/libstartup-notification0.symbols +++ startup-notification-0.12/debian/libstartup-notification0.symbols @@ -0,0 +1,104 @@ +libstartup-notification-1.so.0 libstartup-notification0 #MINVER# +| libstartup-notification-private + sn_display_error_trap_pop@Base 0.2 + sn_display_error_trap_push@Base 0.2 + sn_display_get_x_connection@Base 0.10 + sn_display_get_x_display@Base 0.2 + sn_display_new@Base 0.2 + sn_display_process_event@Base 0.2 + sn_display_ref@Base 0.2 + sn_display_unref@Base 0.2 + sn_free@Base 0.2 + sn_internal_add_xmessage_func@Base 0 1 + sn_internal_append_to_string@Base 0 1 + sn_internal_broadcast_xmessage@Base 0 1 + sn_internal_display_get_id@Base 0 1 + sn_internal_display_get_root_window@Base 0 1 + sn_internal_display_get_screen_number@Base 0 1 + sn_internal_display_get_x_screen@Base 0 1 + sn_internal_display_get_xmessage_data@Base 0 1 + sn_internal_find_last_occurrence@Base 0 1 + sn_internal_get_net_startup_id_atom@Base 0 1 + sn_internal_get_net_startup_info_atom@Base 0 1 + sn_internal_get_net_startup_info_begin_atom@Base 0 1 + sn_internal_get_utf8_string_atom@Base 0 1 + sn_internal_monitor_process_event@Base 0 1 + sn_internal_remove_xmessage_func@Base 0 1 + sn_internal_serialize_message@Base 0 1 + sn_internal_set_utf8_string@Base 0 1 + sn_internal_strdup@Base 0 1 + sn_internal_strfreev@Base 0 1 + sn_internal_string_to_ulong@Base 0 1 + sn_internal_strndup@Base 0 1 + sn_internal_unserialize_message@Base 0 1 + sn_internal_utf8_validate@Base 0 1 + sn_internal_xmessage_process_client_message@Base 0 1 + sn_launchee_context_complete@Base 0.2 + sn_launchee_context_get_id_has_timestamp@Base 0.8 + sn_launchee_context_get_startup_id@Base 0.2 + sn_launchee_context_get_timestamp@Base 0.8 + sn_launchee_context_new@Base 0.2 + sn_launchee_context_new_from_environment@Base 0.2 + sn_launchee_context_ref@Base 0.2 + sn_launchee_context_setup_window@Base 0.2 + sn_launchee_context_unref@Base 0.2 + sn_launcher_context_complete@Base 0.4 + sn_launcher_context_get_initiated@Base 0.2 + sn_launcher_context_get_initiated_time@Base 0.4 + sn_launcher_context_get_last_active_time@Base 0.4 + sn_launcher_context_get_startup_id@Base 0.4 + sn_launcher_context_initiate@Base 0.2 + sn_launcher_context_new@Base 0.2 + sn_launcher_context_ref@Base 0.2 + sn_launcher_context_set_binary_name@Base 0.2 + sn_launcher_context_set_description@Base 0.2 + sn_launcher_context_set_extra_property@Base 0.4 + sn_launcher_context_set_icon_name@Base 0.2 + sn_launcher_context_set_name@Base 0.2 + sn_launcher_context_set_wmclass@Base 0.2 + sn_launcher_context_set_workspace@Base 0.2 + sn_launcher_context_setup_child_process@Base 0.2 + sn_launcher_context_unref@Base 0.2 + sn_launcher_set_application_id@Base 0.11 + sn_list_append@Base 0 1 + sn_list_empty@Base 0 1 + sn_list_foreach@Base 0 1 + sn_list_free@Base 0 1 + sn_list_new@Base 0 1 + sn_list_prepend@Base 0 1 + sn_list_remove@Base 0 1 + sn_malloc0@Base 0.2 + sn_malloc@Base 0.2 + sn_mem_is_system_malloc@Base 0.2 + sn_mem_set_vtable@Base 0.2 + sn_monitor_context_new@Base 0.2 + sn_monitor_context_ref@Base 0.2 + sn_monitor_context_unref@Base 0.2 + sn_monitor_event_copy@Base 0.2 + sn_monitor_event_get_context@Base 0.2 + sn_monitor_event_get_startup_sequence@Base 0.2 + sn_monitor_event_get_type@Base 0.2 + sn_monitor_event_ref@Base 0.2 + sn_monitor_event_unref@Base 0.2 + sn_realloc@Base 0.2 + sn_set_utf8_validator@Base 0.2 + sn_startup_sequence_complete@Base 0.4 + sn_startup_sequence_get_application_id@Base 0.11 + sn_startup_sequence_get_binary_name@Base 0.2 + sn_startup_sequence_get_completed@Base 0.2 + sn_startup_sequence_get_description@Base 0.2 + sn_startup_sequence_get_icon_name@Base 0.2 + sn_startup_sequence_get_id@Base 0.2 + sn_startup_sequence_get_initiated_time@Base 0.3 + sn_startup_sequence_get_last_active_time@Base 0.3 + sn_startup_sequence_get_name@Base 0.2 + sn_startup_sequence_get_screen@Base 0.4 + sn_startup_sequence_get_timestamp@Base 0.7 + sn_startup_sequence_get_wmclass@Base 0.2 + sn_startup_sequence_get_workspace@Base 0.2 + sn_startup_sequence_ref@Base 0.2 + sn_startup_sequence_unref@Base 0.2 + sn_try_malloc@Base 0.2 + sn_try_realloc@Base 0.2 + sn_xcb_display_new@Base 0.10 + sn_xcb_display_process_event@Base 0.10 --- startup-notification-0.12.orig/debian/watch +++ startup-notification-0.12/debian/watch @@ -0,0 +1,3 @@ +version=2 +http://www.freedesktop.org/software/startup-notification/releases/ \ + startup-notification-([\d\.]+)\.tar\.gz --- startup-notification-0.12.orig/debian/libstartup-notification0.install +++ startup-notification-0.12/debian/libstartup-notification0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/*/libstartup-notification-1.so.* --- startup-notification-0.12.orig/debian/control +++ startup-notification-0.12/debian/control @@ -0,0 +1,50 @@ +# This file is autogenerated. DO NOT EDIT! +# +# Modifications should be made to debian/control.in instead. +# This file is regenerated automatically in the clean target. + +Source: startup-notification +Section: x11 +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Josselin Mouette +Uploaders: Debian GNOME Maintainers , J.H.M. Dassen (Ray) , Josselin Mouette , Loic Minier +Standards-Version: 3.9.2 +Build-Depends: cdbs (>= 0.4.93~), + debhelper (>= 8.1.3~), + libx11-dev, + libxt-dev, + pkg-config, + libxcb1-dev, + libx11-xcb-dev, + libxcb-util0-dev, + gnome-pkg-tools +Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/startup-notification/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/startup-notification/ + +Package: libstartup-notification0 +Section: libs +Pre-Depends: ${misc:Pre-Depends} +Multi-Arch: same +Architecture: any +Depends: ${misc: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 +Multi-Arch: same +Architecture: any +Depends: ${misc:Depends}, libstartup-notification0 (= ${binary: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.12.orig/debian/libstartup-notification0-dev.install +++ startup-notification-0.12/debian/libstartup-notification0-dev.install @@ -0,0 +1,4 @@ +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.12.orig/debian/rules +++ startup-notification-0.12/debian/rules @@ -0,0 +1,19 @@ +#!/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/cdbs/1/rules/utils.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.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_DH_MAKESHLIBS_ARGS_ALL = -- -c4 + +DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) --- startup-notification-0.12.orig/debian/compat +++ startup-notification-0.12/debian/compat @@ -0,0 +1 @@ +5