debian/ 0000755 0000000 0000000 00000000000 11772124362 007173 5 ustar debian/manpages 0000644 0000000 0000000 00000000021 11772124362 010702 0 ustar debian/NetAnim.1
debian/docs 0000644 0000000 0000000 00000000007 11772124362 010043 0 ustar README
debian/NetAnim.svg 0000644 0000000 0000000 00000010565 11772124362 011256 0 ustar
debian/NetAnim.desktop 0000644 0000000 0000000 00000000235 11772124362 012121 0 ustar [Desktop Entry]
Name=Network animator
Comment=Network animator based on Qt4 working with ns-3
Exec=NetAnim
Icon=NetAnim
Type=Application
Categories=Network;
debian/control 0000644 0000000 0000000 00000001517 11772124362 010602 0 ustar Source: netanim
Section: net
Priority: optional
Maintainer: YunQiang Su
Build-Depends: debhelper (>= 9), qt4-dev-tools, qt4-qmake, libqt4-dev
Standards-Version: 3.9.3
Homepage: http://www.nsnam.org/wiki/index.php/NetAnim
Vcs-Git: git://git.debian.org/pkg-netsim/netanim.git
Vcs-Browser: http://git.debian.org/?p=pkg-netsim/netanim.git
Package: netanim
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: network animator based on Qt4 working with ns-3
NetAnim currently animates the simulation using an XML trace
file collected during simulation.
.
Using NetAnim is a two-step process:
- Generate the animation XML trace file during simulation
using "ns3::AnimationInterface" in the ns-3 code base
- Load the XML trace file generated in Step 1 with the
offline animator (NetAnim).
debian/install 0000644 0000000 0000000 00000000174 11772124362 010566 0 ustar NetAnim /usr/bin/
debian/NetAnim.desktop /usr/share/applications/
debian/NetAnim.svg /usr/share/icons/hicolor/scalable/apps
debian/changelog 0000644 0000000 0000000 00000000225 11772124362 011044 0 ustar netanim (3.100-1) unstable; urgency=low
* Initial release (Closes: #678516)
-- YunQiang Su Fri, 22 Jun 2012 18:23:04 +0800
debian/NetAnim.1 0000644 0000000 0000000 00000000424 11772124362 010610 0 ustar .\" Process this file with
.\" groff -man -Tascii bench-packets.1
.\"
.TH NetAnim 1 "June 2012" Linux "User Manuals"
.SH NAME
NetAnim \- network animator based on Qt4 working with ns-3
.SH SYNOPSIS
.B It has no command line options.
.SH AUTHOR
YunQiang Su
debian/compat 0000644 0000000 0000000 00000000002 11772124362 010371 0 ustar 9
debian/source/ 0000755 0000000 0000000 00000000000 11772124362 010473 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 11772124362 011701 0 ustar 3.0 (quilt)
debian/copyright 0000644 0000000 0000000 00000003236 11772124362 011132 0 ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: netanim
Source: http://code.nsnam.org/netanim
Files: * debian/NetAnim.svg
Copyright: 2012 John Abraham
License: GPL-2
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
Files: debian/*
Copyright: 2012 YunQiang Su
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
debian/rules 0000755 0000000 0000000 00000000162 11772124362 010252 0 ustar #!/usr/bin/make -f
export DH_VERBOSE=1
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- NetAnim.pro