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

Carlos De Maine null at kde.org
Fri Nov 17 12:26:28 GMT 2023


Git commit 41e20815b014ef3ba8396ee324c4f5cdc77f3af8 by Carlos De Maine.
Committed on 17/11/2023 at 13:26.
Pushed by carlosdem into branch 'Neon/unstable'.

new alpha release

M  +6    -0    debian/changelog
M  +5    -5    debian/control
M  +0    -21   debian/copyright
M  +1    -0    debian/kf6-kpty-dev.install
M  +2    -2    debian/rules

https://invent.kde.org/neon/kf6/kf6-kpty/-/commit/41e20815b014ef3ba8396ee324c4f5cdc77f3af8

diff --git a/debian/changelog b/debian/changelog
index e550939..e959eb3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kf6-kpty (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-kpty (0.0-0neon) UNRELEASED; urgency=medium
 
   * New release
diff --git a/debian/control b/debian/control
index 8644691..3e75b88 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: cmake,
                pkg-kde-tools-neon,
                qt6-base-dev,
                qt6-tools-dev
-Standards-Version: 4.1.4
+Standards-Version: 4.6.2
 Homepage: https://projects.kde.org/projects/frameworks/kpty
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kpty
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kpty.git
@@ -47,24 +47,24 @@ Description: development files for kpty
 
 Package: libkf6pty-data
 Architecture: all
-Depends: kf6-kpty
+Depends: kf6-kpty, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: libkf6pty-doc
 Architecture: all
-Depends: kf6-kpty
+Depends: kf6-kpty-dev, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: libkf6pty6
 Architecture: all
-Depends: kf6-kpty
+Depends: kf6-kpty, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: libkf6pty-dev
 Architecture: all
-Depends: kf6-kpty-dev
+Depends: kf6-kpty-dev, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
diff --git a/debian/copyright b/debian/copyright
index a587528..dc53bf8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -20,27 +20,6 @@ Copyright: 2010, KDE e.V <kde-ev-board at kde.org>
            2001, translate.org.za
 License: LGPL-2+
 
-Files: po/ca/kpty5.po
-       po/ca at valencia/kpty5.po
-       po/uk/kpty5.po
-Copyright: 2014, This_file_is_part_of_KDE
-License: LGPL-2.1+3+KDEeV
-
-Files: COPYING
-       src/kgrantpty.c
-Copyright: 1989-1991, Free Software Foundation, Inc
-           1999, Lars Doelle <lars.doelle at on-line.de>
-License: GPL-2+
-
-Files: COPYING.LIB
-Copyright: 1991-1999, Free Software Foundation, Inc
-License: LGPL-2.1+
-
-Files: po/bg/kpty5.po
-Copyright: 2009-2013, Yasen Pramatarov <yasen at lindeas.com>
-           2006-2009, Zlatko Popov <zlatkopopov at fsa-bg.org>
-License: GPL
-
 Files: debian/*
 Copyright: 2014, Scarlett Clark <scarlett at scarlettgatelyclark.com>
 License: LGPL-2+
diff --git a/debian/kf6-kpty-dev.install b/debian/kf6-kpty-dev.install
index 8f39c87..4bc1fa6 100644
--- a/debian/kf6-kpty-dev.install
+++ b/debian/kf6-kpty-dev.install
@@ -1,3 +1,4 @@
 usr/include/KF6/KPty/
 usr/lib/*/cmake/KF6Pty/
 usr/lib/*/libKF6Pty.so
+usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index fa0af1d..ed657b6 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)/
+ooverride_dh_auto_configure:
+	dh_auto_configure -- -DBUILD_QCH=ON


More information about the Neon-commits mailing list