[Pkg-xfce-commits] r3593 - desktop/branches/experimental/exo/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sat Oct 17 09:04:53 UTC 2009


Author: corsac
Date: 2009-10-17 21:04:53 +0000 (Sat, 17 Oct 2009)
New Revision: 3593

Removed:
   desktop/branches/experimental/exo/debian/python2.3-exo0.3.examples
   desktop/branches/experimental/exo/debian/python2.3-exo0.3.install
   desktop/branches/experimental/exo/debian/python2.3-exo0.3.postinst
   desktop/branches/experimental/exo/debian/python2.3-exo0.3.prerm
Log:
drop packaging for python bindings


Deleted: desktop/branches/experimental/exo/debian/python2.3-exo0.3.examples
===================================================================
--- desktop/branches/experimental/exo/debian/python2.3-exo0.3.examples	2009-10-17 21:03:38 UTC (rev 3592)
+++ desktop/branches/experimental/exo/debian/python2.3-exo0.3.examples	2009-10-17 21:04:53 UTC (rev 3593)
@@ -1,4 +0,0 @@
-python/examples/README
-python/examples/ellipsizing.py
-python/examples/toolbars.py
-python/examples/toolbars.ui

Deleted: desktop/branches/experimental/exo/debian/python2.3-exo0.3.install
===================================================================
--- desktop/branches/experimental/exo/debian/python2.3-exo0.3.install	2009-10-17 21:03:38 UTC (rev 3592)
+++ desktop/branches/experimental/exo/debian/python2.3-exo0.3.install	2009-10-17 21:04:53 UTC (rev 3593)
@@ -1,2 +0,0 @@
-usr/lib/python*.*/site-packages/*
-usr/share/pygtk/2.0/defs/*

Deleted: desktop/branches/experimental/exo/debian/python2.3-exo0.3.postinst
===================================================================
--- desktop/branches/experimental/exo/debian/python2.3-exo0.3.postinst	2009-10-17 21:03:38 UTC (rev 3592)
+++ desktop/branches/experimental/exo/debian/python2.3-exo0.3.postinst	2009-10-17 21:04:53 UTC (rev 3593)
@@ -1,33 +0,0 @@
-#!/bin/bash -e
-#
-# Debian postinst script for Python x.y hierarchical modules
-# Written by Gregor Hoffleit <flight at debian.org>
-# Extended by Matthias Klose <doko at debian.org>
-# Modified by Benedikt Meurer <bm at os-cillation.de>
-#
-
-PACKAGE=`basename $0 | sed -e 's/\.[^.]*$//'`
-PV=`dpkg --listfiles $PACKAGE | sed -n -e '/^\/usr\/lib\/python.*\//{
-  s,/usr/lib/python\([0-9][0-9.]*\)/.*,\1,p
-  q
-}'`
-
-case "$1" in
-    configure|abort-upgrade|abort-remove|abort-deconfigure)
-	# Get the priority of this packages pygtk.py module
-    	pyver=`echo $PACKAGE|sed -ne 's/python\([0-9]\)\.\([0-9]\).*/\1\2/p'`
-	priority=$((100 + ${pyver:-0}))
-
-    	# Install the pygtk.py alternative
-	update-alternatives \
-	  --install /usr/lib/python$PV/site-packages/pyexo.py py${PV}exo.py \
-	  /usr/lib/python$PV/site-packages/pyexo.py.$PACKAGE $priority
-    ;;
-
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-#DEBHELPER#

Deleted: desktop/branches/experimental/exo/debian/python2.3-exo0.3.prerm
===================================================================
--- desktop/branches/experimental/exo/debian/python2.3-exo0.3.prerm	2009-10-17 21:03:38 UTC (rev 3592)
+++ desktop/branches/experimental/exo/debian/python2.3-exo0.3.prerm	2009-10-17 21:04:53 UTC (rev 3593)
@@ -1,20 +0,0 @@
-#!/bin/bash -e
-#
-# Debian prerm script for Python x.y hierarchical modules
-# Written by Gregor Hoffleit <flight at debian.org>
-# Extended by Matthias Klose <doko at debian.org>
-# Modified by Benedikt Meurer <bm at os-cillation.de>
-#
-
-PACKAGE=`basename $0 | sed -e 's/\.[^.]*$//'`
-PV=`dpkg --listfiles $PACKAGE | sed -n -e '/^\/usr\/lib\/python.*\//{
-  s,/usr/lib/python\([0-9][0-9.]*\)/.*,\1,p
-  q
-}'`
-
-if [ "$1" != "upgrade" ]; then
-	update-alternatives --remove py${PV}exo.py \
-		/usr/lib/python$PV/site-packages/pyexo.py.$PACKAGE
-fi
-
-#DEBHELPER#




More information about the Pkg-xfce-commits mailing list