[neon/kf6/kf6-kglobalaccel/Neon/unstable] debian: new alpha release
Carlos De Maine
null at kde.org
Fri Nov 17 14:09:43 GMT 2023
Git commit 0de9d6689ea8340f98c6061b4b997a57ae43e981 by Carlos De Maine.
Committed on 17/11/2023 at 15:09.
Pushed by carlosdem into branch 'Neon/unstable'.
new alpha release
M +6 -0 debian/changelog
M +7 -7 debian/control
M +0 -36 debian/copyright
M +1 -0 debian/kf6-kglobalaccel-dev.install
M +2 -2 debian/rules
https://invent.kde.org/neon/kf6/kf6-kglobalaccel/-/commit/0de9d6689ea8340f98c6061b4b997a57ae43e981
diff --git a/debian/changelog b/debian/changelog
index 27f2fbf..f4577b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kf6-kglobalaccel (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-kglobalaccel (0.0-0neon) UNRELEASED; urgency=medium
* New release
diff --git a/debian/control b/debian/control
index 17d824b..7f5fa89 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,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/kglobalaccel
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kglobalaccel
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kglobalaccel.git
@@ -49,36 +49,36 @@ Description: development files for kglobalaccel
Package: libkf6globalaccel-bin
Architecture: all
-Depends: kf6-kglobalaccel
+Depends: kf6-kglobalaccel, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: libkf6globalaccel-data
Architecture: all
-Depends: kf6-kglobalaccel
+Depends: kf6-kglobalaccel, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: libkf6globalaccel-doc
Architecture: all
-Depends: kf6-kglobalaccel
+Depends: kf6-kglobalaccel, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: libkf6globalaccel6
Architecture: all
-Depends: kf6-kglobalaccel
+Depends: kf6-kglobalaccel, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: libkf6globalaccelprivate6
Architecture: all
-Depends: kf6-kglobalaccel
+Depends: kf6-kglobalaccel, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: libkf6globalaccel-dev
Architecture: all
-Depends: kf6-kglobalaccel-dev
+Depends: kf6-kglobalaccel-dev, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
diff --git a/debian/copyright b/debian/copyright
index 0f8c932..79830f1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -25,42 +25,6 @@ Copyright: 2007, Andreas Hartmetz <ahartmetz at gmail.com>
2001, translate.org.za
License: LGPL-2+
-Files: po/ca/kglobalaccel5.po
- po/ca/kglobalaccel5_qt.po
- po/ca at valencia/kglobalaccel5.po
- po/ca at valencia/kglobalaccel5_qt.po
- po/uk/kglobalaccel5.po
- po/uk/kglobalaccel5_qt.po
-Copyright: 2014, This_file_is_part_of_KDE
-License: LGPL-2.1+3+KDEeV
-
-Files: src/runtime/main.cpp
-Copyright: 2007, Andreas Hartmetz <ahartmetz at gmail.com>
- 2007, Michael Jansen <kde at michael-jansen.biz>
-License: LGPL-2
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public
- License version 2 as published by the Free Software Foundation.
- .
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
- .
- You should have received a copy of the GNU Library General Public License
- along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301, USA.
-
-Files: COPYING.LIB
-Copyright: 1991-1999, Free Software Foundation, Inc
-License: LGPL-2.1+
-
-Files: po/bg/kglobalaccel5_qt.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-kglobalaccel-dev.install b/debian/kf6-kglobalaccel-dev.install
index 2077da7..ca0c31b 100644
--- a/debian/kf6-kglobalaccel-dev.install
+++ b/debian/kf6-kglobalaccel-dev.install
@@ -2,3 +2,4 @@ usr/include/KF6/KGlobalAccel/
usr/lib/*/cmake/KF6GlobalAccel/
usr/lib/*/libKF6GlobalAccel.so
usr/share/dbus-1/interfaces/
+usr/share/qt6/doc/
\ 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