Debian package: Rename library and development packages to reflect soname

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1946 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 6e7e2ef1
varnish (1.1.2-1) unstable; urgency=low
* New upstream release
* Renamed library and development packages to reflect sonames
-- Stig Sandbeck Mathisen <ssm@linpro.no> Wed, 12 Sep 2007 15:16:30 +0200
-- Stig Sandbeck Mathisen <ssm@fnord.no> Wed, 12 Sep 2007 16:05:22 +0200
varnish (1.1.1-1) unstable; urgency=low
......
......@@ -8,7 +8,7 @@ Standards-Version: 3.7.2
Package: varnish
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, gcc ( >= 3.3), libvarnish, libc6-dev | libc-dev
Depends: ${shlibs:Depends}, ${misc:Depends}, gcc ( >= 3.3), libc6-dev | libc-dev, adduser
Description: A state-of-the-art, high-performance HTTP accelerator
varnish is the server-side alternative to Squid, written primarily with
speed in mind, and with a look to implementing full ESI-support in
......@@ -21,26 +21,16 @@ Description: A state-of-the-art, high-performance HTTP accelerator
will take full advantage of the advanced I/O features offered by these
operating systems.
Package: libvarnish
Package: libvarnish0
Replaces: libvarnish
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Shared library for Varnish
Shared library for Varnish.
.
Varnish is the server-side alternative to Squid, written primarily
with speed in mind.
.
The goal of the Varnish project is to develop a state-of-the-art,
high-performance HTTP accelerator.
Description: Shared libraries for Varnish
Shared libraries for the Varnish HTTP accelerator.
Package: libvarnish-dev
Package: libvarnish0-dev
Replaces: libvarnish-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libvarnish
Depends: ${shlibs:Depends}, ${misc:Depends}, libvarnish0
Description: Shared library for Varnish
Development files for the Varnish library.
.
Varnish is the server-side alternative to Squid, written primarily
with speed in mind.
.
The goal of the Varnish project is to develop a state-of-the-art,
high-performance HTTP accelerator.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment