[neon/qt/qtscxml/Neon/release] debian: Enable libqt5scxml5-private-dev package.

Dmitry Shachnev null at kde.org
Wed Oct 19 14:21:05 BST 2022


Git commit 8527d1cb4635ae6c50d4d6d888f2e0a814ac682a by Dmitry Shachnev, on behalf of Daniele E. Domenichelli.
Committed on 01/10/2020 at 12:43.
Pushed by jriddell into branch 'Neon/release'.

Enable libqt5scxml5-private-dev package.

Closes: #953156.

M  +2    -0    debian/changelog
M  +18   -0    debian/control
C  +0    -1    debian/libqt5scxml5-private-dev.install [from: debian/not-installed - 073% similarity]
M  +0    -2    debian/not-installed

https://invent.kde.org/neon/qt/qtscxml/commit/8527d1cb4635ae6c50d4d6d888f2e0a814ac682a

diff --git a/debian/changelog b/debian/changelog
index b42a4f5..d981201 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qtscxml-everywhere-src (5.15.1-2) UNRELEASED; urgency=medium
 
+  [ Daniele E. Domenichelli ]
+  * Enable libqt5scxml5-private-dev package (closes: #953156).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 01 Oct 2020 15:37:58 +0300
 
diff --git a/debian/control b/debian/control
index 2d4211b..c9ea059 100644
--- a/debian/control
+++ b/debian/control
@@ -39,6 +39,24 @@ Description: Qt module for creating state machines from SCXML files development
  .
  This package contains the development files for qtscxml.
 
+Package: libqt5scxml5-private-dev
+Architecture: any
+Multi-Arch: same
+Section: libdevel
+Depends: libqt5scxml5-dev (= ${binary:Version}),
+         qtbase5-private-dev,
+         ${misc:Depends}
+Description: Qt SCXML private development files
+ The Qt SCXML module provides functionality to create state
+ machines from SCXML files. This includes both dynamically
+ creating state machines (loading the SCXML file and instantiating
+ states and transitions) and generating a C++ file that has a class
+ implementing the state machine. It also contains functionality
+ to support data models and executable content.
+ .
+ This package contains the private development files for Qt SCXML.
+ Use at your own risk.
+
 Package: libqt5scxml5-bin
 Architecture: any
 Section: utils
diff --git a/debian/not-installed b/debian/libqt5scxml5-private-dev.install
similarity index 73%
copy from debian/not-installed
copy to debian/libqt5scxml5-private-dev.install
index 5732c6f..ce5738a 100644
--- a/debian/not-installed
+++ b/debian/libqt5scxml5-private-dev.install
@@ -1,3 +1,2 @@
 usr/include/${DEB_HOST_MULTIARCH}/qt5/QtScxml/5.*
-usr/lib/${DEB_HOST_MULTIARCH}/libQt5Scxml.la
 usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/modules/qt_lib_scxml_private.pri
diff --git a/debian/not-installed b/debian/not-installed
index 5732c6f..ca29e91 100644
--- a/debian/not-installed
+++ b/debian/not-installed
@@ -1,3 +1 @@
-usr/include/${DEB_HOST_MULTIARCH}/qt5/QtScxml/5.*
 usr/lib/${DEB_HOST_MULTIARCH}/libQt5Scxml.la
-usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/modules/qt_lib_scxml_private.pri



More information about the Neon-commits mailing list