pull/1/merge
Aaron Rainbolt 2 years ago committed by GitHub
commit fa1e5d1a1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
debian/changelog vendored

@ -1,3 +1,12 @@
xdg-desktop-portal-lxqt (0.2.0-0ubuntu1~ppa1) jammy; urgency=medium
* Backport to Jammy.
* Removed redundant "Repository-Browser" field from d/upstream/metadata.
* Removed obsolete "-Wl,--as-needed" linker flag.
* Added "Rules-Requires-Root: no" to debian/control.
-- Aaron Rainbolt <arraybolt3@gmail.com> Tue, 05 Jul 2022 17:04:26 -0500
xdg-desktop-portal-lxqt (0.2.0-0ubuntu1) kinetic; urgency=medium
* Initial release.

1
debian/control vendored

@ -13,6 +13,7 @@ Standards-Version: 4.6.1
Vcs-Browser: https://phab.lubuntu.me/source/liblxqt/
Vcs-Git: https://phab.lubuntu.me/source/liblxqt.git
Homepage: https://github.com/lxqt/qtxdg-tools
Rules-Requires-Root: no
Package: xdg-desktop-portal-lxqt
Architecture: any

1
debian/rules vendored

@ -2,7 +2,6 @@
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
%:

@ -3,4 +3,3 @@ Bug-Database: https://github.com/lxqt/xdg-desktop-portal-lxqt/issues
Bug-Submit: https://github.com/lxqt/xdg-desktop-portal-lxqt/issues/new
Changelog: https://github.com/lxqt/xdg-desktop-portal-lxqt/blob/master/CHANGELOG
Repository: https://github.com/lxqt/xdg-desktop-portal-lxqt
Repository-Browser: https://github.com/lxqt/xdg-desktop-portal-lxqt

Loading…
Cancel
Save