[go: up one dir, main page]

File: control

package info (click to toggle)
firebug 2.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 17,400 kB
  • ctags: 315
  • sloc: xml: 1,553; makefile: 10
file content (37 lines) | stat: -rw-r--r-- 1,269 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: firebug
Section: web
Priority: optional
Maintainer: Debian Mozilla Extension Maintainers <pkg-mozext-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry E. Oboukhov <unera@debian.org>,
           Andrea Veri <and@debian.org>
Build-Depends: debhelper (>= 8), mozilla-devscripts
Standards-Version: 3.9.5
Homepage: http://getfirebug.com/
VCS-Git: git://anonscm.debian.org/pkg-mozext/firebug.git
VCS-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mozext/firebug.git

Package: xul-ext-firebug
Architecture: all
Depends: ${misc:Depends}, ${xpi:Depends}
Recommends: ${xpi:Recommends}
Breaks: ${xpi:Breaks}
Provides: xul-ext-firecookie, ${xpi:Provides}
Conflicts: xul-ext-firecookie
Replaces: xul-ext-firecookie
Enhances: ${xpi:Enhances}
Description: web development plugin for Iceweasel/Firefox
 Firebug integrates with Iceweasel/Firefox to put a wealth of web development
 tools at your fingertips while you browse. You can edit, debug, and monitor
 CSS, HTML, and JavaScript live in any web page.
 .
 Features:
 .
  * Inspect and edit HTML
  * Tweak CSS to perfection
  * Visualize CSS metrics
  * Monitor network activity
  * Debug and profile JavaScript
  * Quickly find errors
  * Explore the DOM
  * Execute JavaScript on the fly
  * Logging for JavaScript