r44321 - /trunk/libembperl-perl/debian/rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Sep 19 18:51:57 UTC 2009


Author: gregoa
Date: Sat Sep 19 18:51:49 2009
New Revision: 44321

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44321
Log:
further improve d/rules

Modified:
    trunk/libembperl-perl/debian/rules

Modified: trunk/libembperl-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libembperl-perl/debian/rules?rev=44321&op=diff
==============================================================================
--- trunk/libembperl-perl/debian/rules (original)
+++ trunk/libembperl-perl/debian/rules Sat Sep 19 18:51:49 2009
@@ -37,7 +37,7 @@
    Intro IntroEmbperlObject SVN TipsAndTricks
 
 APACHE_HDR=$(shell $(APXS) -q INCLUDEDIR)
-APAHCE_SRC=$(shell $(APXS) -q LIBEXECDIR)
+APACHE_SRC=$(shell $(APXS) -q LIBEXECDIR)
 EPHTTPD=$(shell $(APXS) -q SBINDIR)/$(shell $(APXS) -q TARGET)
 
 %: %.pod
@@ -48,10 +48,11 @@
 	FORCEMP=0
 	dh_testdir
 	APACHE_HDR=$(APACHE_HDR) \
-	APACHE_SRC=$(APAHCE_SRC) \
+	APACHE_SRC=$(APACHE_SRC) \
 	EPHTTPD=$(EPHTTPD) \
 	FORCEMP1=$(FORCEMP) \
 	$(PERL) Makefile.PL $(DEBUG) INSTALLDIRS=vendor
+	touch $@
 
 build: build-stamp
 build-stamp: $(POD2TEXT) config-stamp $(QUILT_STAMPFN)
@@ -60,7 +61,8 @@
 	$(MAKE) -j1 TESTARGS="$(TESTARGS)" test
 	touch $@
 
-install: build
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k
@@ -85,6 +87,8 @@
 	install -m 644 debian/zembperl.conf debian/zembperl.load \
 	    debian/libembperl-perl/etc/apache2/mods-available/
 
+	touch $@
+
 clean: unpatch
 	dh_testdir
 	dh_testroot
@@ -102,7 +106,6 @@
 
 # Build architecture-dependent files here.
 binary-arch: build install
-#	dh_testversion
 	dh_testdir
 	dh_testroot
 	dh_installdocs
@@ -133,4 +136,4 @@
 
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: build clean binary-indep binary-arch binary install




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