[neon/extras/okteta/Neon/stable] debian: New release
Carlos De Maine
null at kde.org
Mon Mar 30 05:45:21 BST 2026
Git commit 3501531143ef8b4f1908b6a21cda429dc619fef4 by Carlos De Maine.
Committed on 30/03/2026 at 04:45.
Pushed by carlosdem into branch 'Neon/stable'.
New release
(cherry picked from commit fc83a09d437ae99b7f3f8f15c804a71ebb593543)
Co-authored-by: Neon CI <neon at kde.org>
M +6 -0 debian/changelog
M +29 -9 debian/control
M +1 -0 debian/okteta.install
https://invent.kde.org/neon/extras/okteta/-/commit/3501531143ef8b4f1908b6a21cda429dc619fef4
diff --git a/debian/changelog b/debian/changelog
index 130b7c2..13c4384 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+okteta (5:0.26.25-0neon) noble; urgency=medium
+
+ * New release
+
+ -- Neon CI <neon at kde.org> Fri, 06 Feb 2026 23:35:19 +0000
+
okteta (5:0.26.24-0neon) noble; urgency=medium
* New release
diff --git a/debian/control b/debian/control
index d840584..e0a98e3 100644
--- a/debian/control
+++ b/debian/control
@@ -55,8 +55,12 @@ Package: libkasten4core0
Architecture: any
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libkasten3core3 (<< 5:0.26.0), libokteta-l10n (<< ${source:Version}~ciBuild), ${kde-l10n:all}
-Replaces: libkasten3core3 (<< 5:0.26.0), libokteta-l10n (<< ${source:Version}~ciBuild), ${kde-l10n:all}
+Breaks: libkasten3core3 (<< 5:0.26.0),
+ libokteta-l10n (<< 5:0.26.25),
+ ${kde-l10n:all}
+Replaces: libkasten3core3 (<< 5:0.26.0),
+ libokteta-l10n (<< 5:0.26.25),
+ ${kde-l10n:all}
Description: core Kasten library for Okteta
Kasten is a framework for composing programs.
.
@@ -98,8 +102,12 @@ Package: libkasten4okteta2core0
Architecture: any
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libkasten3okteta1core1 (<< 5:0.26.0), libokteta-l10n (<< ${source:Version}~ciBuild), ${kde-l10n:all}
-Replaces: libkasten3okteta1core1 (<< 5:0.26.0), libokteta-l10n (<< ${source:Version}~ciBuild), ${kde-l10n:all}
+Breaks: libkasten3okteta1core1 (<< 5:0.26.0),
+ libokteta-l10n (<< 5:0.26.25),
+ ${kde-l10n:all}
+Replaces: libkasten3okteta1core1 (<< 5:0.26.0),
+ libokteta-l10n (<< 5:0.26.25),
+ ${kde-l10n:all}
Description: kastencore library for Okteta
Okteta is a simple editor for the raw data of files. This type of program is
also called hexadecimal editor or binary editor.
@@ -132,8 +140,12 @@ Package: libokteta3core0
Architecture: any
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libokteta2core2 (<< 5:0.26.0), libokteta-l10n (<< ${source:Version}~ciBuild), ${kde-l10n:all}
-Replaces: libokteta2core2 (<< 5:0.26.0), libokteta-l10n (<< ${source:Version}~ciBuild), ${kde-l10n:all}
+Breaks: libokteta-l10n (<< 5:0.26.25),
+ libokteta2core2 (<< 5:0.26.0),
+ ${kde-l10n:all}
+Replaces: libokteta-l10n (<< 5:0.26.25),
+ libokteta2core2 (<< 5:0.26.0),
+ ${kde-l10n:all}
Description: core Okteta library
Okteta is a simple editor for the raw data of files. This type of program is
also called hexadecimal editor or binary editor.
@@ -152,8 +164,12 @@ Package: libokteta3gui0
Architecture: any
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libokteta2gui2 (<< 5:0.26.0), libokteta-l10n (<< ${source:Version}~ciBuild), ${kde-l10n:all}
-Replaces: libokteta2gui2 (<< 5:0.26.0), libokteta-l10n (<< ${source:Version}~ciBuild), ${kde-l10n:all}
+Breaks: libokteta-l10n (<< 5:0.26.25),
+ libokteta2gui2 (<< 5:0.26.0),
+ ${kde-l10n:all}
+Replaces: libokteta-l10n (<< 5:0.26.25),
+ libokteta2gui2 (<< 5:0.26.0),
+ ${kde-l10n:all}
Description: gui Okteta library
Okteta is a simple editor for the raw data of files. This type of program is
also called hexadecimal editor or binary editor.
@@ -214,6 +230,10 @@ Package: libokteta-l10n
Architecture: all
Section: oldlibs
Priority: optional
-Depends: libokteta3gui0, libkasten4okteta2core0, libokteta3core0, libkasten4core0, ${misc:Depends}
+Depends: libkasten4core0,
+ libkasten4okteta2core0,
+ libokteta3core0,
+ libokteta3gui0,
+ ${misc:Depends}
Description: transitional package
Transitional package for libokteta4gui0
diff --git a/debian/okteta.install b/debian/okteta.install
index 06c7b89..a2cbc8a 100644
--- a/debian/okteta.install
+++ b/debian/okteta.install
@@ -12,4 +12,5 @@ usr/share/locale/*/LC_MESSAGES/oktetapart.mo
usr/share/metainfo/org.kde.okteta.appdata.xml
usr/share/mime/packages/okteta.xml
usr/share/okteta/
+
#usr/share/qlogging-categories5/
More information about the Neon-commits
mailing list