From c6872948f3948b41e5a759f3f7db0834eafcf820 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 20 Jan 2021 09:00:34 +0000 Subject: [PATCH] Accepting request 861420 from home:nickbrown:branches:openSUSE:Tools Fixes https://github.com/openSUSE/osc/issues/888 Ultimately debtransform needs updated to cope requirements more recent versions of dpkg. (It's weird that .dsc files is needed as well as debian.control, from which is it's generated. It would be far better if OBS could do it dependencies/build using debian.control and .dsc could be omitted. But that's a separate issue) OBS-URL: https://build.opensuse.org/request/show/861420 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=344 --- debian.changelog | 2 +- debian.compat | 2 +- debian.control | 2 +- osc.dsc | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian.changelog b/debian.changelog index f9fa667..defa4c2 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.171.0) unstable; urgency=low +osc (0.171.0-1) unstable; urgency=low - Package for Python3 -- Nick Brown Wed, 30 Jan 2020 14:49:30 +0000 diff --git a/debian.compat b/debian.compat index ec63514..f599e28 100644 --- a/debian.compat +++ b/debian.compat @@ -1 +1 @@ -9 +10 diff --git a/debian.control b/debian.control index 2fbe306..69b96b2 100644 --- a/debian.control +++ b/debian.control @@ -1,7 +1,7 @@ Source: osc Priority: extra Maintainer: Adrian Schroeter , Rene Engelhard -Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools +Build-Depends: debhelper (>= 10), dh-python, python3-all, python3-setuptools Standards-Version: 3.7.1 Section: devel diff --git a/osc.dsc b/osc.dsc index db3494f..dbfdfe9 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,8 +1,8 @@ Format: 1.0 Source: osc -Version: 0.171.0 +Version: 0.171.0-1 Binary: osc Maintainer: Adrian Schroeter Architecture: any Standards-Version: 3.7.1 -Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools +Build-Depends: debhelper (>= 10), dh-python, python3-all, python3-setuptools