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