[Pkg-mono-svn-commits] rev 2057 - non-group/ndoc/trunk

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


Author: ctrlsoft-guest
Date: 2005-10-02 16:51:59 +0000 (Sun, 02 Oct 2005)
New Revision: 2057

Modified:
   non-group/ndoc/trunk/install
   non-group/ndoc/trunk/rules
Log:
Use debhelper dpatch fragment
Fix paths


Modified: non-group/ndoc/trunk/install
===================================================================
--- non-group/ndoc/trunk/install	2005-10-02 16:47:27 UTC (rev 2056)
+++ non-group/ndoc/trunk/install	2005-10-02 16:51:59 UTC (rev 2057)
@@ -1,5 +1,5 @@
 debian/ndoc-console /usr/bin/
 doc/sdk /usr/share/doc/ndoc/html/
 examples/* /usr/share/doc/ndoc/examples
-bin/mono/1.0/*.dll /usr/lib/bin
-bin/mono/1.0/*.exe /usr/lib/bin
+bin/mono/1.0/*.dll /usr/lib/ndoc
+bin/mono/1.0/*.exe /usr/lib/ndoc

Modified: non-group/ndoc/trunk/rules
===================================================================
--- non-group/ndoc/trunk/rules	2005-10-02 16:47:27 UTC (rev 2056)
+++ non-group/ndoc/trunk/rules	2005-10-02 16:51:59 UTC (rev 2057)
@@ -5,24 +5,13 @@
 export MONO_SHARED_DIR=$(CURDIR)
 NANT = nant -t:mono-1.0
 
-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: patch build-stamp
 
-build: build-stamp
-build-stamp: patch-stamp
+clean: unpatch
 	dh_testdir
-	$(NANT) release compile-build
-	touch build-stamp
-
-clean: clean1 unpatch
-
-clean1: 
-	dh_testdir
 	dh_testroot
 	rm -rf build
 	$(NANT) clean-build-dir
@@ -60,4 +49,4 @@
 	dh_builddeb -i
 
 binary: binary-indep
-.PHONY: clean build binary-indep binary install clean1 unpatch patch
+.PHONY: clean build binary-indep binary install 




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