From 652acc355e7f44b7cd5630971922264c70b6f767 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 30 Aug 2019 00:30:36 -0700 Subject: [PATCH] Import Debian changes 1.8.1-2 autorandr (1.8.1-2) unstable; urgency=medium * Switch to using python3 by changing the #! line and dependencies; no other changes were required (Closes: #936170) * Use default as the default autorandr configuration when called via systemd --- debian/.gitignore | 5 ----- debian/autorandr.service | 2 +- debian/changelog | 1 + debian/control | 5 ++--- 4 files changed, 4 insertions(+), 9 deletions(-) delete mode 100644 debian/.gitignore diff --git a/debian/.gitignore b/debian/.gitignore deleted file mode 100644 index eb68ed0..0000000 --- a/debian/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -autorandr.debhelper.log -autorandr.substvars -autorandr/ -debhelper-build-stamp -files diff --git a/debian/autorandr.service b/debian/autorandr.service index 3a8a642..d270c5e 100644 --- a/debian/autorandr.service +++ b/debian/autorandr.service @@ -8,7 +8,7 @@ StartLimitInterval=5 StartLimitBurst=1 [Service] -ExecStart=/usr/bin/autorandr --batch --change +ExecStart=/usr/bin/autorandr --batch --change --default default Type=oneshot RemainAfterExit=false diff --git a/debian/changelog b/debian/changelog index 2ab0479..5f117a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ autorandr (1.8.1-2) unstable; urgency=medium * Switch to using python3 by changing the #! line and dependencies; no other changes were required (Closes: #936170) + * Use default as the default autorandr configuration when called via systemd -- Don Armstrong Fri, 30 Aug 2019 00:30:36 -0700 diff --git a/debian/control b/debian/control index 4791218..ecc7852 100644 --- a/debian/control +++ b/debian/control @@ -2,10 +2,9 @@ Source: autorandr Section: x11 Priority: optional Maintainer: Don Armstrong -Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools -Standards-Version: 4.1.1 +Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools +Standards-Version: 4.4.0 Homepage: https://github.com/phillipberndt/autorandr -# X-Python-Version: >= 2.6 Vcs-Git: https://salsa.debian.org/debian/autorandr.git Vcs-Browser: https://salsa.debian.org/debian/autorandr.git -- 2.39.2