Compare commits
7 Commits
4d11ee38ce
...
f87fafb968
Author | SHA1 | Date | |
---|---|---|---|
f87fafb968 | |||
e3c5c67c94 | |||
eca70d7199 | |||
2a065e878a | |||
e317abcbc2 | |||
d8a2e7ed3c | |||
9f2392ee6d |
23
debian/changelog
vendored
23
debian/changelog
vendored
@ -1,3 +1,26 @@
|
||||
featherpad (1.3.5-0ubuntu2~ppa1) jammy; urgency=medium
|
||||
|
||||
* Backport to Jammy.
|
||||
|
||||
-- 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
|
||||
|
||||
* New upstream release.
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -15,7 +15,7 @@ Build-Depends: cmake,
|
||||
qt6-base-dev,
|
||||
qt6-tools-dev,
|
||||
qt6-tools-dev-tools
|
||||
Standards-Version: 4.6.1
|
||||
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
|
||||
|
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
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -8,6 +8,3 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
override_dh_missing:
|
||||
dh_missing --fail-missing
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- -DENABLE_QT5=OFF
|
||||
|
Loading…
x
Reference in New Issue
Block a user