[Pkg-ocaml-maint-commits] r6007 - in /trunk/packages/facile/trunk/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu Oct 9 13:25:09 UTC 2008


Author: lool
Date: Thu Oct  9 13:25:09 2008
New Revision: 6007

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=6007
Log:
Call clean in examples/ manually as upstream's Makefile wont and cdbs
doesn't keep the patches applied when cleaning.

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

Modified: trunk/packages/facile/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/facile/trunk/debian/changelog?rev=6007&op=diff
==============================================================================
--- trunk/packages/facile/trunk/debian/changelog (original)
+++ trunk/packages/facile/trunk/debian/changelog Thu Oct  9 13:25:09 2008
@@ -1,3 +1,10 @@
+facile (1.1-6.3) UNRELEASED; urgency=low
+
+  * Call clean in examples/ manually as upstream's Makefile wont and cdbs
+    doesn't keep the patches applied when cleaning.
+
+ -- Loic Minier <lool at dooz.org>  Thu, 09 Oct 2008 15:20:00 +0200
+
 facile (1.1-6.2) unstable; urgency=low
 
   [ Stefano Zacchiroli ]

Modified: trunk/packages/facile/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/facile/trunk/debian/rules?rev=6007&op=diff
==============================================================================
--- trunk/packages/facile/trunk/debian/rules (original)
+++ trunk/packages/facile/trunk/debian/rules Thu Oct  9 13:25:09 2008
@@ -20,4 +20,5 @@
 clean::
 	# not cleaned upstream
 	rm -f config_Makefile
+	$(DEB_MAKE_INVOKE) -k -C examples clean
 




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