1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: liblarch
Section: python
Priority: optional
Maintainer: Luca Falavigna <dktrkranz@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9~), python-all (>= 2.6.6-3~)
Standards-Version: 3.9.4
X-Python-Version: >= 2.5
Homepage: https://live.gnome.org/liblarch
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/liblarch/trunk/
Vcs-Browser: http://anonscm.debian.org/viewsvn/python-modules/packages/liblarch/trunk/
Package: python-liblarch
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-gobject-2, python-gtk2
Breaks: python-liblarch-gtk (<< 2.1.0), gtg (<< 0.3)
Replaces: python-liblarch-gtk (<< 2.1.0)
Description: easily handle data structures
Liblarch is a Python module created to easily handle data structure such as
lists, trees and directed acyclic graphs (tree where nodes can have multiple
parents).
.
Liblarch supports multiple views of one data structure and complex filtering.
That way, you have a clear separation between your data (Model) and how they
are displayed (View).
Package: python-liblarch-gtk
Architecture: all
Section: oldlibs
Priority: extra
Depends: python-liblarch, ${misc:Depends}
Description: transitional dummy package for python-liblarch
This is a dummy package to ease transition to the new package python-liblarch.
.
It can be safely removed from your system.
|