[Pkg-samba-maint] r1345 - trunk/talloc/debian
Jelmer Vernooij
ctrlsoft-guest at alioth.debian.org
Sun Apr 29 22:05:39 UTC 2007
Author: ctrlsoft-guest
Date: 2007-04-29 22:05:36 +0000 (Sun, 29 Apr 2007)
New Revision: 1345
Modified:
trunk/talloc/debian/rules
Log:
Simplify, run testsuite.
Modified: trunk/talloc/debian/rules
===================================================================
--- trunk/talloc/debian/rules 2007-04-29 21:47:49 UTC (rev 1344)
+++ trunk/talloc/debian/rules 2007-04-29 22:05:36 UTC (rev 1345)
@@ -28,6 +28,9 @@
build-stamp:
dh_testdir
$(MAKE) all
+ifeq (,$(findstring notest,$(DEB_BUILD_OPTIONS)))
+ ./testsuite
+endif
touch build-stamp
clean: clean-patched unpatch
@@ -51,19 +54,6 @@
# Build architecture-independent files here.
# Pass -i to all debhelper commands in this target to reduce clutter.
binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installdebconf
- dh_installdocs
- dh_installexamples
- dh_installchangelogs
- dh_link
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
# Build architecture-dependent files here.
# Pass -a to all debhelper commands in this target to reduce clutter.
More information about the Pkg-samba-maint
mailing list