Run wrap-and-sort.

backports/focal
Simon Quigley 4 years ago
parent 8d68aa451a
commit 493786cee8

1
debian/changelog vendored

@ -3,6 +3,7 @@ lxqt-build-tools (0.7.0-0ubuntu1) UNRELEASED; urgency=medium
* New upstream release. * New upstream release.
- Update the upstream signing key. - Update the upstream signing key.
* Bump Standards-version to 4.5.0, no changes needed. * Bump Standards-version to 4.5.0, no changes needed.
* Run wrap-and-sort.
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 28 Apr 2020 18:19:05 -0500 -- Simon Quigley <tsimonq2@ubuntu.com> Tue, 28 Apr 2020 18:19:05 -0500

15
debian/control vendored

@ -5,8 +5,8 @@ Uploaders: Alf Gaida <agaida@siduction.org>,
ChangZhuo Chen (陳昌倬) <czchen@debian.org> ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Section: devel Section: devel
Priority: optional Priority: optional
Build-Depends: debhelper-compat (= 12), Build-Depends: cmake,
cmake, debhelper-compat (= 12),
libglib2.0-dev, libglib2.0-dev,
pkg-config, pkg-config,
qtbase5-dev qtbase5-dev
@ -19,16 +19,15 @@ Homepage: https://github.com/lxqt/lxqt-build-tools
Package: lxqt-build-tools Package: lxqt-build-tools
Architecture: all Architecture: all
Depends: ${shlibs:Depends}, Depends: binutils,
${misc:Depends},
binutils,
cmake, cmake,
libglib2.0-dev (>= 2.5.0), libglib2.0-dev (>= 2.5.0),
pkg-config, pkg-config,
qttools5-dev, qttools5-dev,
qttools5-dev-tools qttools5-dev-tools,
Recommends: git, ${misc:Depends},
lintian ${shlibs:Depends}
Recommends: git, lintian
Description: Build tools for the LXQt desktop environment Description: Build tools for the LXQt desktop environment
LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt
technologies. It has been tailored for users who value simplicity, speed, and technologies. It has been tailored for users who value simplicity, speed, and

1
debian/copyright vendored

@ -35,4 +35,3 @@ License: BSD-3-Clause
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Loading…
Cancel
Save