[Pkg-ocaml-maint-commits] r2641 - in /trunk/packages/debcheck/trunk/debian: patches/01Makefile.dpatch rules

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Mon Apr 24 15:29:36 UTC 2006


Author: treinen
Date: Mon Apr 24 15:29:34 2006
New Revision: 2641

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=2641
Log:
debcheck: proper cleanup

Modified:
    trunk/packages/debcheck/trunk/debian/patches/01Makefile.dpatch
    trunk/packages/debcheck/trunk/debian/rules

Modified: trunk/packages/debcheck/trunk/debian/patches/01Makefile.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/debcheck/trunk/debian/patches/01Makefile.dpatch?rev=2641&op=diff
==============================================================================
--- trunk/packages/debcheck/trunk/debian/patches/01Makefile.dpatch (original)
+++ trunk/packages/debcheck/trunk/debian/patches/01Makefile.dpatch Mon Apr 24 15:29:34 2006
@@ -7,8 +7,18 @@
 @DPATCH@
 diff -urNad trunk~/Makefile trunk/Makefile
 --- trunk~/Makefile	2006-04-17 21:53:39.000000000 +0200
-+++ trunk/Makefile	2006-04-18 18:43:44.000000000 +0200
-@@ -57,4 +57,4 @@
++++ trunk/Makefile	2006-04-21 10:12:45.000000000 +0200
+@@ -26,6 +26,9 @@
+ clean::
+ 	find . -regex ".*\\.\(cm[oix]\|o\)" | xargs rm -f
+ 
++distclean: clean
++	-rm debcheck rpmcheck
++
+ .SUFFIXES: .cmo .cmi .cmx .ml .mli .mly .mll .idl .o .c
+ 
+ .ml.cmx:
+@@ -57,4 +60,4 @@
  	$(OCAMLDEP) $(DEPFLAGS) $$i \
  	> .depend
  

Modified: trunk/packages/debcheck/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/debcheck/trunk/debian/rules?rev=2641&op=diff
==============================================================================
--- trunk/packages/debcheck/trunk/debian/rules (original)
+++ trunk/packages/debcheck/trunk/debian/rules Mon Apr 24 15:29:34 2006
@@ -21,7 +21,9 @@
 clean: unpatch 
 	dh_testdir
 	dh_testroot
-	-$(MAKE) clean
+#	-$(MAKE) distclean
+	$(MAKE) clean
+	-rm debcheck rpmcheck
 	dh_clean
 
 install: build




More information about the Pkg-ocaml-maint-commits mailing list