[neon/neon-packaging/futuresql/Neon/stable] debian: lint cleanups

Carlos De Maine null at kde.org
Thu Jan 18 02:12:24 GMT 2024


Git commit dec0dca139354f92d68f374910811f6c5f6e792d by Carlos De Maine.
Committed on 18/01/2024 at 03:12.
Pushed by carlosdem into branch 'Neon/stable'.

lint cleanups

M  +23   -15   debian/control
M  +0    -3    debian/copyright

https://invent.kde.org/neon/neon-packaging/futuresql/-/commit/dec0dca139354f92d68f374910811f6c5f6e792d

diff --git a/debian/control b/debian/control
index 05febe0..bdf301c 100644
--- a/debian/control
+++ b/debian/control
@@ -12,10 +12,10 @@ Standards-Version: 4.6.2
 Vcs-Browser: https://invent.kde.org/libraries/futuresql
 Vcs-Git: https://invent.kde.org/libraries/futuresql.git
 
-Package: libfuturesql-dev
-Section: libdevel
+Package: libfuturesql6
 Architecture: any
-Depends: qtbase5-dev, libfuturesql, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Description: asynchronous Qt code library
  A non-blocking database framework for Qt.
  FutureSQL was in part inspired by Diesel, and provides a higher level of abstraction than QtSql.
@@ -24,12 +24,14 @@ Description: asynchronous Qt code library
  In order to make FutureSQL's use of templates less confusing, FutureSQL uses C++20 concepts,
  and requires a C++20 compiler.
  Warning: The API is not finalized yet.
- .
- Development Files.
 
-Package: libfuturesql
+Package: libfuturesql-dev
+Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: qtbase5-dev, 
+         libfuturesql (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
 Description: asynchronous Qt code library
  A non-blocking database framework for Qt.
  FutureSQL was in part inspired by Diesel, and provides a higher level of abstraction than QtSql.
@@ -38,11 +40,13 @@ Description: asynchronous Qt code library
  In order to make FutureSQL's use of templates less confusing, FutureSQL uses C++20 concepts,
  and requires a C++20 compiler.
  Warning: The API is not finalized yet.
+ .
+ Development Files.
 
-Package: libfuturesql6-dev
-Section: libdevel
+Package: libfuturesql
 Architecture: any
-Depends: qt6-base-dev, libfuturesql6, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, 
+         ${shlibs:Depends}
 Description: asynchronous Qt code library
  A non-blocking database framework for Qt.
  FutureSQL was in part inspired by Diesel, and provides a higher level of abstraction than QtSql.
@@ -51,12 +55,14 @@ Description: asynchronous Qt code library
  In order to make FutureSQL's use of templates less confusing, FutureSQL uses C++20 concepts,
  and requires a C++20 compiler.
  Warning: The API is not finalized yet.
- .
- Development Files.
 
-Package: libfuturesql6
+Package: libfuturesql6-dev
+Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: qt6-base-dev,
+         libfuturesql6 (= ${binary:Version}),
+         ${shlibs:Depends}, 
+         ${misc:Depends}
 Description: asynchronous Qt code library
  A non-blocking database framework for Qt.
  FutureSQL was in part inspired by Diesel, and provides a higher level of abstraction than QtSql.
@@ -64,4 +70,6 @@ Description: asynchronous Qt code library
  automatic database migrations and simple mapping to objects.
  In order to make FutureSQL's use of templates less confusing, FutureSQL uses C++20 concepts,
  and requires a C++20 compiler.
- Warning: The API is not finalized yet.
\ No newline at end of file
+ Warning: The API is not finalized yet.
+ .
+ Development Files.
diff --git a/debian/copyright b/debian/copyright
index 54c88f5..6f4ddd4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,6 +5,3 @@ Source: https://invent.kde.org/libraries/croutons
 Files: *
 Copyright: 2011, 2012, 2015, Alexander Potashev <aspotashev at gmail.com>
 License: LGPL-2.1 or LGPL-3
-
-On Debian systems, the complete text of version 3 of the GNU Lesser
-General Public License can be found in `/usr/share/common-licenses/LGPL-3'.


More information about the Neon-commits mailing list