debian/0000755000000000000000000000000011401517232007162 5ustar debian/control0000644000000000000000000000141211401516545010571 0ustar Source: jsdebugger Section: web Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Marcelo Jorge Vieira (metal) , Steve Kemp Build-Depends: debhelper (>= 7) Standards-Version: 3.8.4 Homepage: http://blog.jwchat.org/javascript-debug-logger/ Vcs-Browser: http://git.debian.org/?p=pkg-javascript/jsdebugger.git Vcs-Git: git://git.debian.org/git/pkg-javascript/jsdebugger.git Package: libjs-debugger Architecture: all Depends: ${misc:Depends} Recommends: javascript-common Description: a console logger for debugging JavaScript Is a simple JavaScript Debug Logger originally written for use with JWChat, but it should work with any other JavaScript based web application too. debian/changelog0000644000000000000000000000165711401517200011040 0ustar jsdebugger (0.5-4) unstable; urgency=low * Removed DM-Upload-Allowed field * Updated Standards-Version to 3.8.4 (no changes) * Changing my email for Debian address * Switch to dpkg-source 3.0 (quilt) format * Minimizing rules file -- Marcelo Jorge Vieira (metal) Wed, 02 Jun 2010 15:09:18 -0300 jsdebugger (0.5-3) unstable; urgency=low * Added watch file * Updated Standards-Version to 3.8.3 -- Marcelo Jorge Vieira (metal) Sun, 03 Jan 2010 21:11:14 -0200 jsdebugger (0.5-2) unstable; urgency=low [ Marcelo Jorge Vieira (metal) ] * Added DM-Upload-Allowed control field [ Daniel Baumann ] * Removing myself from uploaders. -- Daniel Baumann Wed, 26 Aug 2009 18:06:39 +0200 jsdebugger (0.5-1) unstable; urgency=low * Initial release (Closes: #503003) -- Marcelo Jorge Vieira (metal) Thu, 21 Oct 2008 15:27:00 +0300 debian/compat0000644000000000000000000000000211317135324010364 0ustar 7 debian/README.Debian0000644000000000000000000000100511317135324011223 0ustar jsdebugger for Debian -------------------------- In order to make use of jsdebugger in your html, include the following lines in your html header: [...] if (typeof console == 'undefined' || !console) { console = new Debugger(4,'HelloWorld'); console.start(); [...] console.log('foo has value: ' + foo, 2); } -- Marcelo Jorge Vieira (metal) Thu, 21 Oct 2008 15:28:00 +0300 debian/watch0000644000000000000000000000013511317135351010216 0ustar version=3 http://blog.jwchat.org/javascript-debug-logger/ \ /download/Debugger-(.*).tar.gz debian/source/0000755000000000000000000000000011401516665010473 5ustar debian/source/format0000644000000000000000000000001411401516665011701 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003511401517012010234 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000107511317135324011124 0ustar Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat Upstream-Name: JSDebugger Upstream-Maintainer: Stefan Strigler Upstream-Source: http://svn.jwchat.org/JSDebugger/trunk Files: * Copyright: (c) 2003-2007 Stefan Strigler License: GPL-2+ Files: debian/* Copyright: (C) 2008 Marcelo Jorge Vieira (metal) License: GPL-2+ License: GPL-2+ On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2' debian/install0000644000000000000000000000011411317135324010553 0ustar *.js /usr/share/javascript/debugger/ *.html /usr/share/javascript/debugger/