From edb2f7f4a386c9fe61283be3cf11e5b9fda2e7d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 24 Jan 2016 07:14:00 +0100 Subject: New upstream release --- debian/control | 42 ++++++++++++++++++++++++++++++++++-------- 1 file changed, 34 insertions(+), 8 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index f12504c..127ea28 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - libicap0 (= ${binary:Version}) + libicap1 (= ${binary:Version}) Description: ICAP server (RFC 3507) implementation in C++ The main goal of this project is to create an ICAP server (RFC 3507) implementation in C++ to use the power of object oriented programming. @@ -67,7 +67,7 @@ Section: libdevel Architecture: any Multi-Arch: same Depends: - libicap0 (= ${binary:Version}), + libicap1 (= ${binary:Version}), ${misc:Depends} Suggests: bitz-server-doc Description: ICAP server (RFC 3507) implementation in C++ (development files) @@ -87,9 +87,11 @@ Description: ICAP server (RFC 3507) implementation in C++ (development files) . This package holds the development files. -Package: libicap0 +Package: libicap1 Architecture: any Multi-Arch: same +Replaces: libicab0 (<< 1.0.0-1) +Breaks: libicab0 (<< 1.0.0-1) Depends: ${shlibs:Depends}, ${misc:Depends} @@ -116,7 +118,7 @@ Package: bitz-server-dbg Architecture: any Section: debug Priority: extra -Depends: +Depends: ${misc:Depends}, bitz-server (= ${binary:Version}) Description: ICAP server (RFC 3507) implementation in C++ (server debug symbols) @@ -136,14 +138,16 @@ Description: ICAP server (RFC 3507) implementation in C++ (server debug symbols) . This package holds the debug symbols for bitz-server. -Package: libicap0-dbg +Package: libicap1-dbg Architecture: any Multi-Arch: same Section: debug Priority: extra -Depends: +Replaces: libicab0-dbg (<< 1.0.0-1) +Breaks: libicab0-dbg (<< 1.0.0-1) +Depends: ${misc:Depends}, - libicap0 (= ${binary:Version}) + libicap1 (= ${binary:Version}) Description: ICAP server (RFC 3507) implementation in C++ (library debug symbols) The main goal of this project is to create an ICAP server (RFC 3507) implementation in C++ to use the power of object oriented programming. @@ -159,4 +163,26 @@ Description: ICAP server (RFC 3507) implementation in C++ (library debug symbols (and faster to implement) such modules there is hope to exploit Python programming language. . - This package holds the debug symbols for libicap0. + This package holds the debug symbols for libicap1. + +Package: libicap0 +Architecture: all +Section: oldlibs +Priority: extra +Depends: + libicab1 (>= 1.0.0-1), + ${misc:Depends} +Description: transitional dummy package (new libicap0) + This is a transitional dummy package. It can safely be removed. + The new package is now libicap1. + +Package: libicap0-dbg +Architecture: all +Section: oldlibs +Priority: extra +Depends: + libicab1-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. + The new package is now libicap1-dbg. -- cgit v1.2.3