Import Debian changes 4.0.0.0-ok0
ukui-notification (4.0.0.0-ok0) yangtze; urgency=medium . * 修改为quilt格式
This commit is contained in:
parent
3beecdda38
commit
246fa79fdc
|
@ -0,0 +1,11 @@
|
|||
ukui-notification (4.0.0.0-ok0) yangtze; urgency=medium
|
||||
|
||||
* 修改为quilt格式
|
||||
|
||||
-- zpf <zpf@zpf> Mon, 31 Jul 2023 18:00:21 +0800
|
||||
|
||||
ukui-notification (4.0.0.0-ok0) yangtze; urgency=medium
|
||||
|
||||
* Init release
|
||||
|
||||
-- zhangpengfei <zhangpengfei@kylinos.cn> Thu, 24 May 2023 18:00:59 +0800
|
|
@ -0,0 +1,43 @@
|
|||
Source: ukui-notification
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: zhangpengfei <zhangpengfei@kylinos.cn>
|
||||
Build-Depends: debhelper-compat (= 12),
|
||||
libkf5windowsystem-dev,
|
||||
libukui-search-dev(>=4.0.1.5-ok0),
|
||||
pkgconf,
|
||||
qtbase5-dev,
|
||||
qtchooser,
|
||||
qtdeclarative5-dev,
|
||||
qtscript5-dev,
|
||||
qttools5-dev-tools
|
||||
Standards-Version: 4.5.0
|
||||
Homepage: https://www.ukui.org/
|
||||
Vcs-Git: https://gitee.com/openkylin/ukui-notification.git
|
||||
Vcs-Browser: https://gitee.com/openkylin/ukui-notification
|
||||
|
||||
Package: ukui-notification-server
|
||||
Architecture: any
|
||||
Depends: libukui-notification1 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Description: Implementation of freedesktop notification-spec
|
||||
This package provide a implementation of freedesktop
|
||||
notification-spec for UKUI desktop environment.It is the
|
||||
backend service for ukui-sidebar.
|
||||
|
||||
Package: libukui-notification1
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Description: library for client registering of notification server.
|
||||
This package contains utility interfaces for notification client
|
||||
registering and settings manager.
|
||||
|
||||
Package: libukui-notification-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Depends: libukui-notification1 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Description: library for client registering of notification server(development files).
|
|
@ -0,0 +1,59 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
|
||||
Files: *
|
||||
Copyright: 2023, KylinSoft Co., Ltd.
|
||||
License: GPL-3+
|
||||
|
||||
Files: 3rd-parties/*
|
||||
Copyright: 2013, Digia Plc and/or its subsidiary(-ies).
|
||||
License: BSD-3-clause
|
||||
|
||||
License: BSD-3-clause
|
||||
This software is Copyright (c) 2023 by X. Ample.
|
||||
.
|
||||
This is free software, licensed under:
|
||||
.
|
||||
The (three-clause) BSD License
|
||||
.
|
||||
The BSD License
|
||||
.
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
met:
|
||||
.
|
||||
* Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
.
|
||||
* Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
.
|
||||
* Neither the name of X. Ample nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
.
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
|
||||
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
||||
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
||||
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
||||
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
||||
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
License: GPL-3+
|
||||
This software is Copyright (c) 2023 by X. Ample.
|
||||
.
|
||||
This is free software, licensed under:
|
||||
.
|
||||
The GNU General Public License, Version 3, June 2007
|
||||
.
|
||||
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 3 dated June, 2007, or (at
|
||||
your option) any later version.
|
||||
On Debian systems, the complete text of version 3 of the GNU General
|
||||
Public License can be found in '/usr/share/common-licenses/GPL-3'.
|
|
@ -0,0 +1,4 @@
|
|||
/usr/share/cmake/ukui-notification/ukui-notification-*.cmake
|
||||
usr/include/ukui-notification/*
|
||||
usr/lib/*/libukui-notification.so
|
||||
usr/lib/pkgconfig/ukui-notification.pc
|
|
@ -0,0 +1 @@
|
|||
usr/lib/*/libukui-notification.so.*
|
|
@ -0,0 +1,28 @@
|
|||
#!/usr/bin/make -f
|
||||
# See debhelper(7) (uncomment to enable)
|
||||
# output every command that modifies files on the build system.
|
||||
#export DH_VERBOSE = 1
|
||||
|
||||
|
||||
# see FEATURE AREAS in dpkg-buildflags(1)
|
||||
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
# see ENVIRONMENT in dpkg-buildflags(1)
|
||||
# package maintainers to append CFLAGS
|
||||
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
|
||||
# package maintainers to append LDFLAGS
|
||||
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
|
||||
|
||||
%:
|
||||
dh ${@} --buildsystem cmake
|
||||
|
||||
|
||||
# dh_make generated override targets
|
||||
# This is example for Cmake (See https://bugs.debian.org/641051 )
|
||||
#override_dh_auto_configure:
|
||||
# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
|
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
|
@ -0,0 +1,4 @@
|
|||
/usr/lib/x86_64-linux-gnu/ukui-control-center/libnotification-ukcc-plugin.so
|
||||
/usr/share/dbus-1/services/org.freedesktop.Notifications.service
|
||||
/usr/share/ukui-notification/notification-ukcc-plugin/translations/*
|
||||
usr/bin/ukui-notification-server
|
Loading…
Reference in New Issue