[neon/forks/qml-box2d/Neon/release] debian: qt6 it
Carlos De Maine
null at kde.org
Tue Mar 18 05:32:17 GMT 2025
Git commit b0e8d62b7ae86e8c8861480215287e0ef5ff4373 by Carlos De Maine.
Committed on 18/03/2025 at 05:32.
Pushed by carlosdem into branch 'Neon/release'.
qt6 it
D +0 -1 debian/compat
M +7 -3 debian/control
A +2 -0 debian/watch
https://invent.kde.org/neon/forks/qml-box2d/-/commit/b0e8d62b7ae86e8c8861480215287e0ef5ff4373
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 990ee9b..34e900f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,14 @@ Source: qml-box2d
Section: libs
Priority: optional
Maintainer: Ville Ranki <ville.ranki at iki.fi>
-Build-Depends: debhelper (>= 11), libbox2d-dev, qtbase5-dev, qtdeclarative5-dev
-Standards-Version: 4.3.0
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ libbox2d-dev,
+ qt6-base-dev,
+ qt6-declarative-dev
+Standards-Version: 4.6.2
-Package: qml-module-box2d
+Package: qml6-module-box2d
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Box2d physics for QML applications
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..3a04bad
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+https://github.com/qml-box2d/qml-box2d/archive/refs/heads/master.tar.gz
\ No newline at end of file
More information about the Neon-commits
mailing list