~ubuntu-branches/ubuntu/jaunty/venkman/jaunty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Mike Hommey
  • Date: 2006-11-25 13:09:12 UTC
  • mfrom: (2.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20061125130912-lf5wuz22ijh0k8ed
Tags: 0.9.87-6
debian/postinst: Don't invoque chrome updaters (except iceape one) on
first installs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: venkman
2
2
Priority: optional
3
3
Section: web
4
 
Maintainer: Mike Hommey <mh@glandium.org>
 
4
Maintainer: Mike Hommey <glandium@debian.org>
5
5
Build-Depends: debhelper (>> 4.0.0)
6
 
Build-Depends-Indep: zip
7
 
Standards-Version: 3.6.1
 
6
Standards-Version: 3.7.2.2
8
7
 
9
8
Package: mozilla-venkman
10
9
Architecture: all
11
 
Depends: mozilla-firefox | mozilla-browser | mozilla-browser-snapshot
12
 
Conflicts: mozilla-firefox (<< 1.0-1), mozilla-js-debugger
13
 
Description: Javascript debugger for Mozilla and Firefox
14
 
 Venkman is the JavaScript debugger for Mozilla based browsers, such as
15
 
 Mozilla 1.x and Phoenix/Firebird/Firefox.
 
10
Depends: iceweasel | iceape-browser | icedove
 
11
Description: Javascript debugger for Mozilla based applications
 
12
 Venkman is the JavaScript debugger for Mozilla based applications, such
 
13
 as Iceweasel, Icedove and Iceape.
16
14
 .
17
15
 It can be used to debug either Javascript embedded in web pages, or
18
 
 even Mozilla's interface and extensions.
 
16
 even applications' interface and extensions.