--- spidermonkey-1.7.0.orig/debian/rules +++ spidermonkey-1.7.0/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ +override_dh_auto_build: + cd src/ && JS_DIST=/usr make -f Makefile.ref +override_dh_install: + mkdir -p debian/spidermonkey/usr/include/js/ + mkdir -p debian/spidermonkey/usr/lib + cp src/*.h debian/spidermonkey/usr/include/js/ + cp src/*.tbl debian/spidermonkey/usr/include/js/ + cp src/Linux_All_DBG.OBJ/*.h debian/spidermonkey/usr/include/js/ + cp src/Linux_All_DBG.OBJ/*.so debian/spidermonkey/usr/lib/ + cp src/Linux_All_DBG.OBJ/*.a debian/spidermonkey/usr/lib/ + + --- spidermonkey-1.7.0.orig/debian/changelog +++ spidermonkey-1.7.0/debian/changelog @@ -0,0 +1,11 @@ +spidermonkey (1.7.0-2) unstable; urgency=low + + * Add missing header file + + -- Ben Webb Mon, 11 Jul 2011 23:16:05 +0000 + +spidermonkey (1.7.0-1) unstable; urgency=low + + * Initial Release. + + -- Ben Webb Fri, 08 Apr 2011 14:23:44 -0400 --- spidermonkey-1.7.0.orig/debian/control +++ spidermonkey-1.7.0/debian/control @@ -0,0 +1,15 @@ +Source: spidermonkey +Section: devel +Priority: extra +Maintainer: Ben Webb +Build-Depends: debhelper (>= 7.0.50~) +Standards-Version: 3.8.4 +Homepage: http://www.mozilla.org/js/spidermonkey + +Package: spidermonkey +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: SpiderMonkey is the code-name for the Mozilla's C implementation of JavaScript + SpiderMonkey is the code name for the first-ever JavaScript engine, + written by Brendan Eich at Netscape Communications, + later released as open source and now maintained by the Mozilla Foundation. --- spidermonkey-1.7.0.orig/debian/copyright +++ spidermonkey-1.7.0/debian/copyright @@ -0,0 +1,34 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Name: spidermonkey +Source: ftp://ftp.mozilla.org/pub/mozilla.org/js/ + +Files: * +Copyright: 1998-2010, Mozilla Project +License: MPL-1.1 or GPL-2 or LGPL-2.1 + +Files: debian/* +Copyright: 2011, Georgia Public Library Service + 2011, Ben Webb +License: MPL-1.1 or GPL-2+ or LGPL-2.1+ + +License: MPL-1.1 + The complete text of the Mozilla Public License can be found in + the `MPL' file in the same directory as this file. + +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. + . + On Debian GNU/Linux systems, the complete text of version 2 of the + General Public License can be found in `/usr/share/common-licenses/GPL-2'. + +License: LGPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 2.1, or (at your option) + any later version. + . + On Debian GNU/Linux systems, the complete text of version 2 of the + General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. --- spidermonkey-1.7.0.orig/debian/compat +++ spidermonkey-1.7.0/debian/compat @@ -0,0 +1 @@ +7