[Python-modules-commits] r20479 - in packages/liblarch-gtk/trunk (10 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Thu Feb 16 20:38:33 UTC 2012


    Date: Thursday, February 16, 2012 @ 20:38:31
  Author: dktrkranz
Revision: 20479

[svn-inject] Applying Debian modifications (0.1.0-1) to trunk

Added:
  packages/liblarch-gtk/trunk/debian/
  packages/liblarch-gtk/trunk/debian/changelog
  packages/liblarch-gtk/trunk/debian/compat
  packages/liblarch-gtk/trunk/debian/control
  packages/liblarch-gtk/trunk/debian/copyright
  packages/liblarch-gtk/trunk/debian/docs
  packages/liblarch-gtk/trunk/debian/rules
  packages/liblarch-gtk/trunk/debian/source/
  packages/liblarch-gtk/trunk/debian/source/format
  packages/liblarch-gtk/trunk/debian/watch


Property changes on: packages/liblarch-gtk/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/liblarch-gtk/trunk/debian/changelog
===================================================================
--- packages/liblarch-gtk/trunk/debian/changelog	                        (rev 0)
+++ packages/liblarch-gtk/trunk/debian/changelog	2012-02-16 20:38:31 UTC (rev 20479)
@@ -0,0 +1,5 @@
+liblarch-gtk (0.1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #660143).
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Thu, 16 Feb 2012 20:52:22 +0100

Added: packages/liblarch-gtk/trunk/debian/compat
===================================================================
--- packages/liblarch-gtk/trunk/debian/compat	                        (rev 0)
+++ packages/liblarch-gtk/trunk/debian/compat	2012-02-16 20:38:31 UTC (rev 20479)
@@ -0,0 +1 @@
+9

Added: packages/liblarch-gtk/trunk/debian/control
===================================================================
--- packages/liblarch-gtk/trunk/debian/control	                        (rev 0)
+++ packages/liblarch-gtk/trunk/debian/control	2012-02-16 20:38:31 UTC (rev 20479)
@@ -0,0 +1,26 @@
+Source: liblarch-gtk
+Section: python
+Priority: optional
+Maintainer: Luca Falavigna <dktrkranz at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9~), python-all (>= 2.6.6-3~)
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.5
+Homepage: https://live.gnome.org/liblarch
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-liblarch-gtk/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-liblarch-gtk/trunk/
+
+Package: python-liblarch-gtk
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-gobject-2, python-gtk2
+Description: easily handle data structures - Treeview support
+ 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).
+ .
+ This module provides A GTK+ binding that will allow you to use your data
+ structure into a GTK+ Treeview.

Added: packages/liblarch-gtk/trunk/debian/copyright
===================================================================
--- packages/liblarch-gtk/trunk/debian/copyright	                        (rev 0)
+++ packages/liblarch-gtk/trunk/debian/copyright	2012-02-16 20:38:31 UTC (rev 20479)
@@ -0,0 +1,29 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: liblarch_gtk
+Source: http://gtg.fritalk.com/publique/gtg.fritalk.com/liblarch/
+
+Files: *
+Copyright: 2011-2012, Lionel Dricot <ploum at ploum.net>
+           2011-2012, Izidor Matušov <izidor.matusov at gmail.com>
+License: LGPL-3.0+
+
+Files: debian/*
+Copyright: 2012 Luca Falavigna <dktrkranz at debian.org>
+License: LGPL-3.0+
+
+License: LGPL-3.0+
+ This package is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 3 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
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in "/usr/share/common-licenses/LGPL-3".

Added: packages/liblarch-gtk/trunk/debian/docs
===================================================================
--- packages/liblarch-gtk/trunk/debian/docs	                        (rev 0)
+++ packages/liblarch-gtk/trunk/debian/docs	2012-02-16 20:38:31 UTC (rev 20479)
@@ -0,0 +1,2 @@
+AUTHORS
+README

Added: packages/liblarch-gtk/trunk/debian/rules
===================================================================
--- packages/liblarch-gtk/trunk/debian/rules	                        (rev 0)
+++ packages/liblarch-gtk/trunk/debian/rules	2012-02-16 20:38:31 UTC (rev 20479)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2


Property changes on: packages/liblarch-gtk/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/liblarch-gtk/trunk/debian/source/format
===================================================================
--- packages/liblarch-gtk/trunk/debian/source/format	                        (rev 0)
+++ packages/liblarch-gtk/trunk/debian/source/format	2012-02-16 20:38:31 UTC (rev 20479)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/liblarch-gtk/trunk/debian/watch
===================================================================
--- packages/liblarch-gtk/trunk/debian/watch	                        (rev 0)
+++ packages/liblarch-gtk/trunk/debian/watch	2012-02-16 20:38:31 UTC (rev 20479)
@@ -0,0 +1,2 @@
+version=3
+http://gtg.fritalk.com/publique/gtg.fritalk.com/liblarch/([\d\.]+)/liblarch_gtk-([\d.]+)\.tar\.gz




More information about the Python-modules-commits mailing list