[libcatalyst-modules-perl] 01/01: fix custom build hooking point

Damyan Ivanov dmn at moszumanska.debian.org
Sun May 11 20:43:59 UTC 2014


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

dmn pushed a commit to branch dam-bundle-2.0
in repository libcatalyst-modules-perl.

commit 5d4709ad5700d78377431268ffad5c2c12bd077c
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sun May 11 20:43:46 2014 +0000

    fix custom build hooking point
    
    with dh_auto_build the package ends up empty
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index fedcab9..89b1521 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ override_dh_clean:
 	rm -rf build-area
 	rm -f unpack-stamp
 
-override_dh_auto_build: patch-stamp
+override_dh_auto_install: patch-stamp
 	DESTDIR=$(TMP) TEST_POD=0 debian/make-module.sh build
 
 patch: patch-stamp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatalyst-modules-perl.git



More information about the Pkg-perl-cvs-commits mailing list