Scrub Obsolete - xwiimote

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 8f8d4c7..12421fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,18 @@ xwiimote (2-5) UNRELEASED; urgency=medium
 
   * Apply multi-arch hints.
     + libxwiimote-dev: Add Multi-Arch: same.
+  * Remove constraints unnecessary since buster (oldstable):
+    + Build-Depends: Replace dependency on transitional package libncurses5-dev
+      with replacement libtinfo6 (= 6.1+20181013-2+deb10u2), libncurses-dev (=
+      6.1+20181013-2+deb10u2).
+    + xwiimote: Drop conflict with removed package libxwiimote2 (<< 2-2) in
+      Replaces.
+    + xwiimote: Drop conflict with removed package libxwiimote2 (<< 2-2) in
+      Breaks.
+    + libxwiimote-dev: Drop conflict with removed package libxwiimote2 (<< 2-2)
+      in Replaces.
+    + libxwiimote-dev: Drop conflict with removed package libxwiimote2 (<< 2-2)
+      in Breaks.
 
  -- Debian Janitor <janitor@jelmer.uk>  Sat, 21 Aug 2021 22:16:56 -0000
 
diff --git a/debian/control b/debian/control
index 2863a91..d08dcfa 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
 Build-Depends: debhelper-compat (= 13),
-	libncurses5-dev, libudev-dev, pkg-config
+	libtinfo6 (= 6.1+20181013-2+deb10u2), libncurses-dev (= 6.1+20181013-2+deb10u2), libudev-dev, pkg-config
 Standards-Version: 4.5.0
 Homepage: https://github.com/dvdhrm/xwiimote
 Vcs-Git: https://salsa.debian.org/debian/xwiimote.git
@@ -12,8 +12,8 @@ Vcs-Browser: https://salsa.debian.org/debian/xwiimote
 Package: xwiimote
 Architecture: linux-any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Breaks: libxwiimote2 (<< 2-2), libxwiimote1
-Replaces: libxwiimote2 (<< 2-2), libxwiimote1
+Breaks: libxwiimote1
+Replaces: libxwiimote1
 Description: Nintendo Wii Remote Linux Device Driver Tools
  This provides tools related to the open source Nintendo Wii
  Remote linux device driver.
@@ -36,8 +36,6 @@ Package: libxwiimote-dev
 Section: libdevel
 Architecture: linux-any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxwiimote2 (= ${binary:Version}), libudev-dev
-Breaks: libxwiimote2 (<< 2-2)
-Replaces: libxwiimote2 (<< 2-2)
 Multi-Arch: same
 Description: xwiimote library - development
  This package contains the header and development files needed to build

Run locally

More details

Full run details

Historical runs