[neon/extras/kgraphviewer/Neon/release] debian: $(misc:Depends},
Carlos De Maine
null at kde.org
Fri Oct 31 22:21:19 GMT 2025
Git commit 4c17d62cc0f56af92ec46622a6c8962cf1e3032b by Carlos De Maine.
Committed on 31/10/2025 at 22:21.
Pushed by carlosdem into branch 'Neon/release'.
$(misc:Depends},
M +12 -4 debian/control
https://invent.kde.org/neon/extras/kgraphviewer/-/commit/4c17d62cc0f56af92ec46622a6c8962cf1e3032b
diff --git a/debian/control b/debian/control
index a901f76..be2bbfd 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,10 @@ Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde-extras/kgraphviewer
Package: kgraphviewer-dev
Architecture: any
Section: devel
-Depends: kgraphviewer (= ${binary:Version}), qt6-base-dev, ${shlibs:Depends}
+Depends: kgraphviewer (= ${binary:Version}),
+ qt6-base-dev,
+ $(misc:Depends},
+ ${shlibs:Depends},
Breaks: libkgraphviewer-dev (<< 4:2.4.3)
Replaces: libkgraphviewer-dev (<< 4:2.4.3)
Description: GraphViz dot graph viewer - devel files
@@ -40,13 +43,16 @@ Description: GraphViz dot graph viewer - devel files
Package: libkgraphviewer-dev
Architecture: all
Section: oldlibs
-Depends: kgraphviewer-dev
+Depends: kgraphviewer-dev,
+ $(misc:Depends},
Description: GraphViz dot graph viewer - transitional
This is a dummy package and can be safely moved
Package: kgraphviewer
Architecture: any
-Depends: graphviz, ${misc:Depends}, ${shlibs:Depends}
+Depends: graphviz,
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: GraphViz dot graph viewer
KGraphViewer is a GraphViz dot graph viewer. The graphviz program
suite is a free software set of layout engines for graphs. They are commonly
@@ -59,7 +65,9 @@ Description: GraphViz dot graph viewer
Package: libkgraphviewer0
Architecture: any
Section: libs
-Depends: kgraphviewer (= ${binary:Version}), ${shlibs:Depends}
+Depends: kgraphviewer (= ${binary:Version}),
+ $(misc:Depends},
+ ${shlibs:Depends},
Description: GraphViz dot graph viewer - libs
KGraphViewer is a GraphViz dot graph viewer for. The graphviz program
suite is a free software set of layout engines for graphs. They are commonly
More information about the Neon-commits
mailing list