diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index bcd2ac1..3873d92 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,8 +1,9 @@ | |||
1 | my-x200 (0.7-1) UNRELEASED; urgency=medium | 1 | my-x200 (0.7-2) UNRELEASED; urgency=medium |
2 | 2 | ||
3 | * Initial release. | 3 | * Initial release. |
4 | * Removed remnant lines left of openrc-run in initd file | 4 | * Removed remnant lines left of openrc-run in initd file |
5 | * Added elogind as dependency | 5 | * Added elogind as dependency |
6 | * New acpi event: button/suspend | 6 | * New acpi event: button/suspend |
7 | * Added conflict with acpi-support | ||
7 | 8 | ||
8 | -- Robert Alessi <alessi@robertalessi.net> Sat, 13 Feb 2021 09:47:12 +0100 | 9 | -- Robert Alessi <alessi@robertalessi.net> Sat, 13 Feb 2021 17:01:19 +0100 |
diff --git a/debian/control b/debian/control index 0868d57..f9d77c6 100644 --- a/debian/control +++ b/debian/control | |||
@@ -10,6 +10,7 @@ Package: my-x200 | |||
10 | Architecture: any | 10 | Architecture: any |
11 | Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, intel-gpu-tools, rsync, | 11 | Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, intel-gpu-tools, rsync, |
12 | elogind, macchanger, rfkill, acpi-support-base | 12 | elogind, macchanger, rfkill, acpi-support-base |
13 | Conflicts: acpi-support | ||
13 | Recommends: rsnapshot | 14 | Recommends: rsnapshot |
14 | Description: Service dedicated to Thinkpads X200 | 15 | Description: Service dedicated to Thinkpads X200 |
15 | my-x200 is a simple service primarily designed to make the | 16 | my-x200 is a simple service primarily designed to make the |