]> err.no Git - varnish/commitdiff
Debian package: Rename library and development packages to reflect soname
authorssm <ssm@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 12 Sep 2007 14:31:22 +0000 (14:31 +0000)
committerssm <ssm@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 12 Sep 2007 14:31:22 +0000 (14:31 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1946 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/debian/changelog
varnish-cache/debian/control
varnish-cache/debian/libvarnish0-dev.dirs [moved from varnish-cache/debian/libvarnish-dev.dirs with 100% similarity]
varnish-cache/debian/libvarnish0-dev.install [moved from varnish-cache/debian/libvarnish-dev.install with 100% similarity]
varnish-cache/debian/libvarnish0.dirs [moved from varnish-cache/debian/libvarnish.dirs with 100% similarity]
varnish-cache/debian/libvarnish0.install [moved from varnish-cache/debian/libvarnish.install with 100% similarity]

index 1a6b7616b64097f658626d8bcda733f0975841b1..74afdf80daeadaeda164cc37f2343979ed9946f1 100644 (file)
@@ -1,8 +1,9 @@
 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
 
index 70fbbeee269bec9f0961ddf2a0021ad103e52ef4..3969c8b57980329d1eea71bdbe01ee84d4f83f1a 100644 (file)
@@ -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.