commit d29bf1f7c667cb7ae3c7cc026bfbb603dceb0d2f Author: Aaron Rainbolt Date: Fri Aug 1 10:57:20 2025 -0500 Initial import from LP diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..b51647c --- /dev/null +++ b/debian/changelog @@ -0,0 +1,11 @@ +lxqt-wayland-session (0.1.1-1ubuntu1) plucky; urgency=medium + + * Quick Lubuntuifcation, do not sync. + + -- Simon Quigley 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 Wed, 11 Dec 2024 15:13:41 +0800 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..9290789 --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: lxqt-wayland-session +Section: x11 +Priority: optional +Maintainer: Lubuntu Developers +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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..791e24a --- /dev/null +++ b/debian/copyright @@ -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 + +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 + 2025 Simon Quigley +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 . +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. diff --git a/debian/lintian-overrides b/debian/lintian-overrides new file mode 100644 index 0000000..28c8d86 --- /dev/null +++ b/debian/lintian-overrides @@ -0,0 +1,2 @@ +lxqt-wayland-session: no-manual-page +lxqt-wayland-session: script-not-executable diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..5cb7b1e --- /dev/null +++ b/debian/rules @@ -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 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..92d6141 --- /dev/null +++ b/debian/upstream/metadata @@ -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 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..e8145aa --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=4 +https://github.com/lxqt/@PACKAGE@/tags .*/tags/v?@ANY_VERSION@@ARCHIVE_EXT@