Import Debian changes 0.12-ok1
startup-notification (0.12-ok1) yangtze; urgency=medium * Build for openKylin.
This commit is contained in:
parent
558f16eff0
commit
19f62c5f7f
|
@ -0,0 +1,5 @@
|
|||
startup-notification (0.12-ok1) yangtze; urgency=medium
|
||||
|
||||
* Build for openKylin.
|
||||
|
||||
-- openKylinBot <openKylinBot@openkylin.com> Mon, 25 Apr 2022 22:03:04 +0800
|
|
@ -0,0 +1 @@
|
|||
11
|
|
@ -0,0 +1,47 @@
|
|||
# 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: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
|
||||
Uploaders: Jeremy Bicha <jbicha@debian.org>, Josselin Mouette <joss@debian.org>
|
||||
Build-Depends: debhelper (>= 11),
|
||||
libx11-dev,
|
||||
libxt-dev,
|
||||
pkg-config,
|
||||
libxcb1-dev,
|
||||
libx11-xcb-dev,
|
||||
libxcb-util0-dev,
|
||||
gnome-pkg-tools
|
||||
Standards-Version: 4.3.0
|
||||
Vcs-Browser: https://salsa.debian.org/gnome-team/startup-notification
|
||||
Vcs-Git: https://salsa.debian.org/gnome-team/startup-notification.git
|
||||
Homepage: https://www.freedesktop.org/wiki/Software/startup-notification/
|
||||
|
||||
Package: libstartup-notification0
|
||||
Multi-Arch: same
|
||||
Section: libs
|
||||
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.
|
|
@ -0,0 +1,43 @@
|
|||
Source: startup-notification
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
|
||||
Uploaders: @GNOME_TEAM@
|
||||
Build-Depends: debhelper (>= 11),
|
||||
libx11-dev,
|
||||
libxt-dev,
|
||||
pkg-config,
|
||||
libxcb1-dev,
|
||||
libx11-xcb-dev,
|
||||
libxcb-util0-dev,
|
||||
gnome-pkg-tools
|
||||
Standards-Version: 4.3.0
|
||||
Vcs-Browser: https://salsa.debian.org/gnome-team/startup-notification
|
||||
Vcs-Git: https://salsa.debian.org/gnome-team/startup-notification.git
|
||||
Homepage: https://www.freedesktop.org/wiki/Software/startup-notification/
|
||||
|
||||
Package: libstartup-notification0
|
||||
Multi-Arch: same
|
||||
Section: libs
|
||||
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.
|
|
@ -0,0 +1,52 @@
|
|||
This package was debianized by Colin Walters <walters@debian.org> on
|
||||
Fri, 6 Dec 2002 03:37:06 -0500
|
||||
|
||||
It was downloaded from http://www.freedesktop.org/software/startup-notification/
|
||||
|
||||
Upstream Author: Havoc Pennington <hp@redhat.com>
|
||||
|
||||
License: part MIT, part LGPL, see below.
|
||||
|
||||
Copyright (C) 2002 Red Hat, Inc.
|
||||
Copyright (C) 2009 Julien Danjou <julien@danjou.info>
|
||||
|
||||
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-2'.
|
|
@ -0,0 +1 @@
|
|||
NEWS
|
|
@ -0,0 +1,4 @@
|
|||
[DEFAULT]
|
||||
pristine-tar = True
|
||||
debian-branch = debian/master
|
||||
upstream-branch = upstream/latest
|
|
@ -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
|
|
@ -0,0 +1 @@
|
|||
debian/tmp/usr/lib/*/libstartup-notification-1.so.*
|
|
@ -0,0 +1,4 @@
|
|||
# let's not have a transition for this
|
||||
libstartup-notification0: package-name-doesnt-match-sonames libstartup-notification-1-0
|
||||
# intentionally-unsatisfiable dependency
|
||||
libstartup-notification0: symbols-declares-dependency-on-other-package libstartup-notification-private
|
|
@ -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
|
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
|
||||
|
||||
%:
|
||||
dh $@ --with gnome
|
||||
|
||||
override_dh_autoreconf:
|
||||
dh_autoreconf --as-needed
|
||||
|
||||
override_dh_makeshlibs:
|
||||
dh_makeshlibs -- -c4
|
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
|
@ -0,0 +1,3 @@
|
|||
version=4
|
||||
https://www.freedesktop.org/software/@PACKAGE@/releases/ \
|
||||
@PACKAGE@-([\d\.]+)@ARCHIVE_EXT@
|
Loading…
Reference in New Issue