[Python-modules-commits] r22934 - in packages/liblarch/trunk/debian (changelog control install)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sat Nov 10 01:06:06 UTC 2012


    Date: Saturday, November 10, 2012 @ 01:06:05
  Author: dktrkranz
Revision: 22934

Provide transitional package for python-liblarch-gtk

Added:
  packages/liblarch/trunk/debian/install
Modified:
  packages/liblarch/trunk/debian/changelog
  packages/liblarch/trunk/debian/control

Modified: packages/liblarch/trunk/debian/changelog
===================================================================
--- packages/liblarch/trunk/debian/changelog	2012-11-10 00:46:45 UTC (rev 22933)
+++ packages/liblarch/trunk/debian/changelog	2012-11-10 01:06:05 UTC (rev 22934)
@@ -3,6 +3,8 @@
   * New upstream release.
   * debian/control:
     - Fix Vcs-* fields links.
+    - Provide transitional package for python-liblarch-gtk, which has
+      been merged in python-liblarch.
 
  -- Luca Falavigna <dktrkranz at debian.org>  Sat, 10 Nov 2012 01:42:21 +0100
 

Modified: packages/liblarch/trunk/debian/control
===================================================================
--- packages/liblarch/trunk/debian/control	2012-11-10 00:46:45 UTC (rev 22933)
+++ packages/liblarch/trunk/debian/control	2012-11-10 01:06:05 UTC (rev 22934)
@@ -12,7 +12,9 @@
 
 Package: python-liblarch
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-gobject-2
+Depends: ${python:Depends}, ${misc:Depends}, python-gobject-2, python-gtk2
+Breaks: python-liblarch-gtk (<< 2.1.0)
+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
@@ -21,3 +23,13 @@
  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.

Added: packages/liblarch/trunk/debian/install
===================================================================
--- packages/liblarch/trunk/debian/install	                        (rev 0)
+++ packages/liblarch/trunk/debian/install	2012-11-10 01:06:05 UTC (rev 22934)
@@ -0,0 +1 @@
+usr/lib/python*




More information about the Python-modules-commits mailing list