[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: r32759 - in /trunk/libjavascript-perl: JavaScript_Env.h debian/changelog debian/compat debian/control



On Wed, 08 Apr 2009 15:15:17 +0300, Peter Pentchev wrote:

> > Modified: trunk/libjavascript-perl/JavaScript_Env.h
> > URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/JavaScript_Env.h?rev=32759&op=diff
> > ==============================================================================
> > --- trunk/libjavascript-perl/JavaScript_Env.h (original)
> > +++ trunk/libjavascript-perl/JavaScript_Env.h Wed Apr  8 09:00:44 2009
> > @@ -4,6 +4,9 @@
> >  #define __JAVASCRIPT_ENV_H__
> >  
> >  #define XP_UNIX
> > +#define INCLUDES_IN_MOZJS
> > +#define JS_THREADSAFE
> > +#define JS_ENABLE_E4X
> >  
> >  #include <jsapi.h>
> >  #include <jsdbgapi.h>
> > @@ -12,5 +15,6 @@
> >  #include <jsobj.h>
> >  #include <jsprf.h>
> >  #include <jsscope.h>
> > +#include <jsxml.h>
> >  
> >  #endif
> 
> ...was this part on purpose, or did it just sneak in? :)

That's the result of r32758:

Index: debian/rules
===================================================================
--- debian/rules        (revision 32757)
+++ debian/rules        (revision 32758)
@@ -37,7 +37,7 @@
        dh_testdir
        dh_testroot
        [ ! -f Makefile ] || $(MAKE) realclean
-       $(RM) JavaScript_Env.h
+#      $(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

------------------------------------------------------------------------
r32758 | eloy | 2009-04-08 10:57:16 +0200 (Wed, 08 Apr 2009) | 1 line

do not delete JavaScript_Env.h


Since JavaScript_Env.h is created in Makefile.PL probably rm'ing it
in debian/rule's clean target was a good idea ...

Cheers,
gregor 
-- 
 .''`.   Home: http://info.comodo.priv.at/{,blog/} / GPG Key ID: 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT, SPI Inc., fellow of FSFE | http://got.to/quote/
   `-    NP: Steppenwolf: The Ostrich

Attachment: signature.asc
Description: Digital signature


Reply to: