Compare commits
25 Commits
ubuntu/kin
...
ubuntu/plu
Author | SHA1 | Date | |
---|---|---|---|
9a8f387647 | |||
d3861d024f | |||
84e417e466 | |||
4cde59148e | |||
373815b690 | |||
5ceab639a7 | |||
d7350ed66a | |||
4945d6b869 | |||
442280e401 | |||
89ebf1e1ea | |||
45a18e1c6d | |||
ba7ed2b368 | |||
e3c5c67c94 | |||
eca70d7199 | |||
2a065e878a | |||
e317abcbc2 | |||
d8a2e7ed3c | |||
9f2392ee6d | |||
79a70e597e | |||
7b79fe06e8 | |||
4c6d5c5d43 | |||
823b040632 | |||
9fd18e9506 | |||
f21b66675c | |||
19e17a4e88 |
1
debian/.gitignore
vendored
Normal file
1
debian/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
files
|
61
debian/changelog
vendored
61
debian/changelog
vendored
@ -1,3 +1,64 @@
|
||||
featherpad (1.6.0-0ubuntu2) plucky; urgency=medium
|
||||
|
||||
* Remove unnecessary files from the l10n package.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 11 Feb 2025 20:05:13 -0600
|
||||
|
||||
featherpad (1.6.0-0ubuntu1) plucky; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 11 Feb 2025 14:45:24 -0600
|
||||
|
||||
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.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 07 Mar 2023 10:40:07 -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.
|
||||
* Manually fix the watch file.
|
||||
* Change the maintainer.
|
||||
* Remove obsolete Breaks/Replaces.
|
||||
* Build using Qt 6.
|
||||
* Fix the Lintian override syntax.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Mon, 28 Nov 2022 15:41:53 -0600
|
||||
|
||||
featherpad (1.3.0-0ubuntu1) kinetic; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
38
debian/control
vendored
38
debian/control
vendored
@ -1,5 +1,6 @@
|
||||
Source: featherpad
|
||||
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
||||
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
XSBC-Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
||||
Uploaders: Alf Gaida <agaida@siduction.org>,
|
||||
Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||
Section: editors
|
||||
@ -7,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.1
|
||||
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.
|
||||
|
||||
@ -35,12 +37,10 @@ Package: featherpad-l10n
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
Section: localization
|
||||
Depends: qttranslations5-l10n, ${misc:Depends}
|
||||
Breaks: featherpad (<< 0.11.1)
|
||||
Replaces: featherpad (<< 0.11.1)
|
||||
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-2024, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
License: GPL-3.0+
|
||||
|
||||
Files: featherpad/data/featherpad.metainfo.xml
|
||||
|
3
debian/featherpad-l10n.install
vendored
3
debian/featherpad-l10n.install
vendored
@ -1,4 +1 @@
|
||||
usr/share/featherpad/help_ca
|
||||
usr/share/featherpad/help_ja
|
||||
usr/share/featherpad/help_pt_BR
|
||||
usr/share/featherpad/translations
|
||||
|
4
debian/lintian-overrides
vendored
4
debian/lintian-overrides
vendored
@ -1,2 +1,2 @@
|
||||
featherpad: no-manual-page usr/bin/featherpad
|
||||
featherpad: no-manual-page usr/bin/fpad
|
||||
featherpad: no-manual-page [usr/bin/featherpad]
|
||||
featherpad: no-manual-page [usr/bin/fpad]
|
||||
|
7
debian/watch
vendored
7
debian/watch
vendored
@ -1,4 +1,5 @@
|
||||
version=4
|
||||
opts="pgpsigurlmangle=s/$/.asc/, \
|
||||
filenamemangle=s/.+\/FeatherPad-(\d\S+)\.tar\.xz/featherpad-$1\.tar\.xz/" \
|
||||
https://github.com/tsujan/featherpad/releases .*\/FeatherPad-(\d\S+)\.tar\.xz
|
||||
opts="searchmode=plain, \
|
||||
pgpsigurlmangle=s/$/.asc/, \
|
||||
uversionmangle=s/(\d+\.\d+\.\d+).*/$1/" \
|
||||
https://api.github.com/repos/tsujan/FeatherPad/releases https:\/\/github.com\/tsujan\/FeatherPad\/releases\/download\/V@ANY_VERSION@\/FeatherPad-@ANY_VERSION@.tar.xz
|
||||
|
Loading…
x
Reference in New Issue
Block a user