[Pkg-ocaml-maint-commits] r4245 - in /trunk/packages/gmetadom/trunk/debian: changelog rules

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sat Sep 1 12:07:21 UTC 2007


Author: zack
Date: Sat Sep  1 12:07:21 2007
New Revision: 4245

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4245
Log:
* debian/rules
  - clean using 'clean' target rather than 'distclean', fix FTBFS when
    building twice in a row (closes: #424331)

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

Modified: trunk/packages/gmetadom/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/gmetadom/trunk/debian/changelog?rev=4245&op=diff
==============================================================================
--- trunk/packages/gmetadom/trunk/debian/changelog (original)
+++ trunk/packages/gmetadom/trunk/debian/changelog Sat Sep  1 12:07:21 2007
@@ -1,6 +1,8 @@
 gmetadom (0.2.5-3) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * debian/rules
+    - clean using 'clean' target rather than 'distclean', fix FTBFS when
+      building twice in a row (closes: #424331)
 
  -- Stefano Zacchiroli <zack at debian.org>  Mon, 16 Jul 2007 13:40:34 +0000
 

Modified: trunk/packages/gmetadom/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/gmetadom/trunk/debian/rules?rev=4245&op=diff
==============================================================================
--- trunk/packages/gmetadom/trunk/debian/rules (original)
+++ trunk/packages/gmetadom/trunk/debian/rules Sat Sep  1 12:07:21 2007
@@ -5,6 +5,7 @@
 include /usr/share/cdbs/1/class/ocaml.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS = --with-modules="gdome_cpp_smart gdome_caml"
+DEB_MAKE_CLEAN_TARGET = clean
 
 common-binary-post-install-arch::
 	-find debian/ -type f -size 0 -exec rm {} \;




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