Commit 7b1be824 authored by Lasse Karstensen's avatar Lasse Karstensen Committed by Tollef Fog Heen

Basic package creation works

parent 21eae9f8
Source: libvmod-example
Source: varnish-vmod-example
Section: web
Priority: extra
Maintainer: Lasse Karstensen <lasse@varnish-software.com>
Build-Depends: debhelper (>= 7)
Build-Depends: debhelper (>= 7), build-essential, python-docutils
Standards-Version: 3.8.1
Vcs-Git: git://github.com/varnish/libvmod-example.git
Package: varnish-vmod-example
Architecture: all
Depends: varnish
#libproc-daemon-perl, libfile-pid-perl, liblog-dispatch-perl, libio-socket-ssl-perl, liblog-log4perl-perl, libdigest-sha-perl, libwww-perl, libconfig-simple-perl, ${perl:Depends}, ${misc:Depends}
Depends: varnish, ${misc:Depends}
Description: Example vmod for Varnish
#!/usr/bin/make -f
export DH_VERBOSE=1
VARNISHSRC=/home/lkarsten/work/varnish-cache-3.0
override_dh_auto_configure:
dh_testdir
aclocal -I m4
libtoolize --copy --force
autoheader
automake --add-missing --copy --foreign
autoconf
./configure VARNISHSRC=$(VARNISHSRC) --prefix=/usr
%:
dh $@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment