[neon/backports-jammy/power-profiles-daemon/Neon/unstable] debian: 0.1-5 (patches unapplied)
git-ubuntu importer
null at kde.org
Tue Sep 24 23:21:42 BST 2024
Git commit 46ff1ad97381412ba6a2932d73b4695c510d118b by git-ubuntu importer, on behalf of Sebastien Bacher.
Committed on 10/03/2021 at 16:26.
Pushed by carlosdem into branch 'Neon/unstable'.
0.1-5 (patches unapplied)
Imported using git-ubuntu import.
M +6 -0 debian/changelog
M +1 -31 debian/control
M +1 -1 debian/copyright
D +0 -5 debian/power-profiles-daemon.install
M +0 -6 debian/rules
M +1 -1 debian/tests/installed-tests
https://invent.kde.org/neon/backports-jammy/power-profiles-daemon/-/commit/46ff1ad97381412ba6a2932d73b4695c510d118b
diff --git a/debian/changelog b/debian/changelog
index acdc705..475c4e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+power-profiles-daemon (0.1-5) experimental; urgency=medium
+
+ * Don't split the test into a separate binary, it's not useful
+
+ -- Sebastien Bacher <seb128 at ubuntu.com> Wed, 10 Mar 2021 11:34:36 +0100
+
power-profiles-daemon (0.1-3) experimental; urgency=medium
* Resolve the problems pointed during the NEW review
diff --git a/debian/control b/debian/control
index 4fe1362..757ab1c 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Homepage: https://gitlab.freedesktop.org/hadess/power-profiles-daemon
Package: power-profiles-daemon
Architecture: linux-any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends},
Description: Makes power profiles handling available over D-Bus.
power-profiles-daemon offers to modify system behaviour based upon
user-selected power profiles. There are 3 different power profiles, a
@@ -39,33 +39,3 @@ Description: Makes power profiles handling available over D-Bus.
Note that power-profiles-daemon does not save the currently active
profile across system restarts and will always start with the "balanced"
profile selected.
-
-Package: power-profiles-daemon-tests
-Architecture: any
-Depends: gir1.2-glib-2.0,
- gir1.2-umockdev-1.0,
- python3,
- python3-dbus,
- python3-dbusmock,
- python3-gi,
- umockdev,
- ${misc:Depends},
- ${shlibs:Depends}
-Description: Makes power profiles handling available over D-Bus.
- power-profiles-daemon offers to modify system behaviour based upon
- user-selected power profiles. There are 3 different power profiles, a
- "balanced" default mode, a "power-saver" mode, as well as a "performance"
- mode. The first 2 of those are available on every system. The "performance"
- mode is only available on select systems and is implemented by different
- "drivers" based on the system or systems it targets.
- .
- In addition to those 2 or 3 modes (depending on the system),
- "actions" can be hooked up to change the behaviour of a particular device.
- For example, this can be used to disable the fast-charging for some USB
- devices when in power-saver mode.
- .
- Note that power-profiles-daemon does not save the currently active
- profile across system restarts and will always start with the "balanced"
- profile selected.
- .
- This package includes tests to be used on the installed system.
diff --git a/debian/copyright b/debian/copyright
index 93559db..24ea099 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ Upstream-Name: power-profiles-daemon
Source: https://gitlab.freedesktop.org/hadess/power-profiles-daemon
Files: *
-Copyright: 2020 Bastien Nocera <hadess at hadess.net>
+Copyright: 2014-2016, 2020 Bastien Nocera <hadess at hadess.net>
License: GPL-3
Files: debian/*
diff --git a/debian/power-profiles-daemon.install b/debian/power-profiles-daemon.install
deleted file mode 100644
index 942791d..0000000
--- a/debian/power-profiles-daemon.install
+++ /dev/null
@@ -1,5 +0,0 @@
-etc/dbus-1
-lib/systemd
-usr/libexec
-usr/share
-
diff --git a/debian/rules b/debian/rules
index ea0384d..da814fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,9 +8,3 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,--as-needed
override_dh_missing:
dh_missing --fail-missing
-
-override_dh_install:
- # install the test but renamed
- mkdir -p debian/power-profiles-daemon-tests/usr/libexec
- cp tests/integration-test debian/power-profiles-daemon-tests/usr/libexec/power-profiles-daemon-integration-test
- dh_install
diff --git a/debian/tests/installed-tests b/debian/tests/installed-tests
index f81fcc9..580316c 100755
--- a/debian/tests/installed-tests
+++ b/debian/tests/installed-tests
@@ -10,4 +10,4 @@ printf "group entry: "; getent group "$(id -g)" || echo "(exit status $?)"
echo "Environment:"
env | LC_ALL=C sort -u
-/usr/libexec/power-profiles-daemon-integration-test -v
+tests/integration-test -v
More information about the Neon-commits
mailing list