Source: irstlm
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Giulio Paci <giuliopaci@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dpkg-dev (>= 1.22.5),
               devscripts,
               bash-completion,
               zlib1g-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/irstlm
Vcs-Git: https://salsa.debian.org/science-team/irstlm.git
Homepage: https://hlt-mt.fbk.eu/technologies/irstlm
Rules-Requires-Root: no

Package: irstlm
Architecture: any
Depends: libirstlm1t64 (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends},
         ${perl:Depends}
Description: IRST Language Modeling Toolkit
 The IRST Language Modeling Toolkit can be used to learn a language model
 from data. The generated n-gram models should be usable on any system
 supporting ARPA language model format.
 .
 This package provides the command line tools.

Package: libirstlm-dev
Architecture: any
Section: libdevel
Depends: libirstlm1t64 (= ${binary:Version}),
         ${misc:Depends}
Multi-Arch: same
Description: IRST Language Modeling Toolkit - development files
 The IRST Language Modeling Toolkit can be used to learn a language model
 from data. The generated n-gram models should be usable on any system
 supporting ARPA language model format.
 .
 This package provides development headers for IRSTLM.

Package: libirstlm1t64
Provides: ${t64:Provides}
Replaces: libirstlm1
Breaks: libirstlm1 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: IRST Language Modeling Toolkit - runtime library
 The IRST Language Modeling Toolkit can be used to learn a language model
 from data. The generated n-gram models should be usable on any system
 supporting ARPA language model format.
 .
 This package contains the IRSTLM shared library.
