From 4ed79a196b356def49486d1d6353de788ca5db11 Mon Sep 17 00:00:00 2001 From: Henk Kalkwater Date: Tue, 2 Mar 2021 15:12:13 +0100 Subject: [PATCH] Fix dependency --- debian/control | 4 ++-- debian/debhelper-build-stamp | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 debian/debhelper-build-stamp diff --git a/debian/control b/debian/control index f9d4556..70c5ea6 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Package: libtaggedalgebraic0 Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} -Description: A generic "tagged union" implementation with transparent operator forwarding. +Description: Generic "tagged union" implementation with transparent operator forwarding. Implementation of a generic TaggedUnion type along with a TaggedAlgebraic type that forwards all methods and operators of the contained types using dynamic dispatch. @@ -20,7 +20,7 @@ Package: libtaggedalgebraic-dev Section: libdevel Architecture: any Multi-Arch: same -Depends: libtaggedalgebraic (= ${binary:Version}), ${misc:Depends} +Depends: libtaggedalgebraic0 (= ${binary:Version}), ${misc:Depends} Description: Development packages for libtaggedalgebraic0 Implementation of a generic TaggedUnion type along with a TaggedAlgebraic type that forwards all methods and operators of the contained types using dynamic dispatch. diff --git a/debian/debhelper-build-stamp b/debian/debhelper-build-stamp deleted file mode 100644 index 7723e56..0000000 --- a/debian/debhelper-build-stamp +++ /dev/null @@ -1,2 +0,0 @@ -taggedalgebraic0 -taggedalgebraic-dev