debian/0000775000000000000000000000000012124366217007174 5ustar debian/docs0000664000000000000000000000003012124366046010040 0ustar AUTHORS NEWS README.rst debian/rules0000775000000000000000000000063312124366046010256 0ustar #!/usr/bin/make -f DESTDIR=$(CURDIR)/debian/labyrinth/ PYVERS = $(shell pyversions -r) %: dh $@ --with python2 override_dh_auto_install: set -e; \ for py in $(PYVERS); do \ $$py setup.py install --root=$(DESTDIR) --install-layout=deb \ --install-scripts=/usr/share/labyrinth; \ done dh_link /usr/share/labyrinth/labyrinth /usr/bin/labyrinth make -C po localedir=$(DESTDIR)/usr/share/locale install debian/compat0000664000000000000000000000000212124366046010372 0ustar 8 debian/copyright0000664000000000000000000000505112124366046011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: labyrinth Source: https://github.com/labyrinth-team/labyrinth Files: * Copyright: 2006-2012 Don Scorgie License: GPL-2+ This program 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 program 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 full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: debian/* Copyright: 2012 Thomas Kluyver License: BSD-3-Clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/source/0000775000000000000000000000000012124366217010474 5ustar debian/source/format0000664000000000000000000000001412124366046011702 0ustar 3.0 (quilt) debian/install0000664000000000000000000000042312124366046010564 0ustar data/labyrinth-16.png usr/share/icons/hicolor/16x16/apps data/labyrinth-22.png usr/share/icons/hicolor/22x22/apps data/labyrinth-24.png usr/share/icons/hicolor/24x24/apps data/labyrinth.svg usr/share/icons/hicolor/scalable/apps data/labyrinth.desktop usr/share/applications debian/clean0000664000000000000000000000003712124366046010201 0ustar build *.egg-info* *.mo *new.po debian/control0000664000000000000000000000223412124366046010600 0ustar Source: labyrinth Section: gnome Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Martin Schaaf Build-Depends: debhelper (>= 8), python (>= 2.6.6-3~) Standards-Version: 3.9.3 X-Python-Version: >= 2.6 Homepage: http://www.gnome.org/~dscorgie/labyrinth.html Package: labyrinth Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-glade2, python-gtk2 (>= 2.8), python-gobject (>= 2.10), python-cairo (>= 1.0), python-gconf, python-xdg, python-numpy Description: lightweight mind-mapping tool Labyrinth is a lightweight mind-mapping tool, written in Python using Gtk and Cairo to do the drawing. It is intended to be as light and intuitive as possible, but still provide a wide range of powerful features. . A mind-map is a diagram used to represent words, ideas, tasks or other items 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 . debian/watch0000664000000000000000000000012212124366046010220 0ustar version=3 http://github.com/labyrinth-team/labyrinth/tags .*/(\d[\d\.]+)\.tar\.gz debian/changelog0000664000000000000000000000746612124366046011063 0ustar labyrinth (0.6-0ubuntu3) raring; urgency=low * Re-added python-numpy as a dependency. Numpy is needed to run the program. (Fixes LP: #1132082) -- Hans Joachim Desserud Tue, 26 Mar 2013 19:11:27 +0100 labyrinth (0.6-0ubuntu2) raring; urgency=low * debian/rules - added setup.py call. - removed dh_auto_clean override, not needed - use dh_link to create labyrinth sym link * Increased python to >= 2.6.6-3~ in debian/control * Use debhelper to install data files. * Added debian/clean * Added debian/install * Added debian/docs -- Charlie Smotherman Sun, 11 Nov 2012 10:30:41 -0500 labyrinth (0.6-0ubuntu1) raring; urgency=low * New upstream release - Fixes LP: #353605 * Use packaging provided by upstream - Migrate from python-central to dh_python2 -- Thomas Kluyver Fri, 02 Nov 2012 15:56:06 +0000 labyrinth (0.4.1-0ubuntu6) precise; urgency=low * debian/control: Replace python-numeric with python-numpy dependency fixes LP: #872756 * debian/patches/numeric_to_numpy.patch: Replace Numeric with numpy -- Marcel Stimberg Wed, 07 Dec 2011 22:17:46 +0100 labyrinth (0.4.1-0ubuntu5) maverick; urgency=low * Depend on python-gnomedesktop | python-gnome2-desktop (>= 2.14). -- Matthias Klose Tue, 28 Sep 2010 21:05:36 +0200 labyrinth (0.4.1-0ubuntu4) lucid; urgency=low * Now really fix LP: #520562 (bzr builddep should complain when there is status: missing files) -- Stephan Hermann Sat, 13 Feb 2010 12:17:42 +0100 labyrinth (0.4.1-0ubuntu3) lucid; urgency=low * really add debian/patches/fix-imports.patch bzr <-> human bug -- Stephan Hermann Sat, 13 Feb 2010 12:09:51 +0100 labyrinth (0.4.1-0ubuntu2) lucid; urgency=low * debian/patches/fix-imports.patch - need to import names from labyrinth to handle finding the modules after pycentral installation (LP: #520562) -- Niall Creech Thu, 11 Feb 2010 18:34:39 +0000 labyrinth (0.4.1-0ubuntu1) lucid; 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. -- Daniel Holbach Mon, 21 Dec 2009 14:06:13 +0100 labyrinth (0.4.0-0ubuntu1) hardy; 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) -- Daniel Holbach Wed, 02 Apr 2008 07:51:05 +0200 labyrinth (0.3-0ubuntu4) hardy; 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. -- Daniel Holbach Thu, 06 Mar 2008 12:44:21 +0100 labyrinth (0.3-0ubuntu3) hardy; urgency=low * svn_makedirs.patch: fix OSError exception when intermediate directories are not present (LP: #97064) -- Luca Falavigna Wed, 19 Dec 2007 20:37:22 +0100 labyrinth (0.3-0ubuntu2) feisty; urgency=low * debian/pycompat: 2. * debian/control: debhelper (>= 5.0.37.2). -- Daniel Holbach Wed, 14 Mar 2007 11:03:02 +0100 labyrinth (0.3-0ubuntu1) feisty; urgency=low * Initial release. -- Daniel Holbach Tue, 14 Nov 2006 17:00:25 -0800