~ubuntu-branches/ubuntu/gutsy/edbrowse/gutsy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Kapil Hari Paranjape
  • Date: 2006-10-20 10:47:30 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061020104730-o7vxbrypwaz932dt
Tags: 3.1.2-1
* New upstream version (3.1.2). Closes: #306486.
  - programs now written in C
  - support for javascript.
* debian/control:
  - added Kapil Hari Paranjape to Uploaders.
  - Build-depends on "libssl-dev", "libmozjs-dev", "libpcre3-dev".
  - Standards-Version to 3.7.2. No changes required.
* debian/rules:
  - add "noopt" feature.
  - set CFLAGS and LIBS.
  - Put $(MAKE) into the build rules.
* debian/copyright: Edited to add the current copyright which
  is GPL with the exception for linking with OpenSSL.
* debian/docs: added "README".
* debian/examples: added "jsrt".

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: edbrowse
2
2
Section: net
3
3
Priority: extra
 
4
Uploaders: Kapil Hari Paranjape <kapil@imsc.res.in>
4
5
Maintainer: Mario Lang <mlang@debian.org>
5
 
Build-Depends-Indep: debhelper (>> 4.0.0)
6
 
Standards-Version: 3.6.1
 
6
Build-Depends: debhelper (>> 4.0.0), libssl-dev (>= 0.9.8b), libpcre3-dev (>= 6.4), libmozjs-dev (>= 1.8.0.5)
 
7
Standards-Version: 3.7.2
7
8
 
8
9
Package: edbrowse
9
 
Architecture: all
10
 
Depends: perl, libnet-ssleay-perl
11
 
Description: A /bin/ed-alike webbrowser written in Perl
12
 
 edbrowse is mostly a reimplementation of /bin/ed in Perl, with
13
 
 some basic differences (it uses Perl regular expressions) with the
14
 
 ability to visit webpages and ftp sites.  edbrowse performs basic
15
 
 transformations on the html source to produce a readable representation.
16
 
 edbrowse supports Forms, Frames, Netscape-style cookies, and HTTPS
17
 
 connections.
18
 
 
 
10
Architecture: any
 
11
Depends: ${shlibs:Depends}
 
12
Description: A /bin/ed-alike webbrowser written in C
 
13
 edbrowse is a reimplementation of /bin/ed, with some basic
 
14
 differences (it uses Perl regular expressions) with the ability to
 
15
 visit webpages and ftp sites. edbrowse performs basic transformations
 
16
 on the html source to produce a readable representation. edbrowse
 
17
 supports Forms, Frames, Netscape-style cookies, HTTPS
 
18
 connections and JavaScript.
 
19
 .
 
20
  Homepage: http://www.eklhad.net/linux/app/index.html