r38650 - in /trunk/libjavascript-perl: JavaScript_Env.h debian/changelog debian/rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jun 25 18:57:01 UTC 2009


Author: gregoa
Date: Thu Jun 25 18:56:55 2009
New Revision: 38650

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38650
Log:
debian/rules: remove JavaScript_Env.h in clean target.

Removed:
    trunk/libjavascript-perl/JavaScript_Env.h
Modified:
    trunk/libjavascript-perl/debian/changelog
    trunk/libjavascript-perl/debian/rules

Modified: trunk/libjavascript-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/debian/changelog?rev=38650&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/changelog (original)
+++ trunk/libjavascript-perl/debian/changelog Thu Jun 25 18:56:55 2009
@@ -7,6 +7,7 @@
   * debian/control: add missing comma in Build-Depends, thanks to Andrew
     Sayers for noticing (LP: #392210).
   * Set Standards-Version to 3.8.2 (no changes).
+  * debian/rules: remove JavaScript_Env.h in clean target.
 
  -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:34:40 +0000
 

Modified: trunk/libjavascript-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/debian/rules?rev=38650&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/rules (original)
+++ trunk/libjavascript-perl/debian/rules Thu Jun 25 18:56:55 2009
@@ -27,7 +27,6 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-	$(RM) JavaScript_Env.h
 	JS_INC=/usr/include/nspr/:/usr/include/mozjs/ JS_THREADSAFE=1 JS_ENABLE_E4X=1\
 		JS_UTF8=0 JS_FORCE=1 $(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS) -DMOZILLA_1_8_BRANCH=1" LD_RUN_PATH=""
@@ -38,6 +37,7 @@
 	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




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