--- labyrinth-0.4.1.orig/debian/changelog +++ labyrinth-0.4.1/debian/changelog @@ -1,70 +1,67 @@ -labyrinth (0.4.1) gutsy; urgency=low +labyrinth (0.4.1-0ubuntu3) lucid; urgency=low - * fix exception on map deletion - * fix relation between main labyrinth window and maps + * really add debian/patches/fix-imports.patch + bzr <-> human bug - -- Martin Schaaf (Privat) Fri, 03 Apr 2008 10:00:00 +0100 + -- Stephan Hermann Sat, 13 Feb 2010 12:09:51 +0100 -labyrinth (0.4.0) gutsy; urgency=low +labyrinth (0.4.1-0ubuntu2) lucid; urgency=low - * check for pygtk version before gtk is imported like it is said in the pygtk FAQ, fixes Issue 82 - * update de translation - * fix export dialog + * debian/patches/fix-imports.patch + - need to import names from labyrinth to handle finding the + modules after pycentral installation (LP: #520562) - -- Martin Schaaf (Privat) Fri, 01 Apr 2008 10:00:00 +0100 + -- Niall Creech Thu, 11 Feb 2010 18:34:39 +0000 -labyrinth (0.4.0rc7) gutsy; urgency=low - - * add missing file to distribution - * fix renaming of thoughts - - -- Martin Schaaf (Privat) Fri, 28 Mar 2008 09:39:00 +0100 +labyrinth (0.4.1-0ubuntu1) lucid; urgency=low -labyrinth (0.4.0rc6) gutsy; urgency=low + * New upstream release. + * debian/control: + - add dependency on python-numeric. (LP: #487496) + - updated Homepage. + - bumped Standards-Version. + * debian/copyright: use ©. + * debian/patches/remove-encoding-field-from-desktop-file.patch: remove + obsolete Encoding field from .desktop file. + * debian/watch: added. - * add font selection support for thoughts, fixes issue 79 - * change attributes instead of inserting, fixes hopefully issue 53 + -- Daniel Holbach Mon, 21 Dec 2009 14:06:13 +0100 - -- Martin Schaaf (Privat) Fri, 27 Mar 2008 19:39:00 +0100 +labyrinth (0.4.0-0ubuntu1) hardy; urgency=low -labyrinth (0.4.0rc5) gutsy; urgency=low + * New upstream release, Bug fix release (LP: #210656). + * debian/patches/svn_makedirs.patch: dropped, included upstream. + * Lots of bugs fixed. (LP: #183231, LP: #186321) - * Export maps with images as tarball. Sync with trunk. - * show a bigger border if a thought has extended info, fixes issue 33 - * Fixes issue 62. Links are not selected if not clicked. - * Don't draw off-screen thoughts. - * remember map sort order, fixes issue 75 - * save open maps every 60 seconds, fixing issue 64 + -- Daniel Holbach Wed, 02 Apr 2008 07:51:05 +0200 - -- Martin Schaaf (Privat) Fri, 26 Mar 2008 10:39:00 +0100 +labyrinth (0.3-0ubuntu4) hardy; urgency=low -labyrinth (0.4.0rc4) gutsy; urgency=low + * debian/patches/missing-thought-fix.patch: thanks Luca Falavigna and Martin + Schaaf for raising the issue and figuring out the upstream fix at + http://code.google.com/p/labyrinth/issues/detail?id=69 (LP: #156451) + * debian/control: moved Homepage into its own section, bumped + Standards-Version. - * convert pixel array from pixbuf rgb order to cairo rgb order on exporting + -- Daniel Holbach Thu, 06 Mar 2008 12:44:21 +0100 - -- Martin Schaaf (Privat) Fri, 23 Mar 2008 12:31:00 +0100 +labyrinth (0.3-0ubuntu3) hardy; urgency=low -labyrinth (0.4.0rc3) gutsy; urgency=low + * svn_makedirs.patch: fix OSError exception when intermediate directories + are not present (LP: #97064) - * also export graphics to pdf and svg - * handle exception after save as + -- Luca Falavigna Wed, 19 Dec 2007 20:37:22 +0100 - -- Martin Schaaf (Privat) Fri, 22 Mar 2008 00:27:00 +0100 +labyrinth (0.3-0ubuntu2) feisty; urgency=low -labyrinth (0.4.0-0rc2) gutsy; urgency=low + * debian/pycompat: 2. + * debian/control: debhelper (>= 5.0.37.2). - * Save and load browser size, fixing issue 18 - * add export as pdf - * add svg export support - * Fix potential exception on map opening - * Give all points their own unique colour - * Update the colour selectors when loading a map + -- Daniel Holbach Wed, 14 Mar 2007 11:03:02 +0100 - -- Martin Schaaf (Privat) Fri, 21 Mar 2008 15:00:00 +0100 +labyrinth (0.3-0ubuntu1) feisty; urgency=low -labyrinth (0.4.0-0rc1) gutsy; urgency=low + * Initial release. - * fix issues 37, 38, 66, 68, 13, 11, 64, 45, 69, 73 and other bugs - - -- Martin Schaaf (Privat) Fri, 21 Mar 2008 15:00:00 +0100 + -- Daniel Holbach Tue, 14 Nov 2006 17:00:25 -0800 --- labyrinth-0.4.1.orig/debian/control +++ labyrinth-0.4.1/debian/control @@ -1,15 +1,17 @@ Source: labyrinth Section: gnome Priority: optional -Maintainer: Martin Schaaf +XSBC-Original-Maintainer: Daniel Holbach +Maintainer: Ubuntu Developers Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python-central (>= 0.5) -Build-Depends-Indep: python-dev (>= 2.4), pkg-config, libxml-parser-perl, libgtk2.0-dev (>= 2.8), python-gtk2-dev (>= 2.8), python-gobject-dev (>= 2.10), python-gnome2-dev (>= 2.12), libgnome-desktop-dev (>= 2.14), python-cairo-dev (>= 1.0), python-gconf -Standards-Version: 3.7.3 +Build-Depends-Indep: python-dev (>= 2.4), pkg-config, libxml-parser-perl, libgtk2.0-dev (>= 2.8), python-gtk2-dev (>= 2.8), python-gobject-dev (>= 2.10), python-gnome2-dev (>= 2.12), libgnome-desktop-dev (>= 2.14), python-cairo-dev (>= 1.0) +Standards-Version: 3.8.3 XS-Python-Version: all +Homepage: http://code.google.com/p/labyrinth Package: labyrinth Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python-glade2, python-gtk2 (>= 2.8), python-gobject (>= 2.10), python-gnome2 (>= 2.12), python-gnome2-desktop (>= 2.14), python-cairo (>= 1.0), python-gconf +Depends: ${python:Depends}, ${misc:Depends}, python-glade2, python-gtk2 (>= 2.8), python-gobject (>= 2.10), python-gnome2 (>= 2.12), python-gnome2-desktop (>= 2.14), python-cairo (>= 1.0), python-numeric XB-Python-Version: ${python:Versions} Description: lightweight mind-mapping tool Labyrinth is a lightweight mind-mapping tool, written in Python using Gtk @@ -20,5 +22,3 @@ linked to and arranged radially around a central key word or idea. It is used to generate, visualise, structure and classify ideas, and as an aid in study, organisation, problem solving, and decision making - . - Homepage: http://www.gnome.org/~dscorgie/labyrinth.html --- labyrinth-0.4.1.orig/debian/copyright +++ labyrinth-0.4.1/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by Daniel Holbach on +Tue, 14 Nov 2006 17:00:25 -0800. + +It was downloaded from http://www.gnome.org/~dscorgie/labyrinth.html + +Upstream Author: + Don Scorgie + + +Copyright: + Copyright © 2005 Thomas M. Hinkle + Copyright © 2006 - Andreas Sliwka + Copyright © 2006 - Don Scorgie + +License: + + 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; either version 2 of the License, or + (at your option) any later version. + + 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- labyrinth-0.4.1.orig/debian/watch +++ labyrinth-0.4.1/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://code.google.com/p/labyrinth/downloads/list \ +http://labyrinth.googlecode.com/files/labyrinth_(.*)\.tar\.gz debian --- labyrinth-0.4.1.orig/debian/patches/missing-thought-fix.patch +++ labyrinth-0.4.1/debian/patches/missing-thought-fix.patch @@ -0,0 +1,13 @@ +diff -Nur -x '*.orig' -x '*~' labyrinth-0.3/src/MMapArea.py labyrinth-0.3.new/src/MMapArea.py +--- labyrinth-0.3/src/MMapArea.py 2006-11-13 17:18:12.000000000 +0100 ++++ labyrinth-0.3.new/src/MMapArea.py 2008-03-06 12:44:09.000000000 +0100 +@@ -759,7 +759,8 @@ + child = t + if parent and child: + break +- l.set_parent_child (parent, child) ++ if parent is not None: ++ l.set_parent_child (parent, child) + if not l.parent or not l.child: + del_links.append (l) + for l in del_links: --- labyrinth-0.4.1.orig/debian/patches/remove-encoding-field-from-desktop-file.patch +++ labyrinth-0.4.1/debian/patches/remove-encoding-field-from-desktop-file.patch @@ -0,0 +1,9 @@ +diff -Nur -x '*.orig' -x '*~' labyrinth-0.4.1/data/labyrinth.desktop.in labyrinth-0.4.1.new/data/labyrinth.desktop.in +--- labyrinth-0.4.1/data/labyrinth.desktop.in 2008-03-25 14:33:55.000000000 +0100 ++++ labyrinth-0.4.1.new/data/labyrinth.desktop.in 2009-12-21 14:20:17.899433567 +0100 +@@ -1,5 +1,4 @@ + [Desktop Entry] +-Encoding=UTF-8 + _Name=Labyrinth Mind-mapping + _GenericName=Mind-mapping + _Comment=Map your mind