[neon/neon-packaging/futuresql/Neon/stable] debian: linting

Carlos De Maine null at kde.org
Thu Jan 18 02:30:14 GMT 2024


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

linting

M  +28   -20   debian/control
A  +1    -0    debian/libfuturesql.lintian-overrides
M  +1    -1    debian/libfuturesql6.lintian-overrides

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

diff --git a/debian/control b/debian/control
index bdf301c..adcdc57 100644
--- a/debian/control
+++ b/debian/control
@@ -18,11 +18,13 @@ 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.
- Its features include non-blocking database access by default, relatively boilderplate-free queries,
- 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.
+ FutureSQL was in part inspired by Diesel, and provides a higher level of 
+ abstraction than QtSql.
+ Its features include non-blocking database access by default, relatively 
+ boilderplate-free queries, 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.
 
 Package: libfuturesql-dev
@@ -34,11 +36,13 @@ Depends: qtbase5-dev,
          ${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.
- Its features include non-blocking database access by default, relatively boilderplate-free queries,
- 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.
+ FutureSQL was in part inspired by Diesel, and provides a higher level of 
+ abstraction than QtSql.
+ Its features include non-blocking database access by default, relatively 
+ boilderplate-free queries, 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.
  .
  Development Files.
@@ -49,11 +53,13 @@ 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.
- Its features include non-blocking database access by default, relatively boilderplate-free queries,
- 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.
+ FutureSQL was in part inspired by Diesel, and provides a higher level of 
+ abstraction than QtSql.
+ Its features include non-blocking database access by default, relatively 
+ boilderplate-free queries, 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.
 
 Package: libfuturesql6-dev
@@ -65,11 +71,13 @@ Depends: qt6-base-dev,
          ${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.
- Its features include non-blocking database access by default, relatively boilderplate-free queries,
- 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.
+ FutureSQL was in part inspired by Diesel, and provides a higher level of 
+ abstraction than QtSql.
+ Its features include non-blocking database access by default, relatively 
+ boilderplate-free queries, 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.
  .
  Development Files.
diff --git a/debian/libfuturesql.lintian-overrides b/debian/libfuturesql.lintian-overrides
new file mode 100644
index 0000000..dc88e43
--- /dev/null
+++ b/debian/libfuturesql.lintian-overrides
@@ -0,0 +1 @@
+libfuturesql: package-name-doesnt-match-sonames libfuturesql5-0
diff --git a/debian/libfuturesql6.lintian-overrides b/debian/libfuturesql6.lintian-overrides
index 92ec59b..a3d9f6f 100644
--- a/debian/libfuturesql6.lintian-overrides
+++ b/debian/libfuturesql6.lintian-overrides
@@ -1 +1 @@
-libfuturesql6: package-name-doesnt-match-sonames libfuturesql6-0
\ No newline at end of file
+libfuturesql6: package-name-doesnt-match-sonames libfuturesql6-0


More information about the Neon-commits mailing list