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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146
|
Source: ns3
Section: net
Priority: optional
Standards-Version: 4.7.2
Maintainer: Martin Quinson <mquinson@debian.org>
Uploaders:
YunQiang Su <syq@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-exec (>= 0.13),
dh-python,
bison,
cmake,
dpkg (>= 1.16.1),
flex,
gir1.2-gtk-3.0,
ipython3,
# jdupes,
libboost-filesystem-dev,
libgraphviz-dev,
libgsl-dev,
libsqlite3-dev,
libxml2-dev,
pkgconf,
python3-dev,
python3-gi,
python3-gi-cairo,
python3-pygraphviz,
quilt (>= 0.46-7~),
#Build-Depends-Indep:
# dia,
# doxygen,
# dvipng,
# ghostscript,
# imagemagick,
# latexmk,
# python3-sphinx,
# tex-gyre,
# texlive-font-utils,
# texlive-latex-extra,
# texlive-latex-base,
# texlive-latex-recommended,
Build-Conflicts:
libmpich2-dev,
Vcs-Browser: https://salsa.debian.org/debian/ns3
Homepage: https://www.nsnam.org/
Vcs-Git: https://salsa.debian.org/debian/ns3.git
Package: ns3
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: discrete-event network simulator for Internet systems
ns-3 is a discrete-event network simulator for Internet systems,
targeted primarily for research and educational use.
ns-3 is free software, licensed under the GNU GPLv2 license,
and is publicly available for research, development, and use.
ns-3 is intended as an eventual replacement for the popular
ns-2 simulator. The project acronym “nsnam” derives
historically from the concatenation of ns (network simulator)
and NAM (network animator).
.
This package contains several utilities. The files for development
are in libns3-3, libns3-dev and python3-ns3.
# Package: ns3-doc
# Architecture: all
# Build-Profiles: <!nodoc>
# Multi-Arch: foreign
# Depends: ${shlibs:Depends}, ${misc:Depends}, libjs-jquery, libjs-sphinxdoc
# Section: doc
# Description: documentation for ns-3
# ns-3 is a discrete-event network simulator for Internet systems,
# targeted primarily for research and educational use.
# ns-3 is free software, licensed under the GNU GPLv2 license,
# and is publicly available for research, development, and use.
# ns-3 is intended as an eventual replacement for the popular
# ns-2 simulator. The project acronym “nsnam” derives
# historically from the concatenation of ns (network simulator)
# and NAM (network animator).
# .
# This package contains manual, modules, tutorial and doxygen.
Package: libns3-dev
Architecture: any
Depends:
g++,
libns3.47 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Breaks:
ns3 (= 3.25+dfsg2-2),
Section: libdevel
Description: Static and header files of ns-3
ns-3 is a discrete-event network simulator for Internet systems,
targeted primarily for research and educational use.
ns-3 is free software, licensed under the GNU GPLv2 license,
and is publicly available for research, development, and use.
ns-3 is intended as an eventual replacement for the popular
ns-2 simulator. The project acronym “nsnam” derives
historically from the concatenation of ns (network simulator)
and NAM (network animator).
.
This package contains static libraries, header files.
# Note to self: when updating this, you also need to update the SONAME in the relevant patch
Package: libns3.47
Provides:
${t64:Provides},
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Section: libs
Description: shared libraries of ns-3
ns-3 is a discrete-event network simulator for Internet systems,
targeted primarily for research and educational use.
ns-3 is free software, licensed under the GNU GPLv2 license,
and is publicly available for research, development, and use.
ns-3 is intended as an eventual replacement for the popular
ns-2 simulator. The project acronym “nsnam” derives
historically from the concatenation of ns (network simulator)
and NAM (network animator).
.
This package contains shared libraries.
#Package: python3-ns3
#Architecture: any
#Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
# python3-pygraphviz
#Section: python
#Suggests: tcpdump
#Breaks: python-ns3
#Description: Python binding of ns3
# ns-3 is a discrete-event network simulator for Internet systems,
# targeted primarily for research and educational use.
# ns-3 is free software, licensed under the GNU GPLv2 license,
# and is publicly available for research, development, and use.
# ns-3 is intended as an eventual replacement for the popular
# ns-2 simulator. The project acronym “nsnam” derives
# historically from the concatenation of ns (network simulator)
# and NAM (network animator).
# .
# This package contains Python binding of ns3.
|