Compare commits

..

8 Commits

15
debian/changelog vendored

@ -1,3 +1,18 @@
featherpad (1.5.1-0ubuntu1) oracular; urgency=medium
* New upstream release.
* Update Standards-version to 4.7.0, no changes needed.
* Update copyright.
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 06 Jul 2024 12:03:42 -0500
featherpad (1.4.1-0ubuntu1) noble; urgency=medium
* New upstream release.
* Update Vcs-*.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 01 Dec 2023 21:04:33 -0600
featherpad (1.3.5-0ubuntu3) lunar; urgency=medium
* Actually revert to using Qt 5 build dependencies.

33
debian/control vendored

@ -8,27 +8,28 @@ Priority: optional
Build-Depends: cmake,
debhelper-compat (= 13),
libhunspell-dev,
libqt5svg5-dev,
libqt5x11extras5-dev,
libqt6svg6-dev,
libx11-dev,
libxext-dev,
pkgconf,
qtbase5-dev,
qttools5-dev,
qttools5-dev-tools
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/lxqt-team/featherpad
Vcs-Git: https://salsa.debian.org/lxqt-team/featherpad.git
qt6-base-dev,
qt6-tools-dev,
qt6-tools-dev-tools
Standards-Version: 4.7.0
Vcs-Browser: https://git.lubuntu.me/Lubuntu/featherpad-packaging
Vcs-Git: https://git.lubuntu.me/Lubuntu/featherpad-packaging.git
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/featherpad
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/featherpad.git
Homepage: https://github.com/tsujan/featherpad
Package: featherpad
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: featherpad-l10n, libglib2.0-bin
Description: Lightweight Qt5 plain-text editor
FeatherPad is a lightweight Qt5 plain-text editor for Linux. It is independent
of any desktop environment and comes with all features one would expect in a
modern editor.
Description: Lightweight Qt 6 plain-text editor
FeatherPad is a lightweight Qt 6 plain-text editor for Linux. It is
independent of any desktop environment and comes with all features one would
expect in a modern editor.
.
This package contains the application files.
@ -36,10 +37,10 @@ Package: featherpad-l10n
Architecture: all
Multi-Arch: foreign
Section: localization
Depends: qttranslations5-l10n, ${misc:Depends}
Depends: qt6-translations-l10n, ${misc:Depends}
Description: Language package for featherpad
FeatherPad is a lightweight Qt5 plain-text editor for Linux. It is independent
of any desktop environment and comes with all features one would expect in a
modern editor.
FeatherPad is a lightweight Qt 6 plain-text editor for Linux. It is
independent of any desktop environment and comes with all features one would
expect in a modern editor.
.
This package contains the l10n files needed by the featherpad.

2
debian/copyright vendored

@ -14,7 +14,7 @@ License: GPL-2.0+
Files: debian/*
Copyright: 2017-2019, Alf Gaida <agaida@siduction.org>
2021, S. 7 <severusseptimius7@gmail.com>
2022-2023, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
2022-2024, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
License: GPL-3.0+
Files: featherpad/data/featherpad.metainfo.xml

Loading…
Cancel
Save