From bb3cc702421d13a850d4a0600828fd040d840b6a Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 16 Sep 2022 17:04:02 -0700 Subject: [PATCH] prepare for releasing 1.12.1-1 --- debian/changelog | 7 +++++++ debian/patches/series | 1 - debian/patches/use_python3 | 12 ------------ 3 files changed, 7 insertions(+), 13 deletions(-) delete mode 100644 debian/patches/series delete mode 100644 debian/patches/use_python3 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 -- 2.39.2