]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
Import Debian changes 1.8.1-2 debian/1.8.1-2
authorDon Armstrong <don@debian.org>
Fri, 30 Aug 2019 07:30:36 +0000 (00:30 -0700)
committerBoyuan Yang <byang@debian.org>
Fri, 31 Jan 2020 17:34:13 +0000 (12:34 -0500)
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 [deleted file]
debian/autorandr.service
debian/changelog
debian/control

diff --git a/debian/.gitignore b/debian/.gitignore
deleted file mode 100644 (file)
index eb68ed0..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-autorandr.debhelper.log
-autorandr.substvars
-autorandr/
-debhelper-build-stamp
-files
index 3a8a642cc441050e17c1f21135b7626400278a68..d270c5e68e7c4caee09711ef8e3227b39409b8ba 100644 (file)
@@ -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
 
index 2ab0479ef15a9f6b4a7688c5326e5705d8d4226e..5f117a6763a9521ea4a40845e67abf3575686bc6 100644 (file)
@@ -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 <don@debian.org>  Fri, 30 Aug 2019 00:30:36 -0700
 
index 4791218abf9d7c2d495e69659f055d8c746648b1..ecc7852fe34ecdc7070f4befefe51d062b351b8c 100644 (file)
@@ -2,10 +2,9 @@ Source: autorandr
 Section: x11
 Priority: optional
 Maintainer: Don Armstrong <don@debian.org>
-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