[Pkg-ocaml-maint-commits] r4665 - in /trunk/packages/felix/trunk/debian: changelog rules
mfurr at users.alioth.debian.org
mfurr at users.alioth.debian.org
Mon Oct 29 21:28:41 UTC 2007
Author: mfurr
Date: Mon Oct 29 21:28:41 2007
New Revision: 4665
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4665
Log:
double build fix
Modified:
trunk/packages/felix/trunk/debian/changelog
trunk/packages/felix/trunk/debian/rules
Modified: trunk/packages/felix/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/felix/trunk/debian/changelog?rev=4665&op=diff
==============================================================================
--- trunk/packages/felix/trunk/debian/changelog (original)
+++ trunk/packages/felix/trunk/debian/changelog Mon Oct 29 21:28:41 2007
@@ -1,3 +1,9 @@
+felix (1.1.3-3) unstable; urgency=low
+
+ * Fix clean rule to fully clean up the build (Closes: 424252)
+
+ -- Mike Furr <mfurr at debian.org> Mon, 29 Oct 2007 17:28:06 -0400
+
felix (1.1.3-2) unstable; urgency=low
* Rebuild and update deps for 3.10.0
Modified: trunk/packages/felix/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/felix/trunk/debian/rules?rev=4665&op=diff
==============================================================================
--- trunk/packages/felix/trunk/debian/rules (original)
+++ trunk/packages/felix/trunk/debian/rules Mon Oct 29 21:28:41 2007
@@ -56,6 +56,7 @@
dh_testroot
rm -f build-stamp config-stamp
-$(MAKE) distclean
+ rm -f a.out flxlib.cmxa flxlib.a hostlib/libelk_host_static.a
dh_clean
install: build
More information about the Pkg-ocaml-maint-commits
mailing list