[Pkg-mono-svn-commits] rev 2058 - non-group/nunit/trunk/debian

Jelmer Vernooij ctrlsoft-guest at costa.debian.org
Sun Oct 2 16:56:40 UTC 2005


Author: ctrlsoft-guest
Date: 2005-10-02 16:56:39 +0000 (Sun, 02 Oct 2005)
New Revision: 2058

Modified:
   non-group/nunit/trunk/debian/rules
Log:
Use debhelper dpatch fragment


Modified: non-group/nunit/trunk/debian/rules
===================================================================
--- non-group/nunit/trunk/debian/rules	2005-10-02 16:51:59 UTC (rev 2057)
+++ non-group/nunit/trunk/debian/rules	2005-10-02 16:56:39 UTC (rev 2058)
@@ -6,22 +6,16 @@
 export MONO_SHARED_DIR=$(CURDIR)
 NANT = nant
 
-patch: patch-stamp
-patch-stamp:
-	dpatch apply-all && touch patch-stamp
+# Include dpatch stuff.
+include /usr/share/dpatch/dpatch.make
 
-unpatch:
-	dpatch deapply-all
-	rm -rf patch-stamp debian/patched
-
-build: build-stamp
-build-stamp: patch-stamp
+build: patch build-stamp
+build-stamp:
 	dh_testdir
 	$(NANT) /f:nunit.build mono-1.0 release build
 	touch build-stamp
 
-clean: clean1 unpatch
-clean1:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	rm -rf build
@@ -67,5 +61,4 @@
 	dh_builddeb -i
 
 binary: binary-indep
-.PHONY: clean build binary-indep binary install \
-	patch unpatch clean1
+.PHONY: clean build binary-indep binary install




More information about the Pkg-mono-svn-commits mailing list