[neon/backports-jammy/power-profiles-daemon/Neon/unstable] debian: 0.10.1-2 (patches unapplied)
git-ubuntu importer
null at kde.org
Tue Sep 24 23:21:42 BST 2024
Git commit d5efcacf594472d4bccb34e4eb5ca41e298130ee by git-ubuntu importer, on behalf of Sebastien Bacher.
Committed on 12/11/2021 at 16:38.
Pushed by carlosdem into branch 'Neon/unstable'.
0.10.1-2 (patches unapplied)
Imported using git-ubuntu import.
M +8 -0 debian/changelog
D +0 -9 debian/tests/control
D +0 -13 debian/tests/installed-tests
https://invent.kde.org/neon/backports-jammy/power-profiles-daemon/-/commit/d5efcacf594472d4bccb34e4eb5ca41e298130ee
diff --git a/debian/changelog b/debian/changelog
index 3bae784..62780cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+power-profiles-daemon (0.10.1-2) unstable; urgency=medium
+
+ * debian/tests: remove for now since changes in the new versions are
+ creating issues and also upstream pointed out that those are not useful
+ as integration tests since there is basically no rdepends
+
+ -- Sebastien Bacher <seb128 at ubuntu.com> Fri, 12 Nov 2021 09:46:29 +0100
+
power-profiles-daemon (0.10.1-1) unstable; urgency=medium
* New upstream version
diff --git a/debian/tests/control b/debian/tests/control
deleted file mode 100644
index d0e35a5..0000000
--- a/debian/tests/control
+++ /dev/null
@@ -1,9 +0,0 @@
-Tests: installed-tests
-Depends: dpkg-dev,
- gir1.2-umockdev-1.0,
- python3-dbus,
- python3-dbusmock,
- python3-gi,
- umockdev,
- @
-Restrictions: needs-root allow-stderr isolation-machine
diff --git a/debian/tests/installed-tests b/debian/tests/installed-tests
deleted file mode 100755
index 580316c..0000000
--- a/debian/tests/installed-tests
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-set -eu
-
-export G_MESSAGES_DEBUG=all
-export XDG_RUNTIME_DIR="$AUTOPKGTEST_TMP"
-
-printf "Running as: "; id -a
-printf "passwd entry: "; getent passwd "$(id -u)" || echo "(exit status $?)"
-printf "group entry: "; getent group "$(id -g)" || echo "(exit status $?)"
-echo "Environment:"
-env | LC_ALL=C sort -u
-
-tests/integration-test -v
More information about the Neon-commits
mailing list