~ubuntu-branches/ubuntu/utopic/dbacl/utopic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Zak B. Elep
  • Date: 2008-12-11 23:53:55 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20081211235355-v0f4ijmp7skkd22y
* Acknowledge NMU by bddebian@, thanks
* debian/control:
  + Update maintainer email
  + Update Standards-Version
  + Add ${misc:Depends}
  + Remove flex from Build-Depends
* debian/patches:
  + Fix bashism, patch courtesy of Chris Lamb <chris@chris-lamb.co.uk>
    (Closes: #489560)
  + Rebuild autotools (but don't include autom4te.cache)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: dbacl
2
2
Section: text
3
3
Priority: optional
4
 
Build-Depends: cdbs, debhelper (>= 5.0.0), libreadline5-dev, flex, libslang2-dev
5
 
Maintainer: Zak B. Elep <zakame@spunge.org>
6
 
Standards-Version: 3.7.3
 
4
Build-Depends: cdbs, debhelper (>= 5.0.0), libreadline5-dev, libslang2-dev
 
5
Maintainer: Zak B. Elep <zakame@zakame.net>
 
6
Standards-Version: 3.8.0
7
7
Homepage: http://www.lbreyer.com/gpl.html
8
8
 
9
9
Package: dbacl
10
10
Architecture: any
11
11
Section: text
12
12
Priority: optional
13
 
Depends: ${shlibs:Depends}
 
13
Depends: ${misc:Depends}, ${shlibs:Depends}
14
14
Description: digramic Bayesian text classifier
15
15
 dbacl can distill text documents into categories, and then
16
16
 compare other text documents to the learned categories.