[Python-modules-commits] r20476 - in packages/liblarch/trunk (10 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Thu Feb 16 20:37:57 UTC 2012
Date: Thursday, February 16, 2012 @ 20:37:55
Author: dktrkranz
Revision: 20476
[svn-inject] Applying Debian modifications (0.1.0-1) to trunk
Added:
packages/liblarch/trunk/debian/
packages/liblarch/trunk/debian/changelog
packages/liblarch/trunk/debian/compat
packages/liblarch/trunk/debian/control
packages/liblarch/trunk/debian/copyright
packages/liblarch/trunk/debian/docs
packages/liblarch/trunk/debian/rules
packages/liblarch/trunk/debian/source/
packages/liblarch/trunk/debian/source/format
packages/liblarch/trunk/debian/watch
Property changes on: packages/liblarch/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/liblarch/trunk/debian/changelog
===================================================================
--- packages/liblarch/trunk/debian/changelog (rev 0)
+++ packages/liblarch/trunk/debian/changelog 2012-02-16 20:37:55 UTC (rev 20476)
@@ -0,0 +1,5 @@
+liblarch (0.1.0-1) unstable; urgency=low
+
+ * Initial release (Closes: #660142).
+
+ -- Luca Falavigna <dktrkranz at debian.org> Thu, 16 Feb 2012 20:52:22 +0100
Added: packages/liblarch/trunk/debian/compat
===================================================================
--- packages/liblarch/trunk/debian/compat (rev 0)
+++ packages/liblarch/trunk/debian/compat 2012-02-16 20:37:55 UTC (rev 20476)
@@ -0,0 +1 @@
+9
Added: packages/liblarch/trunk/debian/control
===================================================================
--- packages/liblarch/trunk/debian/control (rev 0)
+++ packages/liblarch/trunk/debian/control 2012-02-16 20:37:55 UTC (rev 20476)
@@ -0,0 +1,23 @@
+Source: liblarch
+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/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-liblarch/trunk/
+
+Package: python-liblarch
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-gobject-2
+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).
Added: packages/liblarch/trunk/debian/copyright
===================================================================
--- packages/liblarch/trunk/debian/copyright (rev 0)
+++ packages/liblarch/trunk/debian/copyright 2012-02-16 20:37:55 UTC (rev 20476)
@@ -0,0 +1,29 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: liblarch
+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/trunk/debian/docs
===================================================================
--- packages/liblarch/trunk/debian/docs (rev 0)
+++ packages/liblarch/trunk/debian/docs 2012-02-16 20:37:55 UTC (rev 20476)
@@ -0,0 +1,2 @@
+AUTHORS
+README
Added: packages/liblarch/trunk/debian/rules
===================================================================
--- packages/liblarch/trunk/debian/rules (rev 0)
+++ packages/liblarch/trunk/debian/rules 2012-02-16 20:37:55 UTC (rev 20476)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with python2
Property changes on: packages/liblarch/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/liblarch/trunk/debian/source/format
===================================================================
--- packages/liblarch/trunk/debian/source/format (rev 0)
+++ packages/liblarch/trunk/debian/source/format 2012-02-16 20:37:55 UTC (rev 20476)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/liblarch/trunk/debian/watch
===================================================================
--- packages/liblarch/trunk/debian/watch (rev 0)
+++ packages/liblarch/trunk/debian/watch 2012-02-16 20:37:55 UTC (rev 20476)
@@ -0,0 +1,2 @@
+version=3
+http://gtg.fritalk.com/publique/gtg.fritalk.com/liblarch/([\d\.]+)/liblarch-([\d.]+)\.tar\.gz
More information about the Python-modules-commits
mailing list