[Pkg-ocaml-maint-commits] r5265 - in /trunk/packages/ocamlodbc/trunk/debian: changelog rules

glondu-guest at users.alioth.debian.org glondu-guest at users.alioth.debian.org
Mon Mar 3 10:28:53 UTC 2008


Author: glondu-guest
Date: Mon Mar  3 10:28:53 2008
New Revision: 5265

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5265
Log:
Fix FTBFS if build twice in a row (Closes: #442691)

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

Modified: trunk/packages/ocamlodbc/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlodbc/trunk/debian/changelog?rev=5265&op=diff
==============================================================================
--- trunk/packages/ocamlodbc/trunk/debian/changelog (original)
+++ trunk/packages/ocamlodbc/trunk/debian/changelog Mon Mar  3 10:28:53 2008
@@ -1,8 +1,12 @@
 ocamlodbc (2.15-3) UNRELEASED; urgency=low
 
+  [ Stefano Zacchiroli ]
   * fix vcs-svn field to point just above the debian/ dir
 
- -- Stefano Zacchiroli <zack at debian.org>  Mon, 31 Dec 2007 16:50:10 +0100
+  [ Stephane Glondu ]
+  * Fix FTBFS if build twice in a row (Closes: #442691)
+
+ -- Stephane Glondu <steph at glondu.net>  Mon, 03 Mar 2008 11:26:17 +0100
 
 ocamlodbc (2.15-2) unstable; urgency=low
 
@@ -124,4 +128,3 @@
   * Initial Release.  Closes: #234740.
 
  -- John Goerzen <jgoerzen at complete.org>  Wed, 25 Feb 2004 09:51:15 -0600
-

Modified: trunk/packages/ocamlodbc/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocamlodbc/trunk/debian/rules?rev=5265&op=diff
==============================================================================
--- trunk/packages/ocamlodbc/trunk/debian/rules (original)
+++ trunk/packages/ocamlodbc/trunk/debian/rules Mon Mar  3 10:28:53 2008
@@ -53,8 +53,8 @@
 	dh_testroot
 	rm -f build-stamp
 
-	[ ! -f master.Makefile ] || $(MAKE) clean_all
 	[ ! -f master.Makefile ] || $(MAKE) distclean
+	-rm .depend
 	-rm -rf unixodbc html
 
 	dh_clean




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