[master] d8b86e8 No systemd on our wheezy systems.

Lasse Karstensen lkarsten at varnish-software.com
Wed Dec 10 13:53:41 CET 2014


commit d8b86e8e72feafbf55998031bc1b7b3ff4b2c2d0
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Wed Dec 10 13:52:39 2014 +0100

    No systemd on our wheezy systems.
    
    That definitively did not work on our wheezy build
    servers.
    
    (also remove extra comma/typo in control)

diff --git a/control b/control
index 6cc69c2..88eb6a6 100644
--- a/control
+++ b/control
@@ -12,7 +12,6 @@ Build-Depends:
  autotools-dev,
  debhelper (>= 9),
  dh-autoreconf,
- dh-systemd,
  libedit-dev,
  libjemalloc-dev,
  libncurses-dev,
@@ -20,7 +19,7 @@ Build-Depends:
  libtool,
  pkg-config,
  python-docutils,
- python-sphinx,
+ python-sphinx
 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/
diff --git a/rules b/rules
index ebbacac..31f6842 100755
--- a/rules
+++ b/rules
@@ -26,7 +26,7 @@ VMOD_ABI = $(shell printf '\#include "vrt.h"\nvarnishabi- VRT_MAJOR_VERSION . VR
 
 # Main build rule, leave everything to debhelper
 %:
-	dh $@ --parallel --with=systemd,autoreconf
+	dh $@ --parallel with=autoreconf
 
 ifeq (,$(filter test,$(LOCAL_BUILD_OPTIONS)))
 # Disable automated build tests



More information about the varnish-commit mailing list