summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bbcf98a)
raw | patch | inline | side by side (parent: bbcf98a)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 26 Apr 2014 13:56:20 +0000 (15:56 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 26 Apr 2014 13:56:20 +0000 (15:56 +0200) |
Else, modules are installed into $HOME.
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index cd3df3e187213c3d0531095af06285f71d236b1f..26f49e74ec1cdc6d6480574725f33536e97c6d9d 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* debian/rules:
- Disable varnish for now; it does not work with varnish 4;
c.f. https://bugs.debian.org/745902 (Closes: #745894).
+ - Added INSTALL_BASE= to perl options; else, modules are installed
+ into $HOME.
* debian/control:
- Drop build dependency on libvarnishapi-dev.
diff --git a/debian/rules b/debian/rules
index 3f837c4f34f89768317631e547dbe6725589a5dd..044d8fc2a1d934cd35cddbb33b9cd376f26fe52f 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \
--mandir=\$${prefix}/share/man \
--localstatedir=/var --sysconfdir=/etc \
- --with-perl-bindings="INSTALLDIRS=vendor" \
+ --with-perl-bindings="INSTALLDIRS=vendor INSTALL_BASE=" \
--without-libstatgrab \
--without-included-ltdl \
--disable-static \