Compare commits
11 Commits
ubuntu/que
...
ubuntu/1.2
Author | SHA1 | Date | |
---|---|---|---|
|
0cde12879c | ||
|
b255af18d0 | ||
|
3f6cc082f4 | ||
|
c480b2868b | ||
|
1f872d2879 | ||
|
49f45d0104 | ||
|
61ccd6e81c | ||
|
a6a1afe0a9 | ||
|
6b5baf4681 | ||
|
348fe864ac | ||
|
85fd57c6fc |
16
debian/changelog
vendored
16
debian/changelog
vendored
@ -1,3 +1,18 @@
|
|||||||
|
lxqt-runner (1.2.0+dfsg-1ubuntu1) lunar; urgency=medium
|
||||||
|
|
||||||
|
* Revert a sync from Debian.
|
||||||
|
* Bumped Standards-Version to 4.6.2, no changes necessary.
|
||||||
|
* Added 'Rules-Requires-Root: no' to debian/control.
|
||||||
|
* Removed obsolete '-Wl,--as-needed' linker flag.
|
||||||
|
* Removed obsolete 'override_dh_missing' section from debian/control.
|
||||||
|
* Updated copyright file.
|
||||||
|
* Repacked the upstream tarball to replace Adobe's proprietary ICC profile
|
||||||
|
with GIMP's public domain one. Affected files are
|
||||||
|
vbox-icons/state_running_16px.png and vbox-icons/vrdp_16px.png.
|
||||||
|
* Removed trailing whitespace from changelog.
|
||||||
|
|
||||||
|
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Tue, 21 Feb 2023 14:29:40 -0600
|
||||||
|
|
||||||
lxqt-runner (1.2.0-0ubuntu1) lunar; urgency=medium
|
lxqt-runner (1.2.0-0ubuntu1) lunar; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
@ -336,4 +351,3 @@ lxqt-runner (0.9.0+20150831-1) experimental; urgency=medium
|
|||||||
* Adding upstream version 0.9.0.
|
* Adding upstream version 0.9.0.
|
||||||
|
|
||||||
-- Alf Gaida <agaida@siduction.org> Sun, 15 Feb 2015 18:41:53 +0100
|
-- Alf Gaida <agaida@siduction.org> Sun, 15 Feb 2015 18:41:53 +0100
|
||||||
|
|
||||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -15,12 +15,13 @@ Build-Depends: debhelper-compat (= 13),
|
|||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
libqt5x11extras5-dev,
|
libqt5x11extras5-dev,
|
||||||
libx11-dev
|
libx11-dev
|
||||||
Standards-Version: 4.6.1
|
Standards-Version: 4.6.2
|
||||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-runner-packaging
|
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-runner-packaging
|
||||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-runner-packaging.git
|
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-runner-packaging.git
|
||||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-runner
|
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-runner
|
||||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-runner.git
|
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-runner.git
|
||||||
Homepage: https://github.com/lxqt/lxqt-runner
|
Homepage: https://github.com/lxqt/lxqt-runner
|
||||||
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
Package: lxqt-runner
|
Package: lxqt-runner
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
19
debian/copyright
vendored
19
debian/copyright
vendored
@ -1,15 +1,26 @@
|
|||||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Name: lxqt-runner
|
Upstream-Name: lxqt-runner
|
||||||
Source: https://github.com/lxqt/lxqt-runner
|
Source: https://github.com/lxqt/lxqt-runner
|
||||||
|
Comment: The source for this package has been repacked in order to exclude
|
||||||
|
a non-DFSG-compliant ICC color profile from Adobe. A couple of the icons
|
||||||
|
(vbox-icons/state_running_16px.png and vbox-icons/vrdp_16px.png) had a
|
||||||
|
proprietary profile embedded. The ICC profiles have been replaced with GIMP's
|
||||||
|
public domain sRGB profile.
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2012-2019, LXQt team
|
Copyright: 2012-2022 LXQt team
|
||||||
2010-2013, Razor team
|
2017 Palo Kisa <palo.kisa@gmail.com>
|
||||||
|
2010-2013 Razor team
|
||||||
|
2010-2013 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
||||||
|
2010-2013 Aaron Lewis <the.warl0ck.1989@gmail.com>
|
||||||
|
2010-2013 Alexander Sokoloff <sokoloff.a@gmail.com>
|
||||||
|
2010-2013 Petr Vanek <petr@scribus.info>
|
||||||
|
2013 Christian Surlykke <christian@surlykke.dk
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2021, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
Copyright: 2021-2023 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||||
2014-2019, Alf Gaida <agaida@siduction.org>
|
2014-2019 Alf Gaida <agaida@siduction.org>
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -2,15 +2,11 @@
|
|||||||
# export DH_VERBOSE=1
|
# export DH_VERBOSE=1
|
||||||
|
|
||||||
export LC_ALL=C.UTF-8
|
export LC_ALL=C.UTF-8
|
||||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
|
||||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh ${@} --buildsystem cmake
|
dh ${@} --buildsystem cmake
|
||||||
|
|
||||||
override_dh_missing:
|
|
||||||
dh_missing --fail-missing
|
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure -- \
|
dh_auto_configure -- \
|
||||||
-DPULL_TRANSLATIONS=OFF \
|
-DPULL_TRANSLATIONS=OFF \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user