[Pkg-ocaml-maint-commits] r4499 - in /trunk/packages/ocamlwc/trunk/debian: changelog rules

trurl-guest at users.alioth.debian.org trurl-guest at users.alioth.debian.org
Tue Sep 11 20:42:47 UTC 2007


Author: trurl-guest
Date: Tue Sep 11 20:42:47 2007
New Revision: 4499

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4499
Log:
prepare next release

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

Modified: trunk/packages/ocamlwc/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlwc/trunk/debian/changelog?rev=4499&op=diff
==============================================================================
--- trunk/packages/ocamlwc/trunk/debian/changelog (original)
+++ trunk/packages/ocamlwc/trunk/debian/changelog Tue Sep 11 20:42:47 2007
@@ -1,6 +1,10 @@
-ocamlwc (0.3-2) UNRELEASED; urgency=low
+ocamlwc (0.3-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Rebuild with OCaml 3.10.
+  * Avoid debian-rules-ignores-make-clean-error.
+  * Changed the XS-X-Vcs-Svn field name in debian/control to match the new
+    (official) name: XS-Vcs-Svn (Stefano Zacchiroli)
+  * Added the XS-Vcs-Browser field to debian/control (Stefano Zacchiroli).
   * Added debian/watch.
 
  -- Georg Neis <gn at oglaroon.de>  Thu,  4 Jan 2007 12:56:37 +0100

Modified: trunk/packages/ocamlwc/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlwc/trunk/debian/rules?rev=4499&op=diff
==============================================================================
--- trunk/packages/ocamlwc/trunk/debian/rules (original)
+++ trunk/packages/ocamlwc/trunk/debian/rules Tue Sep 11 20:42:47 2007
@@ -9,7 +9,7 @@
 clean: unpatch
 	dh_testdir
 	dh_testroot
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) clean
 	dh_clean config.cache config.status Makefile
 
 build: patch




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