[Python-modules-commits] r22940 - in packages/liblarch/tags (8 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sat Nov 10 09:50:33 UTC 2012


    Date: Saturday, November 10, 2012 @ 09:50:32
  Author: dktrkranz
Revision: 22940

[svn-buildpackage] Tagging liblarch 2.1.0-1

Added:
  packages/liblarch/tags/2.1.0-1/
  packages/liblarch/tags/2.1.0-1/debian/changelog
    (from rev 22939, packages/liblarch/trunk/debian/changelog)
  packages/liblarch/tags/2.1.0-1/debian/control
    (from rev 22937, packages/liblarch/trunk/debian/control)
  packages/liblarch/tags/2.1.0-1/debian/copyright
    (from rev 22935, packages/liblarch/trunk/debian/copyright)
  packages/liblarch/tags/2.1.0-1/debian/install
    (from rev 22934, packages/liblarch/trunk/debian/install)
Deleted:
  packages/liblarch/tags/2.1.0-1/debian/changelog
  packages/liblarch/tags/2.1.0-1/debian/control
  packages/liblarch/tags/2.1.0-1/debian/copyright

Deleted: packages/liblarch/tags/2.1.0-1/debian/changelog
===================================================================
--- packages/liblarch/trunk/debian/changelog	2012-11-09 19:21:50 UTC (rev 22931)
+++ packages/liblarch/tags/2.1.0-1/debian/changelog	2012-11-10 09:50:32 UTC (rev 22940)
@@ -1,5 +0,0 @@
-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

Copied: packages/liblarch/tags/2.1.0-1/debian/changelog (from rev 22939, packages/liblarch/trunk/debian/changelog)
===================================================================
--- packages/liblarch/tags/2.1.0-1/debian/changelog	                        (rev 0)
+++ packages/liblarch/tags/2.1.0-1/debian/changelog	2012-11-10 09:50:32 UTC (rev 22940)
@@ -0,0 +1,19 @@
+liblarch (2.1.0-1) experimental; urgency=low
+
+  * New upstream release.
+  * debian/control:
+    - Fix Vcs-* fields links.
+    - Breaks gtg older than version 0.3.
+    - Provide transitional package for python-liblarch-gtk, which has
+      been merged in python-liblarch.
+    - Bump Standards-Version to 3.9.4, no changes required.
+  * debian/copyright:
+    - Point to 1.0 copyright format URL.
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Sat, 10 Nov 2012 10:31:26 +0100
+
+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

Deleted: packages/liblarch/tags/2.1.0-1/debian/control
===================================================================
--- packages/liblarch/trunk/debian/control	2012-11-09 19:21:50 UTC (rev 22931)
+++ packages/liblarch/tags/2.1.0-1/debian/control	2012-11-10 09:50:32 UTC (rev 22940)
@@ -1,23 +0,0 @@
-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).

Copied: packages/liblarch/tags/2.1.0-1/debian/control (from rev 22937, packages/liblarch/trunk/debian/control)
===================================================================
--- packages/liblarch/tags/2.1.0-1/debian/control	                        (rev 0)
+++ packages/liblarch/tags/2.1.0-1/debian/control	2012-11-10 09:50:32 UTC (rev 22940)
@@ -0,0 +1,35 @@
+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.4
+X-Python-Version: >= 2.5
+Homepage: https://live.gnome.org/liblarch
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/liblarch/trunk/
+Vcs-Browser: http://svn.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.

Deleted: packages/liblarch/tags/2.1.0-1/debian/copyright
===================================================================
--- packages/liblarch/trunk/debian/copyright	2012-11-09 19:21:50 UTC (rev 22931)
+++ packages/liblarch/tags/2.1.0-1/debian/copyright	2012-11-10 09:50:32 UTC (rev 22940)
@@ -1,29 +0,0 @@
-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".

Copied: packages/liblarch/tags/2.1.0-1/debian/copyright (from rev 22935, packages/liblarch/trunk/debian/copyright)
===================================================================
--- packages/liblarch/tags/2.1.0-1/debian/copyright	                        (rev 0)
+++ packages/liblarch/tags/2.1.0-1/debian/copyright	2012-11-10 09:50:32 UTC (rev 22940)
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+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".

Copied: packages/liblarch/tags/2.1.0-1/debian/install (from rev 22934, packages/liblarch/trunk/debian/install)
===================================================================
--- packages/liblarch/tags/2.1.0-1/debian/install	                        (rev 0)
+++ packages/liblarch/tags/2.1.0-1/debian/install	2012-11-10 09:50:32 UTC (rev 22940)
@@ -0,0 +1 @@
+usr/lib/python*




More information about the Python-modules-commits mailing list