[Pkg-xmpp-commits] [jabberd2] 05/05: Depend on libhttp-parser-dev to enable new websocket support.

Simon Josefsson jas at moszumanska.debian.org
Sun Nov 1 00:18:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

jas pushed a commit to branch master
in repository jabberd2.

commit 64d910739921765336230dadf95416fb33001741
Author: Simon Josefsson <simon at josefsson.org>
Date:   Sun Nov 1 01:08:53 2015 +0100

    Depend on libhttp-parser-dev to enable new websocket support.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 debian/rules     | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8e04832..1373988 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 jabberd2 (2.3.4-1) unstable; urgency=low
 
   * New upstream version.
+  * Depend on libhttp-parser-dev to enable new websocket support.
 
  -- Simon Josefsson <simon at josefsson.org>  Sun, 01 Nov 2015 00:38:57 +0100
 
diff --git a/debian/control b/debian/control
index 157d517..2042eea 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Willem van den Akker <wvdakker at wilsoft.nl>, Simon Josefsson <simon at jo
 Build-Depends: debhelper (>= 9), dh-systemd (>= 1.5), dh-autoreconf,
  libssl-dev, libgsasl7-dev (>= 1.4.0), libdb-dev, libpam0g-dev,
  libmysqlclient-dev, libpq-dev, libldap2-dev, libsqlite3-dev,
- libidn11-dev, libexpat1-dev, libudns-dev, check
+ libidn11-dev, libexpat1-dev, libudns-dev, libhttp-parser-dev, check
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-xmpp/jabberd2.git
 Vcs-Git: git://anonscm.debian.org/pkg-xmpp/jabberd2.git
diff --git a/debian/rules b/debian/rules
index 579fdba..ae6bac3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,7 @@ override_dh_auto_configure:
 		--enable-pipe \
 		--enable-anon \
 		--enable-fs \
+		--enable-websocket \
 		--without-subst
 
 override_dh_auto_install:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-xmpp/jabberd2.git



More information about the Pkg-xmpp-commits mailing list