debian/0000755000000000000000000000000012224304653007167 5ustar debian/copyright0000644000000000000000000000176512162004670011130 0ustar This package was debianized by Steffen Joeris on Thu, 4 Aug 2005 17:58:32 +0200. It was downloaded from Upstream Author: Uwe Drechsler Copyright: Copyright 2004-2007 Uwe Drechsel Files: debian/* Copyright: 2007-2010, Xavier Oswald 2005-2007, Steffen Joeris License: GPL-1+ License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANDABILITY of FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/compat0000644000000000000000000000000212162004670010362 0ustar 9 debian/patches/0000755000000000000000000000000012162004670010613 5ustar debian/patches/gcc-format-security-fix.patch0000644000000000000000000000315712162004670016315 0ustar Index: vym/attribute.cpp =================================================================== --- vym.orig/attribute.cpp 2012-06-16 14:36:28.886306316 +0200 +++ vym/attribute.cpp 2012-06-16 14:36:46.530305932 +0200 @@ -17,7 +17,7 @@ { if (!table) { - qWarning (QString("Attribute::setKey (%1) No table defined!\n").arg(k).toUtf8()); + qWarning ()<< QString("Attribute::setKey (%1) No table defined!\n").arg(k).toUtf8(); return; } @@ -30,7 +30,7 @@ return; } } - qWarning (QString("Attribute::setKey (%1) attribute already defined!\n").arg(k).toUtf8()); + qWarning ()<< QString("Attribute::setKey (%1) attribute already defined!\n").arg(k).toUtf8(); } QString Attribute::getKey () @@ -238,7 +238,7 @@ { if (attdefs.at(i)->getKey()==k ) { - qWarning (QString ("AttributeTable::addKey (%1) already in table\n").arg(k).toUtf8()); + qWarning () << QString ("AttributeTable::addKey (%1) already in table\n").arg(k).toUtf8(); return NULL; } } @@ -261,14 +261,14 @@ return ; } } - qWarning (QString ("AttributeTable::removeKey (%1) key not in table\n").arg(k).toUtf8()); + qWarning () << QString ("AttributeTable::removeKey (%1) key not in table\n").arg(k).toUtf8(); } AttributeDef* AttributeTable::getDef(const QString &key) { for (int i=0; igetKey()==key ) return attdefs.at(i); - qWarning (QString ("AttributeTable::getDef (%1) key not in table\n").arg(key).toUtf8()); + qWarning () << QString ("AttributeTable::getDef (%1) key not in table\n").arg(key).toUtf8(); return NULL; } debian/patches/gcc-ftbfs-fix.patch0000644000000000000000000000323212162004670014256 0ustar Index: vym/exports.cpp =================================================================== --- vym.orig/exports.cpp 2013-05-09 22:14:38.279070130 +0200 +++ vym/exports.cpp 2013-05-09 22:14:38.271070130 +0200 @@ -9,6 +9,7 @@ #include "mainwindow.h" #include "warningdialog.h" #include "xsltproc.h" +#include extern Main *mainWindow; Index: vym/file.cpp =================================================================== --- vym.orig/file.cpp 2013-05-09 22:14:38.279070130 +0200 +++ vym/file.cpp 2013-05-09 22:14:38.271070130 +0200 @@ -4,6 +4,8 @@ #include #include #include +#include +#include #include "file.h" #include "process.h" Index: vym/linkablemapobj.cpp =================================================================== --- vym.orig/linkablemapobj.cpp 2013-05-09 22:14:38.279070130 +0200 +++ vym/linkablemapobj.cpp 2013-05-09 22:14:38.275070130 +0200 @@ -1,5 +1,6 @@ #include #include +#include #include "linkablemapobj.h" #include "branchobj.h" Index: vym/main.cpp =================================================================== --- vym.orig/main.cpp 2013-05-09 22:14:38.279070130 +0200 +++ vym/main.cpp 2013-05-09 22:14:51.423069499 +0200 @@ -1,5 +1,6 @@ #include +#include #include using namespace std; Index: vym/process.cpp =================================================================== --- vym.orig/process.cpp 2013-05-09 22:14:38.279070130 +0200 +++ vym/process.cpp 2013-05-09 22:14:38.275070130 +0200 @@ -1,4 +1,5 @@ #include "process.h" +#include #include #include debian/patches/series0000644000000000000000000000010112162004670012020 0ustar pro-file.patch gcc-ftbfs-fix.patch gcc-format-security-fix.patch debian/patches/pro-file.patch0000644000000000000000000000064012162004670013351 0ustar Index: vym/vym.pro =================================================================== --- vym.orig/vym.pro 2013-05-09 22:14:26.667070687 +0200 +++ vym/vym.pro 2013-05-09 22:14:26.663070687 +0200 @@ -231,7 +231,7 @@ warningdialog.ui isEmpty( PREFIX ) { - PREFIX = /usr/local + PREFIX = /usr count( INSTALLDIR, 1 ) { PREFIX = $${INSTALLDIR} message( "Please use PREFIX instead of INSTALLDIR" ) debian/vym.desktop0000644000000000000000000000106312162004670011372 0ustar [Desktop Entry] Type=Application Exec=vym Name=VYM - View Your Mind Comment=Create mind maps Comment[de]=Mindmap erstellen Comment[fr]=Créez des cartes d'associations d'idées Comment[it]=Crea mappe mentali Comment[ca]=Creeu mapes mentals Comment[es]=Crear mapas mentales GenericName=Planning Tool GenericName[de]=Planungswerkzeug GenericName[fr]=Outil de plannification GenericName[it]=Strumento di pianificazione GenericName[ca]=Eina de planificació GenericName[es]=Herramienta de planificación Icon=vym MimeType=application/x-vym; Categories=Qt;KDE;Office; debian/control0000644000000000000000000000205212165233770010576 0ustar Source: vym Section: kde Priority: optional Maintainer: Pierre Chifflier Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), cdbs (>= 0.4.41), libqt4-dev, patchutils, quilt Standards-Version: 3.9.4 Homepage: http://www.insilmaril.de/vym/ Package: vym Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, zip, unzip, xsltproc Suggests: ruby | ruby-interpreter Description: mindmapping tool Vym is a mind mapping program. It is useful to organize thoughts and do structure work. In addition to that it has a lot of helpful shortcuts. . A mindmap is a multicolored and image centered radial diagram that represents semantic or other connections between portions of learned material. For example, it can graphically illustrate the structure of a thesis outline, a project plan, or the government institutions in a state. Mindmaps have many applications in personal, family, educational, and business situations. Possibilities include note-taking, brainstorming, summarizing, revising and general clarifying of thoughts. debian/dirs0000644000000000000000000000011112162004670010041 0ustar usr/bin usr/share usr/share/vym usr/share/applications usr/share/pixmaps debian/rules0000755000000000000000000000256512162004670010254 0ustar #!/usr/bin/make -f DEB_COMPRESS_EXCLUDE = vym.pdf include /usr/share/cdbs/1/rules/patchsys-quilt.mk include /usr/share/quilt/quilt.make include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/qmake.mk export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND = -Wall include /usr/share/dpkg/buildflags.mk QMAKE=qmake-qt4 DEB_BUILD_PARALLEL = 1 clean:: rm -f lang/vym_*.qm rm -f vym common-configure-arch:: lrelease vym.pro common-install-arch:: install -m 644 debian/vym.desktop debian/vym/usr/share/applications/vym.desktop install -m 0644 icons/vym.png $(CURDIR)/debian/vym/usr/share/pixmaps/ install -D -m 644 debian/x-vym.desktop debian/vym/usr/share/mimelnk/application/x-vym.desktop mv $(CURDIR)/debian/vym/usr/share/vym/demos $(CURDIR)/debian/vym/usr/share/doc/vym mv $(CURDIR)/debian/vym/usr/share/doc/packages/vym/vym.pdf $(CURDIR)/debian/vym/usr/share/doc/vym chmod 644 $(CURDIR)/debian/vym/usr/share/vym/icons/vym.ico rm -f $(CURDIR)/debian/vym/usr/share/vym/scripts/vym2txt.sh rm -f $(CURDIR)/debian/vym/usr/share/vym/scripts/vym2html.sh rmdir $(CURDIR)/debian/vym/usr/share/doc/packages/vym rmdir $(CURDIR)/debian/vym/usr/share/doc/packages/ mkdir -p $(CURDIR)/debian/vym/usr/share/vym/doc/ dh_link /usr/share/doc/vym/vym.pdf /usr/share/vym/doc/vym.pdf dh_link /usr/share/vym/icons/vym.png /usr/share/pixmaps/vym.png debian/changelog0000644000000000000000000002432712224304645011052 0ustar vym (2.3.20-1) unstable; urgency=low * Imported Upstream version 2.3.20 -- Pierre Chifflier Sun, 06 Oct 2013 18:02:45 +0200 vym (2.3.18-1) unstable; urgency=low * Imported Upstream version 2.3.18 * Bump Standards Version to 3.9.4 -- Pierre Chifflier Thu, 04 Jul 2013 10:54:02 +0200 vym (2.3.17-1) unstable; urgency=low * Imported Upstream version 2.3.17 * Refreshed quilt patches -- Pierre Chifflier Thu, 09 May 2013 22:17:12 +0200 vym (2.3.11-1) unstable; urgency=low * Imported Upstream version 2.3.11 -- Pierre Chifflier Wed, 20 Feb 2013 00:23:50 +0100 vym (2.3.8-1) unstable; urgency=low * Imported Upstream version 2.3.8 -- Pierre Chifflier Sat, 08 Dec 2012 18:12:27 +0100 vym (2.3.5-1) unstable; urgency=low * Imported Upstream version 2.3.5 -- Pierre Chifflier Sat, 17 Nov 2012 12:12:32 +0100 vym (2.3.3-1) unstable; urgency=low * Imported Upstream version 2.3.3 -- Pierre Chifflier Sat, 03 Nov 2012 09:45:39 +0100 vym (2.3.1-1) unstable; urgency=low * Imported Upstream version 2.3.0 * Imported Upstream version 2.3.1 -- Pierre Chifflier Wed, 26 Sep 2012 21:32:27 +0200 vym (2.2.4-1) unstable; urgency=low * Imported Upstream version 2.2.4 -- Pierre Chifflier Sun, 22 Jul 2012 22:54:20 +0200 vym (2.2.0-1) unstable; urgency=low * Imported Upstream version 2.2.0 * Refreshed quilt patches * Suggest ruby, some (optional) scripts are using it * Really enable hardening flags * Add new patch gcc-format-security-fix to fix build with hardening flags * Enable parallel build -- Pierre Chifflier Sat, 16 Jun 2012 14:59:05 +0200 vym (2.0.10-1) unstable; urgency=low * Imported Upstream version 2.0.10 This also fixes a FTBFS with g++-4.7 (Closes: #667413) -- Pierre Chifflier Thu, 05 Apr 2012 21:54:01 +0200 vym (2.0.6-1) unstable; urgency=low * Imported Upstream version 2.0.6 * Bump Standards Version to 3.9.3 * Switch DH version to 9 * Update clean rule -- Pierre Chifflier Sat, 25 Feb 2012 15:21:05 +0100 vym (2.0.3-1) unstable; urgency=low * Imported Upstream version 2.0.3 -- Pierre Chifflier Sat, 03 Dec 2011 18:26:13 +0100 vym (1.99.0-1) unstable; urgency=low * Imported Upstream version 1.99.0 * Refreshed quilt patches -- Pierre Chifflier Sat, 08 Oct 2011 13:15:40 +0200 vym (1.13.39-1) unstable; urgency=low * Imported Upstream version 1.13.39 -- Pierre Chifflier Mon, 12 Sep 2011 22:20:17 +0200 vym (1.13.36-1) unstable; urgency=low * Imported Upstream version 1.13.36 -- Pierre Chifflier Thu, 04 Aug 2011 21:10:01 +0200 vym (1.13.27-1) unstable; urgency=low * Imported Upstream version 1.13.27 * Refreshed quilt patches * Last upload should have Closes: #632996 (New maintainer) -- Pierre Chifflier Wed, 27 Jul 2011 08:06:23 +0200 vym (1.12.7-2) unstable; urgency=low * New Maintainer (thanks Xavier for your work) * Bump Standards-Version to 3.9.2 -- Pierre Chifflier Mon, 25 Jul 2011 20:03:56 +0200 vym (1.12.7-1) unstable; urgency=low * New upstream release * Move vym menu placement from education to office (Closes: #573028) * Romove iconpath.patch, no more needed * Refresh patches gcc-ftbfs-fix.patch, pro-file.patch -- Xavier Oswald Mon, 22 Mar 2010 17:41:32 +0100 vym (1.12.6-1) unstable; urgency=low * New upstream release * Fix cannot undo accidental removal of the root node (Closes: #529528) * Bump Standards-Version to 3.8.4 * Update debian/copyright * Refresh patches gcc-ftbfs-fix.patch, iconpath.patch, pro-file.patch * Switch to dpkg-source 3.0 (quilt) format -- Xavier Oswald Fri, 19 Feb 2010 21:21:36 +0100 vym (1.12.2-2) unstable; urgency=low * debian/control: + Bump Standards-Version to 3.8.1 + Remove DM flag + Update debhelper to 7 + Update my mail address * Update debian/compat to 7 * Update debian/copyright * Add debian/watch * Fix lintian warnings: I: vym source: quilt-patch-missing-description pro-file.patch I: vym source: quilt-patch-missing-description iconpath.patch I: vym source: quilt-patch-missing-description gcc-ftbfs-fix.patch I: vym source: debian-watch-file-is-missing W: vym: desktop-mimetype-without-update-call /usr/share/applications/vym.desktop W: vym: copyright-refers-to-versionless-license-file usr/share/common-licenses/GPL -- Xavier Oswald Thu, 23 Apr 2009 23:01:18 +0200 vym (1.12.2-1) unstable; urgency=low * New upstream release * Fix Icon and .desktop file installation thanks to Nathan Handler patch (Closes: #504932) * Fix import/export KDE bookmarks (Closes: #499894) * Fix imposed language despite using language locale (Closes: #505312) -- Xavier Oswald Tue, 23 Dec 2008 18:55:52 +0100 vym (1.12.1-1) unstable; urgency=low * New upstream release * Remove gcc-4.3-ftbfs-fix.patch, fixed upstream * Remove xdg-open.patch, fixed upstream * Update debian/rules * Fix segmentation fault when pressing Home or End key (Closes: #469913) * Fix overlapping nodes when opening a saved file (Closes: #474026) -- Xavier Oswald Tue, 09 Sep 2008 10:10:59 +0200 vym (1.10.0-2) unstable; urgency=high * Add DM-Upload-Allowed flag * Add Homepage field in the control file * Add quit as Build-Depends * Update Debian policy to 3.8.0 * Update copyright * Update .desktop file * Install icon in the default icon directory (Closes: #449115) * Remove /usr/share/doc/packages/vym empty directory (Closes: #470119) * Remove other empty directories * Add symlink from /usr/share/doc/vym/vym.pdf to /usr/share/vym/doc/vym.pdf (Closes: #479146) * Add README.Debian to inform users about local cups configuration that blocks invoking vym (Closes: 481083) * Add xdg-open, patch by Till Maas (Closes: #473667) * Move all patches to quilt -- Xavier Oswald Mon, 16 Jun 2008 13:59:45 +0200 vym (1.10.0-1.1) unstable; urgency=low * Non-maintainer upload. * Fix gcc-4.3 FTBFS, patch by Kumar Appaiah (Closes: #455332) -- Marc 'HE' Brockschmidt Sat, 05 Apr 2008 18:13:58 +0200 vym (1.10.0-1) unstable; urgency=low * New upstream release * Change maintainer * Include French translation for .desktop file * Redo feature included (Closes:#400348) * Fix undo branch creation (Closes: #400411) * Fix wmii vym flickering (Closes: #442816) -- Xavier Oswald Mon, 29 Oct 2007 10:24:40 +0100 vym (1.8.1-5) unstable; urgency=low * Make sure that the desktop icon also shows up in !kde desktops (Closes: #427699) * Include German translation for .desktop file Thanks to Bruno Kleinert -- Steffen Joeris Mon, 18 Jun 2007 14:56:01 +0200 vym (1.8.1-4) unstable; urgency=low * Extend gcc-ftbfs-fix.patch to cover another missing include (Closes: #421133) Thanks to Martin Michlmayr -- Steffen Joeris Wed, 16 May 2007 17:12:21 +1000 vym (1.8.1-3) unstable; urgency=low * Include gcc-ftbfs-fix.patch to make sure vym compiles with the newer gcc version (Closes: #417744) Thanks to Martin Michlmayr * Remove two shell scripts from the /usr/share/vym/scripts dir as they are unusable right now -- Steffen Joeris Sun, 08 Apr 2007 22:02:07 +1000 vym (1.8.1-2) unstable; urgency=low * Change the docpath.patch to make a proper additional check so that the current patch can go to upstream * Split the vym.pro correction and move it from old docpath.patch to pro-file.patch * Include iconpath.patch to fix the icon for the main GUI (Closes: #405381) * Change long description to fix linda warning * Remove Alexander Wirt as co-maintainer * Change my maintainer address -- Steffen Joeris Thu, 4 Jan 2007 19:27:14 +0100 vym (1.8.1-1) unstable; urgency=low * New upstream release * Bump standard version * Remove obsolete build-depends against dpatch * Convert to cdbs and add needed build-depends against it * Change to debhelper level 5 * Take old .desktop files for the newer release -- Steffen Joeris Sun, 6 Aug 2006 03:12:57 +1000 vym (1.7.0+cvs1.7.4-4) unstable; urgency=low * make the .diff.gz more sane by deleting Makefile * correct path to documentation by adding 20-docpath.dpatch (Closes: #358753) -- Steffen Joeris Fri, 24 Mar 2006 12:50:43 +0100 vym (1.7.0+cvs1.7.4-3) unstable; urgency=low * Rebuild to fix broken dependency (Closes: #337907) * Two bugs are closed in last experimental version and now in unstable see changelog below (Closes: #327330) (Closes: #334254) -- Steffen Joeris Mon, 7 Nov 2005 08:50:12 +0100 vym (1.7.0+cvs1.7.4-2) unstable; urgency=low * Rebuild for unstable -- Alexander Wirt Sun, 6 Nov 2005 17:08:29 +0100 vym (1.7.0+cvs1.7.4-1) experimental; urgency=low * New upstream prerelease (CVS) * Add dependency against xsltproc (Closes: #334254) * Fix of linking maps (Closes: #327330) * Thanks to upstream for newest patches -- Steffen Joeris Thu, 20 Oct 2005 19:29:13 +0200 vym (1.7.0-3) unstable; urgency=low * Wrote a nicer description (Closes: #326017) * Add dependencies against zip and unzip (Closes: #325042) -- Steffen Joeris Thu, 25 Aug 2005 09:48:24 +0200 vym (1.7.0-2) unstable; urgency=low * Add more description (Closes: #323799) * Add locale support (for german and english available) * Correct the pdf-path -- Steffen Joeris Mon, 22 Aug 2005 06:41:03 +0200 vym (1.7.0-1) unstable; urgency=low * Initial release (Closes: #302868) * Sponsored upload by Alexander Wirt -- Steffen Joeris Thu, 4 Aug 2005 17:58:32 +0200 debian/menu0000644000000000000000000000027612162004670010060 0ustar ?package(vym):needs="X11" \ section="Applications/Office" \ hints="KDE" \ title="Vym" \ longtitle="View your mind" \ command="/usr/bin/vym" \ icon="/usr/share/vym/icons/vym.xpm" debian/vym.postinst0000644000000000000000000000016612162004670011607 0ustar #! /bin/sh set -e #DEBHELPER# if [ -x /usr/bin/update-desktop-database ]; then update-desktop-database fi exit 0 debian/vym.manpages0000644000000000000000000000001512162004670011510 0ustar debian/vym.1 debian/README.Debian0000644000000000000000000000127412162004670011231 0ustar CUPS CONFIGURATION ISSUE: ========================= Invoking vym just blocks (no gui is launched) due to a CUPS configuration. socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 22 setsockopt(22, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0 setsockopt(22, SOL_TCP, TCP_NODELAY, [1], 4) = 0 fcntl(22, F_SETFD, FD_CLOEXEC) = 0 connect(22, {sa_family=AF_INET, sin_port=htons(631), sin_addr=inet_addr("134.157.168.55")}, 16 It seems to try to connect to some cups server. Anyway vym should come up even when cups is not running. SOLUTION: ========= Changing the cups configuration works. http://localhost:631/admin Show printers from other systems (or similar) = OFF Xavier Oswald debian/x-vym.desktop0000644000000000000000000000022512162004670011636 0ustar [Desktop Entry] Encoding=UTF-8 Comment=VYM (View Your Mind) File Type=MimeType MimeType=application/x-vym Icon=vym Patterns=*.vym;*.vyp;*.VYM;*.VYP; debian/docs0000644000000000000000000000001412162004670010032 0ustar doc/vym.pdf debian/.pc/0000755000000000000000000000000012162004670007644 5ustar debian/.pc/.version0000644000000000000000000000000212162004670011322 0ustar 2 debian/vym.10000644000000000000000000000140712162004670010063 0ustar .TH vym 1 "August 5, 2005" vym 1 .SH NAME vym \- View your mind .SH SYNOPSIS .B vym .SH DESCRIPTION This manual page documents briefly the .B vym program .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. \fBvym\fP is a program that makes mindmapping possible. It is based on qt and it can be used by everyone for structure work. .SH OPTIONS For more information, see /usr/share/vym/doc/vym.pdf . .TP .B \-h, \-\-help Show a small help. .TP .B \-v, \-\-version Show version of vym. .SH AUTHOR vym was written by . .PP This manual page was written by Steffen Joeris , for the Debian project (but may be used by others). debian/source/0000755000000000000000000000000012162004670010464 5ustar debian/source/format0000644000000000000000000000001412162004670011672 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000032212162004670010212 0ustar version=3 opts=uversionmangle=s/\.(tar.*|tgz|zip|gz|bz2)$//i,dversionmangle=s/[-.+~]?(cvs|svn|git|snapshot|pre|hg)(.*)$//i,pasv \ http://sf.net/vym/vym-?_?([\d+\.]+|\d+)\.(tar.*|tgz|zip|gz|bz2|) debian uupdate