[Pkg-ocaml-maint-commits] r3898 - in /trunk/packages/ocamlweb/trunk/debian: changelog rules

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Wed Jul 4 17:58:07 UTC 2007


Author: treinen
Date: Wed Jul  4 17:58:06 2007
New Revision: 3898

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3898
Log:
ocamlweb 1.37-5 (for ocaml 3.10)

Modified:
    trunk/packages/ocamlweb/trunk/debian/changelog
    trunk/packages/ocamlweb/trunk/debian/rules

Modified: trunk/packages/ocamlweb/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlweb/trunk/debian/changelog?rev=3898&op=diff
==============================================================================
--- trunk/packages/ocamlweb/trunk/debian/changelog (original)
+++ trunk/packages/ocamlweb/trunk/debian/changelog Wed Jul  4 17:58:06 2007
@@ -1,3 +1,10 @@
+ocamlweb (1.37-5) experimental; urgency=low
+
+  * Rebuild for ocaml 3.10
+  * Do not ignore errors of "make clean" of "clean" target in debian/rules.
+
+ -- Ralf Treinen <treinen at debian.org>  Wed, 04 Jul 2007 19:51:27 +0200
+
 ocamlweb (1.37-4) unstable; urgency=low
 
   * Removed mechanism to build debian/control from debian/control.in

Modified: trunk/packages/ocamlweb/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlweb/trunk/debian/rules?rev=3898&op=diff
==============================================================================
--- trunk/packages/ocamlweb/trunk/debian/rules (original)
+++ trunk/packages/ocamlweb/trunk/debian/rules Wed Jul  4 17:58:06 2007
@@ -22,7 +22,7 @@
 clean: unpatch
 	dh_testdir
 	dh_testroot
-	-$(MAKE) dist-clean
+	if [ -e Makefile ]; then $(MAKE) dist-clean; fi
 	dh_clean
 
 install: build




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