From 069f8555d237066486047e113f58fff82d963b26 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 11 Dec 2020 22:29:25 +0000 Subject: [PATCH] Apply multi-arch hints. + libnexstar-dev, libnexstar0: Add Multi-Arch: same. Changes-By: apply-multiarch-hints --- debian/changelog | 7 +++++++ debian/control | 2 ++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 01ea2b1..02514ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libnexstar (0.15-2) UNRELEASED; urgency=medium + + * Apply multi-arch hints. + + libnexstar-dev, libnexstar0: Add Multi-Arch: same. + + -- Debian Janitor Fri, 11 Dec 2020 22:29:21 -0000 + libnexstar (0.15-1) unstable; urgency=medium * Initial release. (Closes: #819895) diff --git a/debian/control b/debian/control index 5a22d9c..fc2e897 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Homepage: https://sourceforge.net/projects/libnexstar Package: libnexstar0 Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} +Multi-Arch: same Description: Celestron/SkyWatcher telescope control shared library This library implements the serial commands supported by the Celestron NexStar hand control (HC) and SkyWatcher/Orion SynScan HC. This applies @@ -27,6 +28,7 @@ Package: libnexstar-dev Section: libdevel Architecture: any Depends: ${misc:Depends},libnexstar0 (= ${binary:Version}) +Multi-Arch: same Description: Celestron/SkyWatcher telescope control library development files This library implements the serial commands supported by the Celestron NexStar hand control (HC) and SkyWatcher/Orion SynScan HC. This applies -- GitLab