Compare commits
No commits in common. "4d11ee38ce690cacd9008520f76fb5030827453a" and "79a70e597e8ec3c0e459d13a650f25b6a689c22c" have entirely different histories.
4d11ee38ce
...
79a70e597e
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,9 +1,3 @@
|
|||||||
featherpad (1.3.3-0ubuntu1~ppa1) jammy; urgency=medium
|
|
||||||
|
|
||||||
* Backport to Jammy.
|
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Mon, 28 Nov 2022 15:45:23 -0600
|
|
||||||
|
|
||||||
featherpad (1.3.3-0ubuntu1) lunar; urgency=medium
|
featherpad (1.3.3-0ubuntu1) lunar; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
25
debian/control
vendored
25
debian/control
vendored
@ -8,14 +8,13 @@ Priority: optional
|
|||||||
Build-Depends: cmake,
|
Build-Depends: cmake,
|
||||||
debhelper-compat (= 13),
|
debhelper-compat (= 13),
|
||||||
libhunspell-dev,
|
libhunspell-dev,
|
||||||
libqt5svg5-dev,
|
libqt6svg6-dev,
|
||||||
libqt5x11extras5-dev,
|
|
||||||
libx11-dev,
|
libx11-dev,
|
||||||
libxext-dev,
|
libxext-dev,
|
||||||
pkgconf,
|
pkgconf,
|
||||||
qtbase5-dev,
|
qt6-base-dev,
|
||||||
qttools5-dev,
|
qt6-tools-dev,
|
||||||
qttools5-dev-tools
|
qt6-tools-dev-tools
|
||||||
Standards-Version: 4.6.1
|
Standards-Version: 4.6.1
|
||||||
Vcs-Browser: https://salsa.debian.org/lxqt-team/featherpad
|
Vcs-Browser: https://salsa.debian.org/lxqt-team/featherpad
|
||||||
Vcs-Git: https://salsa.debian.org/lxqt-team/featherpad.git
|
Vcs-Git: https://salsa.debian.org/lxqt-team/featherpad.git
|
||||||
@ -25,10 +24,10 @@ Package: featherpad
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||||
Recommends: featherpad-l10n, libglib2.0-bin
|
Recommends: featherpad-l10n, libglib2.0-bin
|
||||||
Description: Lightweight Qt5 plain-text editor
|
Description: Lightweight Qt 6 plain-text editor
|
||||||
FeatherPad is a lightweight Qt5 plain-text editor for Linux. It is independent
|
FeatherPad is a lightweight Qt 6 plain-text editor for Linux. It is
|
||||||
of any desktop environment and comes with all features one would expect in a
|
independent of any desktop environment and comes with all features one would
|
||||||
modern editor.
|
expect in a modern editor.
|
||||||
.
|
.
|
||||||
This package contains the application files.
|
This package contains the application files.
|
||||||
|
|
||||||
@ -36,10 +35,10 @@ Package: featherpad-l10n
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Section: localization
|
Section: localization
|
||||||
Depends: qttranslations5-l10n, ${misc:Depends}
|
Depends: qt6-translations-l10n, ${misc:Depends}
|
||||||
Description: Language package for featherpad
|
Description: Language package for featherpad
|
||||||
FeatherPad is a lightweight Qt5 plain-text editor for Linux. It is independent
|
FeatherPad is a lightweight Qt 6 plain-text editor for Linux. It is
|
||||||
of any desktop environment and comes with all features one would expect in a
|
independent of any desktop environment and comes with all features one would
|
||||||
modern editor.
|
expect in a modern editor.
|
||||||
.
|
.
|
||||||
This package contains the l10n files needed by the featherpad.
|
This package contains the l10n files needed by the featherpad.
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -8,3 +8,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|||||||
|
|
||||||
override_dh_missing:
|
override_dh_missing:
|
||||||
dh_missing --fail-missing
|
dh_missing --fail-missing
|
||||||
|
|
||||||
|
override_dh_auto_configure:
|
||||||
|
dh_auto_configure -- -DENABLE_QT5=OFF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user