From a1728bd62af3c1c9e654ff3261cb86e63d8db073 Mon Sep 17 00:00:00 2001 From: Matthew Wall Date: Sun, 26 Apr 2020 08:25:23 -0400 Subject: [PATCH] virtual package did not work. attempting transitional package. --- pkg/debian/control.python2 | 10 ++++++++-- pkg/debian/control.python3 | 7 +++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/pkg/debian/control.python2 b/pkg/debian/control.python2 index 60b496c4..e733755d 100644 --- a/pkg/debian/control.python2 +++ b/pkg/debian/control.python2 @@ -6,14 +6,20 @@ Standards-Version: 3.9.2 Homepage: http://www.weewx.com Build-Depends: debhelper (>=8) +Package: weewx +Depends: python-weewx +Architecture: all +Description: weather software + Package: python-weewx Provides: weewx +Replaces: weewx (<<4.0.0-1~) +Breaks: weewx (<<4.0.0-1~) Priority: optional Architecture: all Pre-Depends: debconf Depends: - python (>=2.7), - python (<<3.0), + python (>=2.7), python (<<3.0), python-configobj(>=4.5), python-cheetah(>=2.0), python-imaging(>=1.1.6) | python-pil(>=5.1.0) | python-pillow(>=5.1.0), diff --git a/pkg/debian/control.python3 b/pkg/debian/control.python3 index 37662435..a5ee41bc 100644 --- a/pkg/debian/control.python3 +++ b/pkg/debian/control.python3 @@ -6,8 +6,15 @@ Standards-Version: 3.9.2 Homepage: http://www.weewx.com Build-Depends: debhelper (>=8) +Package: weewx +Depends: python-weewx +Architecture: all +Description: weather software + Package: python3-weewx Provides: weewx +Replaces: weewx (<<4.0.0-1~) +Breaks: weewx (<<4.0.0-1~) Priority: optional Architecture: all Pre-Depends: debconf