@@ -1,113 +1,5 @@
---- varnish-2.0.1.orig/debian/libvarnish-dev.dirs
-+++ varnish-2.0.1/debian/libvarnish-dev.dirs
-@@ -0,0 +1 @@
-+usr/lib
---- varnish-2.0.1.orig/debian/varnish.init
-+++ varnish-2.0.1/debian/varnish.init
-@@ -0,0 +1,80 @@
-+#! /bin/sh
-+
-+### BEGIN INIT INFO
-+# Provides: varnish
-+# Required-Start: $local_fs $remote_fs $network
-+# Required-Stop: $local_fs $remote_fs $network
-+# Default-Start: 2 3 4 5
-+# Default-Stop: 0 1 6
-+# Short-Description: Start HTTP accelerator
-+# Description: This script provides a server-side cache
-+# to be run in front of a httpd and should
-+# listen on port 80 on a properly configured
-+# system
-+### END INIT INFO
-+
-+# Source function library
-+. /lib/lsb/init-functions
-+
-+NAME=varnishd
-+DESC="HTTP accelerator"
-+PATH=/sbin:/bin:/usr/sbin:/usr/bin
-+DAEMON=/usr/sbin/varnishd
-+PIDFILE=/var/run/$NAME.pid
-+
-+test -x $DAEMON || exit 0
-+
-+# Include varnish defaults if available
-+if [ -f /etc/default/varnish ] ; then
-+ . /etc/default/varnish
-+fi
-+
-+# Open files (usually 1024, which is way too small for varnish)
-+ulimit -n ${NFILES:-131072}
-+
-+# Maxiumum locked memory size for shared memory log
-+ulimit -l ${MEMLOCK:-82000}
-+
-+# If $DAEMON_OPTS is not set at all in /etc/default/varnish, use minimal useful
-+# defaults (Backend at localhost:8080, a common place to put a locally
-+# installed application server.)
-+DAEMON_OPTS=${DAEMON_OPTS:--b localhost}
-+
-+case "$1" in
-+ start)
-+ output=$(/bin/tempfile -s.varnish)
-+ log_daemon_msg "Starting $DESC"
-+ log_progress_msg $NAME
-+ if start-stop-daemon \
-+ --start --quiet --pidfile ${PIDFILE} --exec ${DAEMON} -- \
-+ -P ${PIDFILE} ${DAEMON_OPTS} > ${output} 2>&1; then
-+ log_end_msg 0
-+ else
-+ log_end_msg 1
-+ cat $output
-+ exit 1
-+ fi
-+ rm $output
-+ ;;
-+ stop)
-+ log_daemon_msg "Stopping $DESC"
-+ log_progress_msg $NAME
-+ if start-stop-daemon \
-+ --stop --quiet --pidfile $PIDFILE --retry 10 \
-+ --exec $DAEMON; then
-+ log_end_msg 0
-+ else
-+ log_end_msg 1
-+ fi
-+ ;;
-+ restart|force-reload)
-+ $0 stop
-+ $0 start
-+ ;;
-+ *)
-+ log_success_msg "Usage: $0 {start|stop|restart|force-reload}"
-+ exit 1
-+ ;;
-+esac
-+
-+exit 0
---- varnish-2.0.1.orig/debian/varnish.varnishncsa.default
-+++ varnish-2.0.1/debian/varnish.varnishncsa.default
-@@ -0,0 +1,8 @@
-+# Configuration file for varnishncsa
-+#
-+# Uncomment this to enable logging for varnish. Please make sure you have
-+# enough disk space for significant amounts of log data. To disable logging,
-+# set the variable to "0", "no", or leave it unset.
-+#
-+# NCSA log format, to be used by HTTP log analyzers
-+# VARNISHNCSA_ENABLED=1
---- varnish-2.0.1.orig/debian/varnish.dirs
-+++ varnish-2.0.1/debian/varnish.dirs
-@@ -0,0 +1,7 @@
-+etc/varnish
-+etc/logrotate.d
-+usr/bin
-+usr/sbin
-+var/log
-+var/log/varnish
-+var/lib/varnish
---- varnish-2.0.1.orig/debian/varnish.logrotate
-+++ varnish-2.0.1/debian/varnish.logrotate
+--- varnish-2.0.4.orig/debian/varnish.logrotate
++++ varnish-2.0.4/debian/varnish.logrotate
@@ -0,0 +1,15 @@
+/var/log/varnish/varnish.log /var/log/varnish/varnishncsa.log {
+ daily
@@ -124,48 +16,27 @@
+ done
+ endscript
+}
---- varnish-2.0.1.orig/debian/Makefile.am
-+++ varnish-2.0.1/debian/Makefile.am
-@@ -0,0 +1,25 @@
-+# $Id: Makefile.am 2173 2007-10-28 18:43:24Z des $
-+
-+EXTRA_DIST = \
-+ README.Debian \
-+ changelog \
-+ compat \
-+ control \
-+ copyright \
-+ libvarnish0-dev.dirs \
-+ libvarnish0-dev.install \
-+ libvarnish0.dirs \
-+ libvarnish0.install \
-+ lintian-override \
-+ rules \
-+ varnish.default \
-+ varnish.dirs \
-+ varnish.examples \
-+ varnish.init \
-+ varnish.install \
-+ varnish.logrotate \
-+ varnish.manpages \
-+ varnish.postinst \
-+ varnish.postrm \
-+ varnish.varnishlog.init \
-+ watch
---- varnish-2.0.1.orig/debian/varnish.varnishlog.default
-+++ varnish-2.0.1/debian/varnish.varnishlog.default
-@@ -0,0 +1,8 @@
-+# Configuration file for varnishlog
-+#
-+# Uncomment this to enable logging for varnish. Please make sure you have
-+# enough disk space for significant amounts of log data. To disable logging,
-+# set the variable to "0", "no", or leave it unset.
-+#
-+# Varnish log format, to be used by "varnishlog" or "varnishncsa"
-+# VARNISHLOG_ENABLED=1
---- varnish-2.0.1.orig/debian/copyright
-+++ varnish-2.0.1/debian/copyright
-@@ -0,0 +1,43 @@
+--- varnish-2.0.4.orig/debian/varnish.install
++++ varnish-2.0.4/debian/varnish.install
+@@ -0,0 +1,2 @@
++usr/bin
++usr/sbin
+--- varnish-2.0.4.orig/debian/varnish.manpages
++++ varnish-2.0.4/debian/varnish.manpages
+@@ -0,0 +1,10 @@
++bin/varnishtest/varnishtest.1
++bin/varnishncsa/varnishncsa.1
++bin/varnishhist/varnishhist.1
++bin/varnishstat/varnishstat.1
++bin/varnishreplay/varnishreplay.1
++bin/varnishadm/varnishadm.1
++bin/varnishlog/varnishlog.1
++bin/varnishtop/varnishtop.1
++bin/varnishd/varnishd.1
++man/vcl.7
+--- varnish-2.0.4.orig/debian/copyright
++++ varnish-2.0.4/debian/copyright
+@@ -0,0 +1,45 @@
+This package was debianized by Lars Bahner <bahner@debian.org> on
+Fri, 6 Oct 2006 16:26:57 +0200.
+
@@ -206,256 +77,454 @@
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
+
-+The Debian packaging is (C) 2006, Lars Bahner <bahner@debian.org> and
-+is licensed under the GPL version 2. The full text of which can be found
-+in the file /usr/share/common-licenses/GPL-2 on this system.
---- varnish-2.0.1.orig/debian/watch
-+++ varnish-2.0.1/debian/watch
-@@ -0,0 +1,4 @@
-+version=3
-+
-+# New versions of Varnish are available at SourceForge
-+http://sf.net/varnish/varnish-(.*)\.tar\.gz
|
@@ -5,28 +5,28 @@
Source: varnish
Binary: varnish, libvarnish1, libvarnish-dev
Architecture: any
-Version: 2.0.1-1
+Version: 2.0.4-2
Maintainer: Stig Sandbeck Mathisen <ssm@debian.org>
Uploaders: Lars Bahner <bahner@debian.org>, Fabio Tranchitella <kobold@debian.org>
Homepage: http://varnish.projects.linpro.no/
-Standards-Version: 3.8.0
-Vcs-Browser: http://varnish.projects.linpro.no/browser/trunk/varnish-cache
-Vcs-Svn: http://varnish.projects.linpro.no/svn/trunk/varnish-cache
-Build-Depends: debhelper (>= 5), autotools-dev, automake1.9, libtool, autoconf, libncurses-dev, xsltproc, groff-base
+Standards-Version: 3.8.1
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-varnish/packages/varnish/
+Vcs-Svn: svn://svn.debian.org/pkg-varnish/packages/varnish
+Build-Depends: debhelper (>= 5), autotools-dev, automake1.9, libtool, autoconf, libncurses-dev, xsltproc, groff-base, quilt
Checksums-Sha1:
- 676f2acfa4a4658920d0361d8c5b5892a83f885a 374674 varnish_2.0.1.orig.tar.gz
- e2d292bf21762618d271b18602195ace7569084a 8224 varnish_2.0.1-1.diff.gz
+ 7a7b1ce657b64c89025d61983b84d6ebf88dfbb2 786945 varnish_2.0.4.orig.tar.gz
+ f57f76cf3222a7e537a9468608e86b5a2cee4b97 11174 varnish_2.0.4-2.diff.gz
Checksums-Sha256:
- 1f9e4ef99f9099063ed909cff070433d54b0314f0b24ad55d1e309297d0885a4 374674 varnish_2.0.1.orig.tar.gz
- b80067a1ecbf53d9ca3599f3d5a25b3d69b9b47c7f9a5fccc06e9aa738a34e4b 8224 varnish_2.0.1-1.diff.gz
+ 7ee6c66cdafda86a9d32169e5b773c57ba05e1f556b5c99585964e8f2985ae3e 786945 varnish_2.0.4.orig.tar.gz
+ 5dc2f950ca8e42f4c7a8f9ec19d67b8704e3eec739daa6a505cb650cf80ef4b8 11174 varnish_2.0.4-2.diff.gz
Files:
- 6d6ffd553959e844eef9a571f648ea10 374674 varnish_2.0.1.orig.tar.gz
- 624ae0288c0aef004b3d5990b943c211 8224 varnish_2.0.1-1.diff.gz
+ 8044d59cb6d2ec6d09b7ae6033f06bbf 786945 varnish_2.0.4.orig.tar.gz
+ d00c49b8b20c4c6ce9125cf03ad155ac 11174 varnish_2.0.4-2.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
-iEYEARECAAYFAkj45voACgkQQONU2fom4u6I3QCfcSNOPiCejPFrfzyngT/dRSMk
-npkAniG8MplTilvYpRq3X6bu1sv42Gq6
-=yMH4
+iEYEARECAAYFAkov68kACgkQQONU2fom4u7AwQCdGgIMk0ldaRp9s7cxCm0YjA/Y
+C64An3hGUUN4Rwgkue68gUwSQY+sCqew
+=KS1J
-----END PGP SIGNATURE-----
|