diff -Nru lxqt-sudo-0.12.0/AUTHORS lxqt-sudo-0.13.0/AUTHORS --- lxqt-sudo-0.12.0/AUTHORS 2017-10-21 19:40:59.000000000 +0000 +++ lxqt-sudo-0.13.0/AUTHORS 2018-05-21 19:10:17.000000000 +0000 @@ -1,5 +1,5 @@ Upstream Authors: - LXQt team: http://lxqt.org + LXQt team: https://lxqt.org Copyright: Copyright (c) 2015-2017 LXQt team diff -Nru lxqt-sudo-0.12.0/CHANGELOG lxqt-sudo-0.13.0/CHANGELOG --- lxqt-sudo-0.12.0/CHANGELOG 2017-10-21 19:40:59.000000000 +0000 +++ lxqt-sudo-0.13.0/CHANGELOG 2018-05-21 19:10:17.000000000 +0000 @@ -1,7 +1,16 @@ -lxqt-sudo-0.12.0 / 2017-10-21 +lxqt-sudo-0.13.0 / 2018-05-21 ============================= + * passworddialog.cpp: include QIcon explicitely + * CMake: Prevent in-source builds + * fix http -> https + * Fixed mentions of LXDE + +0.12.0 / 2017-10-21 +=================== + + * Release 0.12.0: Update changelog * Set informal patch version * Added basic .gitattributes * Drops Qt5Core_VERSION_STRING diff -Nru lxqt-sudo-0.12.0/CMakeLists.txt lxqt-sudo-0.13.0/CMakeLists.txt --- lxqt-sudo-0.12.0/CMakeLists.txt 2017-10-21 19:40:59.000000000 +0000 +++ lxqt-sudo-0.13.0/CMakeLists.txt 2018-05-21 19:10:17.000000000 +0000 @@ -18,7 +18,7 @@ # Patch version 0 - +include(LXQtPreventInSourceBuilds) include(LXQtCompilerSettings NO_POLICY_SCOPE) set ( LINK_LXSU "lxsu") diff -Nru lxqt-sudo-0.12.0/debian/changelog lxqt-sudo-0.13.0/debian/changelog --- lxqt-sudo-0.12.0/debian/changelog 2018-04-28 14:40:26.000000000 +0000 +++ lxqt-sudo-0.13.0/debian/changelog 2018-05-23 04:52:43.000000000 +0000 @@ -1,3 +1,12 @@ +lxqt-sudo (0.13.0-0ubuntu1) cosmic; urgency=medium + + * New upstream release. + * Update Vcs-* and Maintainer to Lubuntu values. + * Update build dependencies. + * Update copyright. + + -- Simon Quigley Tue, 22 May 2018 23:52:43 -0500 + lxqt-sudo (0.12.0-4) unstable; urgency=medium * Bumped compat to 11 diff -Nru lxqt-sudo-0.12.0/debian/control lxqt-sudo-0.13.0/debian/control --- lxqt-sudo-0.12.0/debian/control 2018-04-28 14:37:58.000000000 +0000 +++ lxqt-sudo-0.13.0/debian/control 2018-05-23 03:05:44.000000000 +0000 @@ -1,19 +1,22 @@ Source: lxqt-sudo -Maintainer: LXQt Packaging Team +Maintainer: Lubuntu Developers +XSBC-Original-Maintainer: LXQt Packaging Team Uploaders: Alf Gaida , ChangZhuo Chen (陳昌倬) , Andrew Lee (李健秋) Section: x11 Priority: optional -Build-Depends: debhelper (>= 11~), +Build-Depends: debhelper (>= 11), libkf5windowsystem-dev, - liblxqt0-dev (>= 0.12.0), + liblxqt0-dev (>= 0.13.0), libqt5svg5-dev, libqt5x11extras5-dev, libx11-dev Standards-Version: 4.1.4 -Vcs-Browser: https://salsa.debian.org/cgit/pkg-team/lxqt-sudo -Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-sudo.git +Vcs-Browser: https://phab.lubuntu.me/source/lxqt-sudo/ +Vcs-Git: https://phab.lubuntu.me/source/lxqt-sudo.git +XS-Debian-Vcs-Browser: https://salsa.debian.org/cgit/pkg-team/lxqt-sudo +XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-sudo.git Homepage: https://github.com/lxqt/lxqt-sudo Package: lxqt-sudo diff -Nru lxqt-sudo-0.12.0/debian/copyright lxqt-sudo-0.13.0/debian/copyright --- lxqt-sudo-0.12.0/debian/copyright 2018-04-28 14:38:10.000000000 +0000 +++ lxqt-sudo-0.13.0/debian/copyright 2018-05-23 03:11:28.000000000 +0000 @@ -3,13 +3,13 @@ Source: https://github.com/lxqt/lxqt-sudo Files: * -Copyright: 2015-2017 LXQt team +Copyright: 2015-2018 LXQt team License: LGPL-2.1+ Files: debian/* Copyright: 2015-2018 Alf Gaida - 2015 Andrew Lee (李健秋) - 2015 ChangZhuo Chen (陳昌倬) + 2015 Andrew Lee (李健秋) + 2015 ChangZhuo Chen (陳昌倬) License: LGPL-2.1+ License: LGPL-2.1+ diff -Nru lxqt-sudo-0.12.0/main.cpp lxqt-sudo-0.13.0/main.cpp --- lxqt-sudo-0.12.0/main.cpp 2017-10-21 19:40:59.000000000 +0000 +++ lxqt-sudo-0.13.0/main.cpp 2018-05-21 19:10:17.000000000 +0000 @@ -2,7 +2,7 @@ * (c)LGPL2+ * * LXQt - a lightweight, Qt based, desktop toolset - * http://lxqt.org + * https://lxqt.org * * Copyright: 2015 LXQt team * Authors: diff -Nru lxqt-sudo-0.12.0/man/lxqt-sudo.1 lxqt-sudo-0.13.0/man/lxqt-sudo.1 --- lxqt-sudo-0.12.0/man/lxqt-sudo.1 2017-10-21 19:40:59.000000000 +0000 +++ lxqt-sudo-0.13.0/man/lxqt-sudo.1 2018-05-21 19:10:17.000000000 +0000 @@ -24,7 +24,7 @@ .br -d|--sudo Use \fIsudo\fR as backend (default for \fBlxqt-sudo\fR & \fBlxsudo\fR is \fIsudo\fR, for \fBlxsu\fR is \fIsu\fR). .SH "REPORTING BUGS" -Report bugs to https://github.com/lxde/lxqt/issues +Report bugs to https://github.com/lxqt/lxqt/issues .SH "SEE ALSO" \fBsudo(8)\fR \fBsu(1)\fR .SH AUTHOR diff -Nru lxqt-sudo-0.12.0/man/lxsu.1 lxqt-sudo-0.13.0/man/lxsu.1 --- lxqt-sudo-0.12.0/man/lxsu.1 2017-10-21 19:40:59.000000000 +0000 +++ lxqt-sudo-0.13.0/man/lxsu.1 2018-05-21 19:10:17.000000000 +0000 @@ -24,7 +24,7 @@ .br -d|--sudo Use \fIsudo\fR as backend (default for \fBlxqt-sudo\fR & \fBlxsudo\fR is \fIsudo\fR, for \fBlxsu\fR is \fIsu\fR). .SH "REPORTING BUGS" -Report bugs to https://github.com/lxde/lxqt/issues +Report bugs to https://github.com/lxqt/lxqt/issues .SH "SEE ALSO" \fBsudo(8)\fR \fBsu(1)\fR .SH AUTHOR diff -Nru lxqt-sudo-0.12.0/man/lxsudo.1 lxqt-sudo-0.13.0/man/lxsudo.1 --- lxqt-sudo-0.12.0/man/lxsudo.1 2017-10-21 19:40:59.000000000 +0000 +++ lxqt-sudo-0.13.0/man/lxsudo.1 2018-05-21 19:10:17.000000000 +0000 @@ -24,7 +24,7 @@ .br -d|--sudo Use \fIsudo\fR as backend (default for \fBlxqt-sudo\fR & \fBlxsudo\fR is \fIsudo\fR, for \fBlxsu\fR is \fIsu\fR). .SH "REPORTING BUGS" -Report bugs to https://github.com/lxde/lxqt/issues +Report bugs to https://github.com/lxqt/lxqt/issues .SH "SEE ALSO" \fBsudo(8)\fR \fBsu(1)\fR .SH AUTHOR diff -Nru lxqt-sudo-0.12.0/passworddialog.cpp lxqt-sudo-0.13.0/passworddialog.cpp --- lxqt-sudo-0.12.0/passworddialog.cpp 2017-10-21 19:40:59.000000000 +0000 +++ lxqt-sudo-0.13.0/passworddialog.cpp 2018-05-21 19:10:17.000000000 +0000 @@ -2,7 +2,7 @@ * (c)LGPL2+ * * LXQt - a lightweight, Qt based, desktop toolset - * http://lxqt.org + * https://lxqt.org * * Copyright: 2015 LXQt team * Authors: @@ -27,6 +27,7 @@ #include "passworddialog.h" #include "ui_passworddialog.h" +#include PasswordDialog::PasswordDialog(QStringList argv , QWidget * parent/* = 0*/ diff -Nru lxqt-sudo-0.12.0/passworddialog.h lxqt-sudo-0.13.0/passworddialog.h --- lxqt-sudo-0.12.0/passworddialog.h 2017-10-21 19:40:59.000000000 +0000 +++ lxqt-sudo-0.13.0/passworddialog.h 2018-05-21 19:10:17.000000000 +0000 @@ -2,7 +2,7 @@ * (c)LGPL2+ * * LXQt - a lightweight, Qt based, desktop toolset - * http://lxqt.org + * https://lxqt.org * * Copyright: 2015 LXQt team * Authors: diff -Nru lxqt-sudo-0.12.0/README.md lxqt-sudo-0.13.0/README.md --- lxqt-sudo-0.12.0/README.md 2017-10-21 19:40:59.000000000 +0000 +++ lxqt-sudo-0.13.0/README.md 2018-05-21 19:10:17.000000000 +0000 @@ -8,9 +8,9 @@ ### Compiling source code -Runtime dependencies are qtbase, sudo (su should be installed by default on all *ix operating systems) and [liblxqt](https://github.com/lxde/liblxqt). +Runtime dependencies are qtbase, sudo (su should be installed by default on all *ix operating systems) and [liblxqt](https://github.com/lxqt/liblxqt). Installing at least one icon theme according to the [XDG Icon Theme Specification](https://www.freedesktop.org/wiki/Specifications/icon-theme-spec/) like e. g. "Oxygen Icons" is recommended to have the GUI display icons. -Additional build dependencies are CMake and optionally Git to pull latest VCS checkouts. The localization files were outsourced to repository [lxqt-l10n](https://github.com/lxde/lxqt-l10n) so the corresponding dependencies are needed, too. Please refer to this repository's `README.md` for further information. +Additional build dependencies are CMake and optionally Git to pull latest VCS checkouts. The localization files were outsourced to repository [lxqt-l10n](https://github.com/lxqt/lxqt-l10n) so the corresponding dependencies are needed, too. Please refer to this repository's `README.md` for further information. Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX` has to be set to `/usr` on most operating systems. diff -Nru lxqt-sudo-0.12.0/sudo.cpp lxqt-sudo-0.13.0/sudo.cpp --- lxqt-sudo-0.12.0/sudo.cpp 2017-10-21 19:40:59.000000000 +0000 +++ lxqt-sudo-0.13.0/sudo.cpp 2018-05-21 19:10:17.000000000 +0000 @@ -2,7 +2,7 @@ * (c)LGPL2+ * * LXQt - a lightweight, Qt based, desktop toolset - * http://lxqt.org + * https://lxqt.org * * Copyright: 2015 LXQt team * Authors: diff -Nru lxqt-sudo-0.12.0/sudo.h lxqt-sudo-0.13.0/sudo.h --- lxqt-sudo-0.12.0/sudo.h 2017-10-21 19:40:59.000000000 +0000 +++ lxqt-sudo-0.13.0/sudo.h 2018-05-21 19:10:17.000000000 +0000 @@ -2,7 +2,7 @@ * (c)LGPL2+ * * LXQt - a lightweight, Qt based, desktop toolset - * http://lxqt.org + * https://lxqt.org * * Copyright: 2015 LXQt team * Authors: