~ubuntu-branches/ubuntu/lucid/libparse-exuberantctags-perl/lucid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Niebur
  • Date: 2009-07-04 11:19:29 UTC
  • Revision ID: james.westby@ubuntu.com-20090704111929-mld1xzg25mjzgd3c
Tags: 1.01-1
Initial Release. (Closes: #535524)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: libparse-exuberantctags-perl
 
2
Section: perl
 
3
Priority: optional
 
4
Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12)
 
5
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
 
6
Uploaders: Ryan Niebur <ryanryan52@gmail.com>
 
7
Standards-Version: 3.8.2
 
8
Homepage: http://search.cpan.org/dist/Parse-ExuberantCTags/
 
9
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libparse-exuberantctags-perl/
 
10
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libparse-exuberantctags-perl/
 
11
 
 
12
Package: libparse-exuberantctags-perl
 
13
Architecture: any
 
14
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
 
15
Description: exuberant ctags parser for Perl
 
16
 Parse::ExuberantCTags parses ctags files and handles both traditional
 
17
 ctags as well as extended ctags files such as produced with Exuberant
 
18
 ctags. It does not handle emacs-style "etags" files.
 
19
 .
 
20
 The module is implemented as a wrapper around the readtags library
 
21
 that normally ships with Exuberant ctags. If you do not know what
 
22
 that is, you are encouraged to have a look at
 
23
 http://ctags.sourceforge.net/ and look at the exuberant-ctags
 
24
 package.