Fix dependency
This commit is contained in:
parent
53cda26412
commit
4ed79a196b
4
debian/control
vendored
4
debian/control
vendored
|
@ -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.
|
||||
|
|
2
debian/debhelper-build-stamp
vendored
2
debian/debhelper-build-stamp
vendored
|
@ -1,2 +0,0 @@
|
|||
taggedalgebraic0
|
||||
taggedalgebraic-dev
|
Loading…
Reference in a new issue