BBlack has uploaded a new change for review. https://gerrit.wikimedia.org/r/99403
Change subject: varnish (3.0.3plus~rc1-wm23) precise; urgency=low ...................................................................... varnish (3.0.3plus~rc1-wm23) precise; urgency=low * Use external, up-to-date jemalloc -- Brandon Black <[email protected]> Thu, 05 Dec 2013 13:38:33 +0000 Change-Id: I1b75f6bec8816b560d86b2ecee453597f58a2f51 --- M debian/changelog M debian/control 2 files changed, 8 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/debs/varnish refs/changes/03/99403/1 diff --git a/debian/changelog b/debian/changelog index c3aac19..22ccd2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +varnish (3.0.3plus~rc1-wm23) precise; urgency=low + + * Use external, up-to-date jemalloc + + -- Brandon Black <[email protected]> Thu, 05 Dec 2013 13:38:33 +0000 + varnish (3.0.3plus~rc1-wm19) precise; urgency=low * Update netmapper to 553fa29a diff --git a/debian/control b/debian/control index 3440946..16309db 100644 --- a/debian/control +++ b/debian/control @@ -22,6 +22,7 @@ xsltproc, libjansson-dev, liburcu-dev, + libjemalloc-dev (>= 3.4.1), Vcs-Browser: http://git.debian.org/?p=pkg-varnish/pkg-varnish.git;a=summary Vcs-Git: git://git.debian.org/pkg-varnish/pkg-varnish.git Homepage: http://varnish-cache.org/ @@ -29,7 +30,7 @@ Package: varnish Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, gcc ( >= 3.3), libc6-dev | libc6.1-dev | libc-dev, adduser, libjansson4, liburcu1 +Depends: ${shlibs:Depends}, ${misc:Depends}, gcc ( >= 3.3), libc6-dev | libc6.1-dev | libc-dev, adduser Suggests: varnish-doc Replaces: libvarnishapi1 (<< 3.0.0-5) Description: state of the art, high-performance web accelerator -- To view, visit https://gerrit.wikimedia.org/r/99403 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1b75f6bec8816b560d86b2ecee453597f58a2f51 Gerrit-PatchSet: 1 Gerrit-Project: operations/debs/varnish Gerrit-Branch: testing/3.0.3plus-rc1 Gerrit-Owner: BBlack <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
