summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 7612e5a..9a00965 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Package: libsexp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: libsexp1 (= ${binary:Version}), ${misc:Depends}
+Depends: libsexp2 (= ${binary:Version}), ${misc:Depends}
Description: small fast s-expression library
This library is intended for developers who wish to manipulate (read,
parse, modify, and create) symbolic expressions (s-expressions) from C
@@ -22,7 +22,7 @@ Description: small fast s-expression library
This package contains the files needed to build programs using the
library.
-Package: libsexp1
+Package: libsexp2
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}