diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-02-09 22:01:02 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-02-09 22:01:02 +0100 |
commit | d367686ac28569046826ad55a99a8314734c84c4 (patch) | |
tree | bcd3780bb1f0145e90759fbbf75bfc7eece83b77 /debian | |
parent | bdc5038d35fa6608315a8ceaa17344e934199a4f (diff) |
d/control: typo
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 12 |
2 files changed, 7 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index a0d7861..69bebf6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ bitz-server (1.0.0-1) unstable; urgency=medium - bump version to 4 (no changes required). * debian/control: - Change VCS-Browser to secure uri. + - Correct typo. * New debian/patches/0600-man_page_spelling.patch. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 30 Jan 2016 22:08:27 +0100 diff --git a/debian/control b/debian/control index 3a6fe36..6a57f09 100644 --- a/debian/control +++ b/debian/control @@ -90,8 +90,8 @@ Description: ICAP server (RFC 3507) implementation in C++ (development files) Package: libicap1 Architecture: any Multi-Arch: same -Replaces: libicab0 (<< 1.0.0-1) -Breaks: libicab0 (<< 1.0.0-1) +Replaces: libicap0 (<< 1.0.0-1) +Breaks: libicap0 (<< 1.0.0-1) Depends: ${shlibs:Depends}, ${misc:Depends} @@ -143,8 +143,8 @@ Architecture: any Multi-Arch: same Section: debug Priority: extra -Replaces: libicab0-dbg (<< 1.0.0-1) -Breaks: libicab0-dbg (<< 1.0.0-1) +Replaces: libicap0-dbg (<< 1.0.0-1) +Breaks: libicap0-dbg (<< 1.0.0-1) Depends: ${misc:Depends}, libicap1 (= ${binary:Version}) @@ -170,7 +170,7 @@ Architecture: all Section: oldlibs Priority: extra Depends: - libicab1 (>= 1.0.0-1), + libicap1 (>= 1.0.0-1), ${misc:Depends} Description: transitional dummy package (new libicap0) This is a transitional dummy package. It can safely be removed. @@ -181,7 +181,7 @@ Architecture: all Section: oldlibs Priority: extra Depends: - libicab1-dbg (>= 1.0.0-1), + libicap1-dbg (>= 1.0.0-1), ${misc:Depends} Description: transitional dummy package (new libicap0-dbg) This is a transitional dummy package. It can safely be removed. |