Compare commits
8 Commits
ubuntu/que
...
ubuntu/1.2
Author | SHA1 | Date | |
---|---|---|---|
|
4dec5fb5bb | ||
|
a2c9768207 | ||
|
4f14563cd8 | ||
|
f16f706641 | ||
|
838426c8a0 | ||
|
80dd621011 | ||
|
377dc935d2 | ||
|
dd3563bc4a |
13
debian/changelog
vendored
13
debian/changelog
vendored
@ -1,3 +1,15 @@
|
||||
lxqt-policykit (1.2.0-1ubuntu1) lunar; urgency=medium
|
||||
|
||||
* Revert a sync from Debian.
|
||||
* Added 'Rules-Requires-Root: no' to debian/control.
|
||||
* Bumped Standards-Version to 4.6.2, no changes necessary.
|
||||
* Removed obsolete '-Wl,--as-needed' linker flag.
|
||||
* Removed obsolete override_dh_missing section of debian/rules.
|
||||
* Updated copyright file.
|
||||
* Removed trailing whitespace from changelog.
|
||||
|
||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Wed, 15 Feb 2023 12:03:37 -0600
|
||||
|
||||
lxqt-policykit (1.2.0-0ubuntu1) lunar; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
@ -265,4 +277,3 @@ lxqt-policykit (0.9.0+20150807-1) unstable; urgency=medium
|
||||
* Merging upstream 0.9.0+20150807.
|
||||
|
||||
-- Yukiharu YABUKI <yyabuki@debian.org> Wed, 19 Aug 2015 06:52:13 +0900
|
||||
|
||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -15,12 +15,13 @@ Build-Depends: debhelper-compat (= 13),
|
||||
libqt5svg5-dev,
|
||||
libqt5x11extras5-dev,
|
||||
libx11-dev
|
||||
Standards-Version: 4.6.1
|
||||
Standards-Version: 4.6.2
|
||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-policykit-packaging
|
||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-policykit-packaging.git
|
||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-policykit
|
||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-policykit.git
|
||||
Homepage: https://github.com/lxqt/lxqt-policykit
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: lxqt-policykit
|
||||
Architecture: any
|
||||
|
7
debian/copyright
vendored
7
debian/copyright
vendored
@ -4,13 +4,14 @@ Source: https://github.com/lxqt/lxqt-policykit
|
||||
|
||||
Files: *
|
||||
Copyright: 2012-2022 LXQt team
|
||||
2011-2012 Petr Vanek <petr@scribus.info>
|
||||
2010-2012 Razor team
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2021-2022, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
2014-2019, Alf Gaida <agaida@siduction.org>
|
||||
2015, Yukiharu YABUKI <yyabuki@debian.org>
|
||||
Copyright: 2021-2023 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
2014-2019 Alf Gaida <agaida@siduction.org>
|
||||
2015 Yukiharu YABUKI <yyabuki@debian.org>
|
||||
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 LC_ALL=C.UTF-8
|
||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
%:
|
||||
dh ${@} --buildsystem cmake
|
||||
|
||||
override_dh_missing:
|
||||
dh_missing --fail-missing
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
-DPULL_TRANSLATIONS=OFF\
|
||||
|
Loading…
x
Reference in New Issue
Block a user