Fix dependency

This commit is contained in:
Chris Josten 2021-03-02 15:12:13 +01:00
parent 53cda26412
commit 4ed79a196b
2 changed files with 2 additions and 4 deletions

4
debian/control vendored
View File

@ -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.

View File

@ -1,2 +0,0 @@
taggedalgebraic0
taggedalgebraic-dev