r8633 - in /trunk/libjavascript-perl/debian: changelog rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Mon Oct 29 11:11:27 UTC 2007


Author: ntyni-guest
Date: Mon Oct 29 11:11:27 2007
New Revision: 8633

URL: http://svn.debian.org/wsvn/?sc=1&rev=8633
Log:
* Improve the 'clean' target to remove some build-time cruft.

Modified:
    trunk/libjavascript-perl/debian/changelog
    trunk/libjavascript-perl/debian/rules

Modified: trunk/libjavascript-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libjavascript-perl/debian/changelog?rev=8633&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/changelog (original)
+++ trunk/libjavascript-perl/debian/changelog Mon Oct 29 11:11:27 2007
@@ -31,8 +31,9 @@
   * Move '$(MAKE) test' to the build target.
   * Set JS_INC when running the tests to fix test failures in
     t/24-c-level-interrupt-handler.t.
+  * Improve the 'clean' target to remove some build-time cruft.
 
- -- Niko Tyni <ntyni at iki.fi>  Mon, 29 Oct 2007 11:15:53 +0200
+ -- Niko Tyni <ntyni at iki.fi>  Mon, 29 Oct 2007 11:20:04 +0200
 
 libjavascript-perl (0.55-3) unstable; urgency=low
 

Modified: trunk/libjavascript-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libjavascript-perl/debian/rules?rev=8633&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/rules (original)
+++ trunk/libjavascript-perl/debian/rules Mon Oct 29 11:11:27 2007
@@ -35,6 +35,9 @@
 	dh_testdir
 	dh_testroot
 	[ ! -f Makefile ] || $(MAKE) realclean
+	$(RM) JavaScript_Env.h
+	# this is cruft from Inline::C in t/24-c-level-interrupt-handler.t
+	$(RM) -r _Inline/
 	dh_clean build-stamp install-stamp
 
 install: install-stamp




More information about the Pkg-perl-cvs-commits mailing list