[neon/qt/qtsystems/Neon/release] debian: new version from sid
Jonathan Riddell
null at kde.org
Wed Apr 10 10:53:21 BST 2024
Git commit 6a217407fe78594665a0a8ea15926e2845cb5c62 by Jonathan Riddell.
Committed on 10/04/2024 at 09:53.
Pushed by jriddell into branch 'Neon/release'.
new version from sid
D +0 -1 debian/.gitattributes
M +15 -2 debian/changelog
M +2 -2 debian/control
M +7 -6 debian/copyright
A +2 -0 debian/source/lintian-overrides
M +1 -1 debian/watch
https://invent.kde.org/neon/qt/qtsystems/-/commit/6a217407fe78594665a0a8ea15926e2845cb5c62
diff --git a/debian/.gitattributes b/debian/.gitattributes
deleted file mode 100644
index 6a03163..0000000
--- a/debian/.gitattributes
+++ /dev/null
@@ -1 +0,0 @@
-changelog merge=dpkg-mergechangelogs
diff --git a/debian/changelog b/debian/changelog
index 0147193..7098123 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,20 @@
+qtsystems-opensource-src (5.0~git20230712.81e08ee+dfsg-1) unstable; urgency=medium
+
+ * New upstream Git snapshot.
+ * debian/copyright:
+ + Update copyright attribution for debian/.
+ * debian/control:
+ + Bump Standards-Version: to 4.6.2. No changes needed.
+ + Replace udev by systemd-dev in B-D. (Closes: #1060526).
+ * debian/watch:
+ + Add repacksuffix option.
+
+ -- Mike Gabriel <sunweaver at debian.org> Mon, 05 Feb 2024 12:27:42 +0100
+
qtsystems-opensource-src (5.0~git20190103.e3332ee+dfsg1-5) unstable; urgency=medium
- * debian/control:
- + Add udev/libudev as B-D
+ * debian/control:
+ + Add udev/libudev as B-D.
-- Marius Gripsgard <marius at ubports.com> Sat, 07 Jan 2023 21:02:19 +0100
diff --git a/debian/control b/debian/control
index 3a4039b..9915c9f 100644
--- a/debian/control
+++ b/debian/control
@@ -15,9 +15,9 @@ Build-Depends: debhelper-compat (= 12),
libbluetooth-dev [linux-any],
libevdev-dev [linux-any],
libudev-dev [linux-any],
- udev [linux-any],
+ systemd-dev [linux-any],
libx11-dev,
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://www.qt.io/developers
Vcs-Git: https://salsa.debian.org/qt-kde-team/qt/qtsystems.git
diff --git a/debian/copyright b/debian/copyright
index 6c4235d..4e42541 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -631,12 +631,13 @@ Copyright: 2018, Canonical Limited and/or its subsidiary(-ies).
License: LGPL-2.1~with-Digia-Qt-LGPL-Exception-1.1 or GPL-3
Files: debian/*
-Copyright: 2007-2012 Fathi Boudra <fabo at debian.org>
- 2007-2012 Sune Vuorela <debian at pusling.com>
- 2008-2012 Modestas Vainius <modax at debian.org>
- 2007-2009 Ana Beatriz Guerrero Lopez <ana at debian.org>
- 2005-2007 Brian Nelson <pyro at debian.org>
- 2012 Timo Jyrinki <timo.jyrinki at canonical.com>
+Copyright: 2007-2012, Fathi Boudra <fabo at debian.org>
+ 2007-2012, Sune Vuorela <debian at pusling.com>
+ 2008-2012, Modestas Vainius <modax at debian.org>
+ 2007-2009, Ana Beatriz Guerrero Lopez <ana at debian.org>
+ 2005-2007, Brian Nelson <pyro at debian.org>
+ 2012, Timo Jyrinki <timo.jyrinki at canonical.com>
+ 2024, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
License: LGPL-2.1
License: LGPL-2.1~with-Digia-Qt-LGPL-Exception-1.1
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..c8fc88e
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+# unit tests fail when building with DH compat version 13, so staying with 12 until there is time/need to figure out the cause
+source: package-uses-old-debhelper-compat-version 12
diff --git a/debian/watch b/debian/watch
index 58260b3..bb9d2df 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
version=4
-opts="mode=git, pgpmode=none, pretty=5.0~git%cd.%h, dversionmangle=s/\+dfsg1//g" \
+opts="mode=git, repacksuffix=+dfsg, pgpmode=none, pretty=5.0~git%cd.%h, dversionmangle=s/\+dfsg//g" \
https://code.qt.io/qt/qtsystems.git \
HEAD
More information about the Neon-commits
mailing list