debian/0000755000000000000000000000000011754002463007170 5ustar debian/install0000644000000000000000000000006011530016052010544 0ustar socnetv usr/bin/ nets/* usr/share/socnetv/nets/ debian/clean0000644000000000000000000000007311530016052010164 0ustar Makefile config.h socnetv.desktop socnetv.pro socnetv.spec debian/docs0000644000000000000000000000004111530016052010025 0ustar README TODO NEWS AUTHORS manual/ debian/doc-base0000644000000000000000000000104711530016052010561 0ustar Document: socnetv Title: The SocNetV Manual Author: Dimitris Kalamaras Abstract: Social Networks Visualiser (SocNetV) is a flexible and user-friendly tool for Social Networks Analysis and Visualisation. It lets you construct networks (mathematical graphs) with a few clicks on a virtual canvas or load networks of various formats (GraphViz, GraphML, Adjacency, Pajek, etc) and modify them to suit your needs. Section: Science/Mathematics Format: HTML Index: /usr/share/doc/socnetv/manual/manual.html Files: /usr/share/doc/socnetv/manual/*.html debian/dirs0000644000000000000000000000007011530016052010040 0ustar /usr/share/socnetv/nets/ /usr/share/doc/socnetv/manual/ debian/copyright0000644000000000000000000000076111754000351011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: socnetv Upstream-Contact: Dimitris Kalamaras Source: http://socnetv.sf.net Files: * Copyright: 2004-2010 Dimitris Kalamaras License: GPL-3 Files: debian/* Copyright: 2008-2012 Serafeim Zanikolas License: GPL-3 License: GPL-3 On Debian systems, the complete text of the GNU General Public License can be found in the file /usr/share/common-licenses/GPL-3. debian/watch0000644000000000000000000000006611530016052010212 0ustar version=3 http://sf.net/socnetv/SocNetV-(.*)\.tar\.gz debian/changelog0000644000000000000000000000357611754002463011055 0ustar socnetv (0.90-3) unstable; urgency=low * Drop redundant Qt3 build-dependencies; thanks to Ana Guerrero . Closes: #672764 * Bump Standards-Version to 3.9.3 - convert debian/copyright to DEP5 format * Do not install upstream changelog twice -- Serafeim Zanikolas Sun, 13 May 2012 20:31:33 +0200 socnetv (0.90-2) unstable; urgency=high * Build-depend on libqtwebkit-dev for the WebKit header files, which used to be available via libqt4-dev. Closes: #618123 (high urgency for RC bug). -- Serafeim Zanikolas Sun, 20 Mar 2011 20:10:17 +0100 socnetv (0.90-1) unstable; urgency=low * New Upstream Release * Bump Standards-Version to 3.9.1 (no changes) * Update my email and add Vcs-* fields in debian/control -- Serafeim Zanikolas Sat, 19 Feb 2011 19:32:04 +0100 socnetv (0.81-1) unstable; urgency=low * New Upstream Version * Register the socnetv manual with doc-base and add Suggests: doc-base * Drop add-missing-include.dpatch (adopted upstream) * Bump Standards-Version to 3.8.4 (no changes) * Convert to dpkg-source 3.0 (quilt) format * Drop Build-Depends: dpatch * Minimise debian/rules and depend on debhelper >= 7.0.50~ -- Serafeim Zanikolas Fri, 29 Jan 2010 23:29:39 +0100 socnetv (0.70-1) unstable; urgency=low * New Upstream Version * Bump Standards-Version to 3.8.2 (no changes) * Compile without SSE instructions, to work with all supported x86 chips -- Serafeim Zanikolas Mon, 13 Jul 2009 20:17:45 +0200 socnetv (0.51-1) unstable; urgency=low * New Upstream Version * Move package to unstable. -- Serafeim Zanikolas Wed, 18 Feb 2009 20:27:57 +0000 socnetv (0.44-1) experimental; urgency=low * Initial release (Closes: #490707) -- Serafeim Zanikolas Sun, 03 Aug 2008 21:11:12 +0100 debian/manpages0000644000000000000000000000002111530016052010666 0ustar man/socnetv.1.gz debian/source/0000755000000000000000000000000011530016052010457 5ustar debian/source/format0000644000000000000000000000001411530016052011665 0ustar 3.0 (quilt) debian/control0000644000000000000000000000224011754000503010562 0ustar Source: socnetv Section: math Priority: optional Maintainer: Serafeim Zanikolas Build-Depends: debhelper (>= 7.0.50~), libqt4-dev, libstdc++6-4.4-dev | libstdc++-dev, libqtwebkit-dev Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/collab-maint/socnetv.git Vcs-Browser: http://git.debian.org/?p=collab-maint/socnetv.git Homepage: http://socnetv.sf.net Package: socnetv Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: doc-base Description: social network analysis and visualisation application SocNetV is a graphical application designed to be an easy tool for Social Networks Analysis and Visualisation (not to be confused with social networking, as in online communities). With it, one can load and visualise networks of various formats (GraphViz, Adjacency, Pajek, etc), and/or visually create and modify a network in a point and click fashion. . The program can also compute network statistics and properties (such as distances, centralities, diameter) and apply some layout algorithms for more meaningful visualisation of your networks. Furthermore, socnetv can create simple random networks (lattice, same degree, etc). debian/compat0000644000000000000000000000000211530016052010355 0ustar 7 debian/menu0000644000000000000000000000016711530016052010052 0ustar ?package(socnetv):needs="X11" section="Applications/Science/Mathematics"\ title="socnetv" command="/usr/bin/socnetv" debian/rules0000755000000000000000000000072411754002410010243 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_configure: ./configure sed -i -e 's/ -msse -mfpmath=sse//' socnetv.pro sed -i -e 's?^prefix = /usr/local?prefix = /usr?' Makefile $(MAKE) touch build-stamp override_dh_compress: rm -f debian/socnetv/usr/share/doc/socnetv/COPYING \ debian/socnetv/usr/share/doc/socnetv/ChangeLog if [ -d debian/socnetv/usr/share/socnetv/nets/jin ]; then \ rmdir debian/socnetv/usr/share/socnetv/nets/jin; \ fi dh_compress