[neon/kf6/kf6-ktexttemplate/Neon/unstable] debian: new alpha release

Carlos De Maine null at kde.org
Fri Nov 17 15:40:55 GMT 2023


Git commit 9f8cc42344ef950e6c7775d1a7fcbb54a5be1835 by Carlos De Maine.
Committed on 17/11/2023 at 16:40.
Pushed by carlosdem into branch 'Neon/unstable'.

new alpha release

M  +6    -0    debian/changelog
M  +20   -17   debian/control
M  +1    -0    debian/kf6-ktexttemplate-dev.install
A  +1    -0    debian/kf6-ktexttemplate.lintian-overrides
M  +2    -2    debian/rules

https://invent.kde.org/neon/kf6/kf6-ktexttemplate/-/commit/9f8cc42344ef950e6c7775d1a7fcbb54a5be1835

diff --git a/debian/changelog b/debian/changelog
index 648f961..b0cea4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kf6-ktexttemplate (5.245.0-0neon) jammy; urgency=medium
+
+  * New alpha release
+
+ -- Neon CI <neon at kde.org>  Fri, 17 Nov 2023 01:18:08 +0000
+
 kf6-ktexttemplate (0.0-0neon) UNRELEASED; urgency=medium
 
   * New release
diff --git a/debian/control b/debian/control
index a3af49b..ded0920 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: cmake,
                qt6-tools-dev,
                xauth,
                xvfb
-Standards-Version: 4.1.4
+Standards-Version: 4.6.2
 Homepage: https://projects.kde.org/projects/frameworks/ktexttemplate
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/ktexttemplate
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/ktexttemplate.git
@@ -23,11 +23,12 @@ Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: KTextTemplate is a Free Software library written using the Qt framework.
- .
- The goal of KTextTemplate is to make it easier for application developers to
- separate the structure of documents from the data they contain, opening the door
- for theming and advanced generation of other text such as code.
+Description: KTextTemplate is a Free Software library written using 
+ the Qt framework.
+ The goal of KTextTemplate is to make it easier for application 
+ developers to separate the structure of documents from the data
+ they contain, opening the door for theming and advanced generation 
+ of other text such as code.
  .
  The syntax uses the syntax of the Django template system, and
  the core design of Django is reused in KTextTemplate.
@@ -37,39 +38,41 @@ Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
 Depends: kf6-ktexttemplate (= ${binary:Version}),
+         qt6-base-dev,
          ${misc:Depends},
          ${shlibs:Depends}
-Description: KTextTemplate is a Free Software library written using the Qt framework.
- .
- The goal of KTextTemplate is to make it easier for application developers to
- separate the structure of documents from the data they contain, opening the door
- for theming and advanced generation of other text such as code.
+Description: KTextTemplate is a Free Software library written using 
+ the Qt framework.
+ The goal of KTextTemplate is to make it easier for application 
+ developers to separate the structure of documents from the data
+ they contain, opening the door for theming and advanced generation 
+ of other text such as code.
  .
  The syntax uses the syntax of the Django template system, and
  the core design of Django is reused in KTextTemplate.
  .
-  The development files for KTextTemplate
+ The development files for KTextTemplate
 
 Package: libkf6texttemplate-data
 Architecture: all
-Depends: kf6-ktexttemplate
+Depends: kf6-ktexttemplate, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: libkf6texttemplate-doc
 Architecture: all
-Depends: kf6-ktexttemplate
+Depends: kf6-ktexttemplate-dev, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: libkf6texttemplate6
 Architecture: all
-Depends: kf6-ktexttemplate
+Depends: kf6-ktexttemplate, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: libkf6texttemplate-dev
 Architecture: all
-Depends: kf6-ktexttemplate-dev
+Depends: kf6-ktexttemplate-dev, ${misc:Depends}
 Description: Dummy transitional
-  Transitional dummy package.
+ Transitional dummy package.
diff --git a/debian/kf6-ktexttemplate-dev.install b/debian/kf6-ktexttemplate-dev.install
index 12ed718..82db621 100644
--- a/debian/kf6-ktexttemplate-dev.install
+++ b/debian/kf6-ktexttemplate-dev.install
@@ -2,3 +2,4 @@ usr/include/KF6/KTextTemplate/
 usr/lib/*/cmake/KF6TextTemplate/
 usr/lib/*/libKF6TextTemplate.so
 usr/share/qlogging-categories6/
+usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/kf6-ktexttemplate.lintian-overrides b/debian/kf6-ktexttemplate.lintian-overrides
new file mode 100644
index 0000000..f39e94e
--- /dev/null
+++ b/debian/kf6-ktexttemplate.lintian-overrides
@@ -0,0 +1 @@
+kf6-ktexttemplate: package-name-doesnt-match-sonames libKF6TextTemplate6
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index fa0af1d..c1dd599 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,5 @@
 %:
 	dh $@ --with kf6 --buildsystem kf6
 
-override_dh_shlibdeps:
-	dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
+override_dh_auto_configure:
+	dh_auto_configure -- -DBUILD_QCH=ON


More information about the Neon-commits mailing list