--- vym-1.12.2.orig/debian/changelog +++ vym-1.12.2/debian/changelog @@ -0,0 +1,166 @@ +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 + --- vym-1.12.2.orig/debian/rules +++ vym-1.12.2/debian/rules @@ -0,0 +1,34 @@ +#!/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 +QMAKE=qmake-qt4 + +clean:: + rm -f lang/vym_de.qm + rm -f lang/vym_en.qm + rm -f lang/vym_es.qm + rm -f lang/vym_it.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 --- vym-1.12.2.orig/debian/vym.desktop +++ vym-1.12.2/debian/vym.desktop @@ -0,0 +1,19 @@ +[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;Education; --- vym-1.12.2.orig/debian/control +++ vym-1.12.2/debian/control @@ -0,0 +1,25 @@ +Source: vym +Section: kde +Priority: optional +Maintainer: Xavier Oswald +Build-Depends: debhelper (>= 5), cdbs (>= 0.4.41), libqt4-dev, quilt, patchutils +Standards-Version: 3.8.0 +Homepage: http://www.insilmaril.de/vym/ +DM-Upload-Allowed: yes + +Package: vym +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, zip, unzip, xsltproc +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. --- vym-1.12.2.orig/debian/menu +++ vym-1.12.2/debian/menu @@ -0,0 +1,7 @@ +?package(vym):needs="X11" \ + section="Applications/Education" \ + hints="KDE" \ + title="Vym" \ + longtitle="View your mind" \ + command="/usr/bin/vym" \ + icon="/usr/share/vym/icons/vym.xpm" --- vym-1.12.2.orig/debian/vym.manpages +++ vym-1.12.2/debian/vym.manpages @@ -0,0 +1 @@ +debian/vym.1 --- vym-1.12.2.orig/debian/compat +++ vym-1.12.2/debian/compat @@ -0,0 +1 @@ +5 --- vym-1.12.2.orig/debian/dirs +++ vym-1.12.2/debian/dirs @@ -0,0 +1,5 @@ +usr/bin +usr/share +usr/share/vym +usr/share/applications +usr/share/pixmaps --- vym-1.12.2.orig/debian/README.Debian +++ vym-1.12.2/debian/README.Debian @@ -0,0 +1,23 @@ +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 --- vym-1.12.2.orig/debian/copyright +++ vym-1.12.2/debian/copyright @@ -0,0 +1,22 @@ +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 + +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'. --- vym-1.12.2.orig/debian/vym.1 +++ vym-1.12.2/debian/vym.1 @@ -0,0 +1,28 @@ +.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). --- vym-1.12.2.orig/debian/docs +++ vym-1.12.2/debian/docs @@ -0,0 +1 @@ +doc/vym.pdf --- vym-1.12.2.orig/debian/x-vym.desktop +++ vym-1.12.2/debian/x-vym.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Encoding=UTF-8 +Comment=VYM (View Your Mind) File +Type=MimeType +MimeType=application/x-vym +Icon=vym +Patterns=*.vym;*.vyp;*.VYM;*.VYP; --- vym-1.12.2.orig/debian/.pc/.version +++ vym-1.12.2/debian/.pc/.version @@ -0,0 +1 @@ +2 --- vym-1.12.2.orig/debian/patches/gcc-ftbfs-fix.patch +++ vym-1.12.2/debian/patches/gcc-ftbfs-fix.patch @@ -0,0 +1,66 @@ +Index: vym-1.12.2/exports.cpp +=================================================================== +--- vym-1.12.2.orig/exports.cpp 2008-12-23 19:13:22.000000000 +0100 ++++ vym-1.12.2/exports.cpp 2008-12-23 19:13:47.000000000 +0100 +@@ -5,6 +5,7 @@ + #include "mainwindow.h" + #include "warningdialog.h" + #include "xsltproc.h" ++#include + + extern Main *mainWindow; + extern QDir vymBaseDir; +Index: vym-1.12.2/file.cpp +=================================================================== +--- vym-1.12.2.orig/file.cpp 2008-12-23 19:14:22.000000000 +0100 ++++ vym-1.12.2/file.cpp 2008-12-23 19:14:56.000000000 +0100 +@@ -4,6 +4,7 @@ + #include + #include + #include ++#include + + #include "file.h" + #include "process.h" +Index: vym-1.12.2/linkablemapobj.cpp +=================================================================== +--- vym-1.12.2.orig/linkablemapobj.cpp 2008-12-23 19:15:14.000000000 +0100 ++++ vym-1.12.2/linkablemapobj.cpp 2008-12-23 19:15:45.000000000 +0100 +@@ -1,4 +1,5 @@ + #include ++#include + + #include "linkablemapobj.h" + #include "branchobj.h" +Index: vym-1.12.2/main.cpp +=================================================================== +--- vym-1.12.2.orig/main.cpp 2008-12-23 19:16:08.000000000 +0100 ++++ vym-1.12.2/main.cpp 2008-12-23 19:16:24.000000000 +0100 +@@ -1,4 +1,5 @@ + #include ++#include + + #include "flagrowobj.h" + #include "mainwindow.h" +Index: vym-1.12.2/process.cpp +=================================================================== +--- vym-1.12.2.orig/process.cpp 2008-12-23 19:16:39.000000000 +0100 ++++ vym-1.12.2/process.cpp 2008-12-23 19:16:50.000000000 +0100 +@@ -1,4 +1,5 @@ + #include "process.h" ++#include + + ///////////////////////////////////////////////////////////////// + // Process +Index: vym-1.12.2/xml-base.cpp +=================================================================== +--- vym-1.12.2.orig/xml-base.cpp 2008-12-23 19:17:14.000000000 +0100 ++++ vym-1.12.2/xml-base.cpp 2008-12-23 19:17:30.000000000 +0100 +@@ -4,6 +4,7 @@ + #include + #include + #include ++#include + + #include "misc.h" + #include "settings.h" --- vym-1.12.2.orig/debian/patches/series +++ vym-1.12.2/debian/patches/series @@ -0,0 +1,3 @@ +pro-file.patch +iconpath.patch +gcc-ftbfs-fix.patch --- vym-1.12.2.orig/debian/patches/iconpath.patch +++ vym-1.12.2/debian/patches/iconpath.patch @@ -0,0 +1,13 @@ +Index: vym-1.12.2/main.cpp +=================================================================== +--- vym-1.12.2.orig/main.cpp 2008-12-23 19:11:35.000000000 +0100 ++++ vym-1.12.2/main.cpp 2008-12-23 19:11:57.000000000 +0100 +@@ -173,7 +173,7 @@ + #endif + + //m.resize(m.sizeHint()); +- m.setIcon (QPixmap (iconPath+"vym-48x48.png")); ++ m.setIcon (QPixmap (iconPath+"vym.png")); + m.show(); + m.fileNew(); + m.loadCmdLine(); --- vym-1.12.2.orig/debian/patches/pro-file.patch +++ vym-1.12.2/debian/patches/pro-file.patch @@ -0,0 +1,13 @@ +Index: vym-1.12.2/vym.pro +=================================================================== +--- vym-1.12.2.orig/vym.pro 2008-12-23 19:09:25.000000000 +0100 ++++ vym-1.12.2/vym.pro 2008-12-23 19:09:36.000000000 +0100 +@@ -155,7 +155,7 @@ + + + isEmpty( PREFIX ) { +- PREFIX = /usr/local ++ PREFIX = /usr + count( INSTALLDIR, 1 ) { + PREFIX = $${INSTALLDIR} + message( "Please use PREFIX instead of INSTALLDIR" )