From: Don Armstrong Date: Sat, 17 Sep 2022 00:04:02 +0000 (-0700) Subject: prepare for releasing 1.12.1-1 X-Git-Tag: debian/1.12.1-1^0 X-Git-Url: https://git.donarmstrong.com/deb_pkgs/autorandr.git?a=commitdiff_plain;h=bb3cc702421d13a850d4a0600828fd040d840b6a;p=deb_pkgs%2Fautorandr.git prepare for releasing 1.12.1-1 --- diff --git a/debian/changelog b/debian/changelog index af2b3da..f619128 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +autorandr (1.12.1-1) unstable; urgency=medium + + * New upstream releases + - Fixes deprecated distutils (Closes: #1010039) + + -- Don Armstrong Fri, 22 Apr 2022 16:55:54 -0700 + autorandr (1.11-1) unstable; urgency=medium * New upstream release diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index ee77c53..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -use_python3 diff --git a/debian/patches/use_python3 b/debian/patches/use_python3 deleted file mode 100644 index c5c93ab..0000000 --- a/debian/patches/use_python3 +++ /dev/null @@ -1,12 +0,0 @@ -Description: Debian specific patch to switch from python to python3 -Bug-Debian: https://bugs.debian.org/936170 -Author: Don Armstrong -Forwarded: not-needed ---- a/autorandr.py -+++ b/autorandr.py -@@ -1,4 +1,4 @@ --#!/usr/bin/env python -+#!/usr/bin/env python3 - # encoding: utf-8 - # - # autorandr.py