1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: i2util
Priority: optional
Maintainer: Raoul Gunnar Borenius <borenius@dfn.de>
Build-Depends: debhelper (>= 9), autotools-dev, automake, autoconf
Standards-Version: 3.9.8
Section: libs
Homepage: https://github.com/perfsonar/i2util
Package: libi2util-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}
Description: Internet2 utility library (development files)
I2utils is a small support library with a set of command line tools
needed by several software projects from Internet2, most notably bwctl.
.
This is the development package which contains headers files and the
static i2util library.
Package: i2util-tools
Section: net
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: bwctl-server (<= 1.4.1~rc2-1)
Description: Internet2 utility tools
I2utils is a small support library with a set of command line tools
needed by several software projects from Internet2, most notably bwctl.
.
This package contains the command line tools.
|