Initial import from LP
This commit is contained in:
commit
d29bf1f7c6
11
debian/changelog
vendored
Normal file
11
debian/changelog
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
lxqt-wayland-session (0.1.1-1ubuntu1) plucky; urgency=medium
|
||||||
|
|
||||||
|
* Quick Lubuntuifcation, do not sync.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 04 Mar 2025 13:00:21 -0600
|
||||||
|
|
||||||
|
lxqt-wayland-session (0.1.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Initial debian release (Closes: #1087520)
|
||||||
|
|
||||||
|
-- Don Xu <me@eipi.fun> Wed, 11 Dec 2024 15:13:41 +0800
|
23
debian/control
vendored
Normal file
23
debian/control
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
Source: lxqt-wayland-session
|
||||||
|
Section: x11
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||||
|
Build-Depends: debhelper-compat (= 13),
|
||||||
|
libkf6windowsystem-dev,
|
||||||
|
liblxqt2-dev (>= 2.1.0),
|
||||||
|
libxkbcommon-dev,
|
||||||
|
lxqt-build-tools (>= 2.1.0),
|
||||||
|
pkgconf,
|
||||||
|
qt6-tools-dev,
|
||||||
|
xdg-user-dirs
|
||||||
|
Standards-Version: 4.7.2
|
||||||
|
Homepage: https://github.com/lxqt/lxqt-wayland-session
|
||||||
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
|
Package: lxqt-wayland-session
|
||||||
|
Architecture: all
|
||||||
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||||
|
Description: Files needed for the LXQt Wayland Session
|
||||||
|
Files needed for the LXQt Wayland Session: Wayland session start script,
|
||||||
|
its desktop entry for display managers and default configurations for
|
||||||
|
actually supported compositors.
|
137
debian/copyright
vendored
Normal file
137
debian/copyright
vendored
Normal file
@ -0,0 +1,137 @@
|
|||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Source: https://github.com/lxqt/lxqt-wayland-session
|
||||||
|
Upstream-Name: lxqt-wayland-session
|
||||||
|
Upstream-Contact: tsujan <tsujan2000@gmail.com>
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: 2024 LXQt Team
|
||||||
|
License: LGPL-2.1
|
||||||
|
|
||||||
|
Files: configurations/lxqt-sway.config
|
||||||
|
Copyright: 2024 LXQt Team
|
||||||
|
License: Expat
|
||||||
|
|
||||||
|
Files: configurations/lxqt-wayfire.ini
|
||||||
|
Copyright: 2024 LXQt Team
|
||||||
|
License: Expat
|
||||||
|
|
||||||
|
Files: configurations/labwc/*
|
||||||
|
Copyright: 2024 LXQt Team
|
||||||
|
License: GPL-2
|
||||||
|
|
||||||
|
Files: configurations/lxqt-river-init
|
||||||
|
Copyright: 2024 LXQt Team
|
||||||
|
License: GPL-3
|
||||||
|
|
||||||
|
Files: configurations/lxqt-niri.kdl
|
||||||
|
Copyright: 2024 LXQt Team
|
||||||
|
License: GPL-3
|
||||||
|
|
||||||
|
Files: labwc-themes/*
|
||||||
|
Copyright: 2024 LXQt Team
|
||||||
|
License: GPL-3
|
||||||
|
|
||||||
|
Files: configurations/lxqt-hyprland.conf
|
||||||
|
Copyright: 2022-2024 vaxerski
|
||||||
|
2024 LXQt Team
|
||||||
|
License: BSD-3-Clause
|
||||||
|
|
||||||
|
Files: debian/*
|
||||||
|
Copyright: 2024 Don Xu <me@eipi.fun>
|
||||||
|
2025 Simon Quigley <tsimonq2@ubuntu.com>
|
||||||
|
License: LGPL-2.1
|
||||||
|
|
||||||
|
License: LGPL-2.1
|
||||||
|
This library 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 library 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 library; 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
|
||||||
|
(LGPL) may be found in /usr/share/common-licenses/LGPL-2.1.
|
||||||
|
|
||||||
|
License: Expat
|
||||||
|
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.
|
||||||
|
|
||||||
|
License: GPL-2
|
||||||
|
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; either version 2 of the License, or (at your option) any later
|
||||||
|
version.
|
||||||
|
.
|
||||||
|
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 systems, the complete text of the GNU General Public License v2
|
||||||
|
(GPL) can be found in /usr/share/common-licenses/GPL-2.
|
||||||
|
|
||||||
|
License: GPL-3
|
||||||
|
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, either version 3 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 General Public License for more details.
|
||||||
|
.
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
Comment:
|
||||||
|
On Debian systems, the complete text of the GNU General
|
||||||
|
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
|
||||||
|
|
||||||
|
License: BSD-3-Clause
|
||||||
|
Redistribution and use in source and binary forms, with or without modification,
|
||||||
|
are permitted provided that the following conditions are met:
|
||||||
|
.
|
||||||
|
1. Redistributions of source code must retain the above copyright notice,
|
||||||
|
this list of conditions and the following disclaimer.
|
||||||
|
2. 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.
|
||||||
|
3. Neither the name of the copyright holder 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.
|
2
debian/lintian-overrides
vendored
Normal file
2
debian/lintian-overrides
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
lxqt-wayland-session: no-manual-page
|
||||||
|
lxqt-wayland-session: script-not-executable
|
9
debian/rules
vendored
Executable file
9
debian/rules
vendored
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
# -*- makefile -*-
|
||||||
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
||||||
|
|
||||||
|
override_dh_auto_install:
|
||||||
|
PREFIX=/usr dh_auto_install
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
3.0 (quilt)
|
4
debian/upstream/metadata
vendored
Normal file
4
debian/upstream/metadata
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
Bug-Database: https://github.com/lxqt/lxqt-wayland-session/issues
|
||||||
|
Bug-Submit: https://github.com/lxqt/lxqt-wayland-session/issues/new
|
||||||
|
Repository: https://github.com/lxqt/lxqt-wayland-session.git
|
||||||
|
Repository-Browse: https://github.com/lxqt/lxqt-wayland-session
|
2
debian/watch
vendored
Normal file
2
debian/watch
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
version=4
|
||||||
|
https://github.com/lxqt/@PACKAGE@/tags .*/tags/v?@ANY_VERSION@@ARCHIVE_EXT@
|
Loading…
x
Reference in New Issue
Block a user