Compare commits
7 Commits
4d11ee38ce
...
f87fafb968
Author | SHA1 | Date | |
---|---|---|---|
f87fafb968 | |||
e3c5c67c94 | |||
eca70d7199 | |||
2a065e878a | |||
e317abcbc2 | |||
d8a2e7ed3c | |||
9f2392ee6d |
21
debian/changelog
vendored
21
debian/changelog
vendored
@ -1,8 +1,25 @@
|
||||
featherpad (1.3.3-0ubuntu1~ppa1) jammy; urgency=medium
|
||||
featherpad (1.3.5-0ubuntu2~ppa1) jammy; urgency=medium
|
||||
|
||||
* Backport to Jammy.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Mon, 28 Nov 2022 15:45:23 -0600
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Mon, 06 Mar 2023 20:01:23 -0600
|
||||
|
||||
featherpad (1.3.5-0ubuntu2) lunar; urgency=medium
|
||||
|
||||
* Revert to building with Qt 5, until the Qt 6 theming story is improved
|
||||
under native LXQt.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Mon, 06 Mar 2023 19:47:06 -0600
|
||||
|
||||
featherpad (1.3.5-0ubuntu1) lunar; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
* Bump Standards-version to 4.6.2, no changes needed.
|
||||
* Minor copyright updates.
|
||||
* Use Qt 6 theming defined by qt6ct as the default, until the Qt 6 theming
|
||||
story is improved in LXQt.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 24 Jan 2023 16:03:06 -0600
|
||||
|
||||
featherpad (1.3.3-0ubuntu1) lunar; urgency=medium
|
||||
|
||||
|
27
debian/control
vendored
27
debian/control
vendored
@ -8,15 +8,14 @@ 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.1
|
||||
qt6-base-dev,
|
||||
qt6-tools-dev,
|
||||
qt6-tools-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
|
||||
Homepage: https://github.com/tsujan/featherpad
|
||||
@ -25,10 +24,10 @@ 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 +35,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.
|
||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -3,7 +3,7 @@ Upstream-Name: featherpad
|
||||
Source: https://github.com/tsujan/featherpad
|
||||
|
||||
Files: *
|
||||
Copyright: 2014-2022, Pedram Pourang (aka Tsu Jan) <tsujan2000@gmail.com>
|
||||
Copyright: 2014-2023, Pedram Pourang (aka Tsu Jan) <tsujan2000@gmail.com>
|
||||
License: GPL-3.0+
|
||||
|
||||
Files: featherpad/encoding.cpp
|
||||
@ -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, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
2022-2023, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
License: GPL-3.0+
|
||||
|
||||
Files: featherpad/data/featherpad.metainfo.xml
|
||||
|
Loading…
x
Reference in New Issue
Block a user