[neon/kf6/kf6-syntax-highlighting/Neon/release_jammy] debian: Replaces && wrapandsort

Carlos De Maine null at kde.org
Mon Aug 5 04:46:46 BST 2024


Git commit c27f5b6c23b28c2bf4f881fd335c7e913f3179ba by Carlos De Maine.
Committed on 05/08/2024 at 03:46.
Pushed by carlosdem into branch 'Neon/release_jammy'.

Replaces && wrapandsort

(cherry picked from commit 19f9d855bb5e1ca4e49e2479cc2f2da0e5f3aef3)

Co-authored-by: Carlos De Maine <carlosdemaine at gmail.com>

M  +17   -11   debian/control

https://invent.kde.org/neon/kf6/kf6-syntax-highlighting/-/commit/c27f5b6c23b28c2bf4f881fd335c7e913f3179ba

diff --git a/debian/control b/debian/control
index 9eb7a97..9b2c106 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: cmake,
                qt6-base-dev,
                qt6-declarative-dev,
                qt6-tools-dev
-Standards-Version: 4.1.4
+Standards-Version: 4.6.2
 Homepage: https://projects.kde.org/projects/frameworks/syntax-highlighting
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/syntax-highlighting
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/syntax-highlighting.git
@@ -23,6 +23,10 @@ Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
 Depends: ${misc:Depends}, ${shlibs:Depends}
+Replaces: libkf6syntaxhighlighting6,
+          libkf6syntaxhighlighting-data,
+          libkf6syntaxhighlighting-tools,
+          qml6-module-org-kde-syntaxhighlighting,
 Description: Syntax highlighting Engine - translations
  This is a stand-alone implementation of the Kate syntax
  highlighting engine. It's meant as a building block for
@@ -41,6 +45,8 @@ Depends: kf6-syntax-highlighting (= ${binary:Version}),
          qt6-base-dev,
          qt6-declarative-dev,
          ${misc:Depends}
+Replaces: libkf6syntaxhighlighting-dev,
+          libkf6syntaxhighlighting-doc,
 Description: Syntax highlighting Engine
  This is a stand-alone implementation of the Kate syntax
  highlighting engine. It's meant as a building block for
@@ -51,38 +57,38 @@ Description: Syntax highlighting Engine
  .
  Contains development files for libkf6syntaxhighlighting6.
 
-Package: libkf6syntaxhighlighting-data
+Package: libkf6syntaxhighlighting6
 Architecture: all
 Depends: kf6-syntax-highlighting, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
-Package: libkf6syntaxhighlighting-doc
+Package: libkf6syntaxhighlighting-data
 Architecture: all
-Depends: kf6-syntax-highlighting-dev, ${misc:Depends}
+Depends: kf6-syntax-highlighting, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
-Package: libkf6syntaxhighlighting-tools
+Package: libkf6syntaxhighlighting-dev
 Architecture: all
-Depends: kf6-syntax-highlighting, ${misc:Depends}
+Depends: kf6-syntax-highlighting-dev, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
-Package: libkf6syntaxhighlighting6
+Package: libkf6syntaxhighlighting-doc
 Architecture: all
-Depends: kf6-syntax-highlighting, ${misc:Depends}
+Depends: kf6-syntax-highlighting-dev, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
-Package: qml6-module-org-kde-syntaxhighlighting
+Package: libkf6syntaxhighlighting-tools
 Architecture: all
 Depends: kf6-syntax-highlighting, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
-Package: libkf6syntaxhighlighting-dev
+Package: qml6-module-org-kde-syntaxhighlighting
 Architecture: all
-Depends: kf6-syntax-highlighting-dev, ${misc:Depends}
+Depends: kf6-syntax-highlighting, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.


More information about the Neon-commits mailing list