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

Carlos De Maine null at kde.org
Fri Nov 17 06:03:02 GMT 2023


Git commit 25bf0743dc26dac82556f996747276ed53256156 by Carlos De Maine.
Committed on 17/11/2023 at 07:03.
Pushed by carlosdem into branch 'Neon/unstable'.

new alpha release

M  +6    -0    debian/changelog
M  +11   -9    debian/control
M  +0    -58   debian/copyright
A  +2    -0    debian/kf6-solid.lintian-overrides
M  +1    -4    debian/rules

https://invent.kde.org/neon/kf6/kf6-solid/-/commit/25bf0743dc26dac82556f996747276ed53256156

diff --git a/debian/changelog b/debian/changelog
index c56f410..989d7d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kf6-solid (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-solid (0.0-0neon) UNRELEASED; urgency=medium
 
   * New release
diff --git a/debian/control b/debian/control
index b5c6430..422d8cf 100644
--- a/debian/control
+++ b/debian/control
@@ -9,12 +9,14 @@ Build-Depends: bison,
                flex,
                graphviz,
                kf6-extra-cmake-modules,
+               libimobiledevice-dev,
+               libmount-dev,
                libudev-dev [linux-any],
                pkg-kde-tools-neon,
                qt6-base-dev,
                qt6-declarative-dev,
-               qt6-tools-dev
-Standards-Version: 4.1.4
+               qt6-tools-dev,
+Standards-Version: 4.6.2
 Homepage: https://projects.kde.org/projects/frameworks/solid
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/solid
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/solid.git
@@ -52,42 +54,42 @@ Description: Qt library to query and control hardware
 
 Package: libkf6solid-bin
 Architecture: all
-Depends: kf6-solid
+Depends: kf6-solid, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: libkf6solid-doc
 Architecture: all
-Depends: kf6-solid
+Depends: kf6-solid-dev, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: libkf6solid6
 Architecture: all
-Depends: kf6-solid
+Depends: kf6-solid, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: libkf6solid6-data
 Architecture: all
-Depends: kf6-solid
+Depends: kf6-solid, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: qml6-module-org-kde-solid
 Architecture: all
-Depends: kf6-solid
+Depends: kf6-solid, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: qtdeclarative6-kf6solid
 Architecture: all
-Depends: kf6-solid
+Depends: kf6-solid, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: libkf6solid-dev
 Architecture: all
-Depends: kf6-solid-dev
+Depends: kf6-solid-dev, ${misc:Depends}
 Description: Dummy transitional
   Transitional dummy package.
diff --git a/debian/copyright b/debian/copyright
index a045ea5..04a6002 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -46,64 +46,6 @@ License: LGPL-2.1+3+KDEeV
  the complete text of the GNU Lesser General Public License version 3 can be
  found in "/usr/share/common-licenses/LGPL-3".
 
-Files: src/imports/devices.cpp
-       src/imports/devices.h
-       src/imports/devices_p.h
-       src/imports/solidextensionplugin.cpp
-       src/imports/solidextensionplugin.h
-Copyright: 2013, Ivan Cukic <ivan.cukic(at)kde.org>
-License: LGPL-2.1+
-
-Files: src/tools/solid-hardware/solid-hardware.cpp
-       src/tools/solid-hardware/solid-hardware.h
-Copyright: 2014, Alejandro Fiestas Olivares <afiestas at kde.org>
-           2006, Kevin Ottens <ervin at kde.org>
-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.
- .
- On Debian systems, the complete text of the GNU Library General
- Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2".
-
-Files: cmake/FindIOKit.cmake
-       cmake/FindUDev.cmake
-Copyright: 2009, Harald Fernengel <harry at kdevelop.org>
-           2010, Rafael Fernández López <ereslibre at kde.org>
-License: BSD-3-clause
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- .
- 1. Redistributions of source code must retain the copyright
-    notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the copyright
-    notice, this list of conditions and the following disclaimer in the
-    documentation and/or other materials provided with the distribution.
- 3. The name of the author may not be used to endorse or promote products
-    derived from this software without specific prior written permission.
- .
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
- IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
- IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
 Files: debian/*
 Copyright: 2014 Jonathan Riddell <jriddell at ubuntu.com>
 License: LGPL-2.1+
diff --git a/debian/kf6-solid.lintian-overrides b/debian/kf6-solid.lintian-overrides
new file mode 100644
index 0000000..23f74b8
--- /dev/null
+++ b/debian/kf6-solid.lintian-overrides
@@ -0,0 +1,2 @@
+kf6-solid: no-manual-page usr/bin/solid-hardware6
+kf6-solid: package-name-doesnt-match-sonames libKF6Solid6
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index dc7644f..b311644 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,5 @@
 %:
 	dh $@ --with kf6 --buildsystem kf6
 
-override_dh_autoconfigure:
+override_dh_auto_configure:
 	dh_auto_configure -- -DBUILD_QCH=ON -DWITH_NEW_SOLID_JOB=ON -DWITH_NEW_POWER_ASYNC_API=ON -DWITH_NEW_POWER_ASYNC_FREEDESKTOP=ON
-
-override_dh_shlibdeps:
-	dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/


More information about the Neon-commits mailing list