Codebase list ohcount / 85104d5a-b71d-4620-9315-33d4daf34104/main debian / control
85104d5a-b71d-4620-9315-33d4daf34104/main

Tree @85104d5a-b71d-4620-9315-33d4daf34104/main (Download .tar.gz)

control @85104d5a-b71d-4620-9315-33d4daf34104/mainraw · history · blame

Source: ohcount
Section: utils
Priority: optional
Maintainer: Sylvestre Ledru <sylvestre@debian.org>
Build-Depends: debhelper-compat (= 12), libpcre3-dev, gem2deb, rake,
 ragel (>= 6.3), ruby-diff-lcs, doxygen, gperf, file, libmagic-dev,
 swig
Standards-Version: 4.1.3
Homepage: https://github.com/blackducksoftware/ohcount
Vcs-Git: https://salsa.debian.org/debian/ohcount.git
Vcs-Browser: https://salsa.debian.org/debian/ohcount
XS-Ruby-Versions: all

Package: ohcount
XB-Ruby-Versions: ${ruby:Versions}
Architecture: any
Depends: ruby | ruby-interpreter, ${shlibs:Depends}, ${misc:Depends},
 ruby-diff-lcs, file
Suggests: ohcount-doc
Description: Source code line counter
 Ohcount supports over 70 popular programming languages.
 Ohcount does more than just count lines of code. It can also detect
 popular open source licenses such as GPL within a large directory of source
 code. It can also detect code that targets a particular programming API,
 such as Win32 or KDE.
 Ohcount is the line counter which powers http://www.openhub.net/
 .

Package: ohcount-doc
Section: doc
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Source code line counter - Documentation
 Ohcount supports over 70 popular programming languages.
 Ohcount does more than just count lines of code. It can also detect
 popular open source licenses such as GPL within a large directory of source
 code. It can also detect code that targets a particular programming API,
 such as Win32 or KDE.
 Ohcount is the line counter which powers http://www.openhub.net/
 .
 This package contains the documentation.