[Python-modules-commits] r485 - in /packages/cubictemp/trunk/debian: python-cubictemp.dirs python-cubictemp.docs python-cubictemp.postinst python-cubictemp.prerm python2.3-cubictemp.docs python2.3-cubictemp.install python2.4-cubictemp.docs python2.4-cubictemp.install

adn-guest at users.alioth.debian.org adn-guest at users.alioth.debian.org
Sun May 7 12:11:44 UTC 2006


Author: adn-guest
Date: Sun May  7 12:11:44 2006
New Revision: 485

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=485
Log:
Forgot those :-)

Added:
    packages/cubictemp/trunk/debian/python-cubictemp.dirs
    packages/cubictemp/trunk/debian/python-cubictemp.docs
    packages/cubictemp/trunk/debian/python-cubictemp.postinst
    packages/cubictemp/trunk/debian/python-cubictemp.prerm
Removed:
    packages/cubictemp/trunk/debian/python2.3-cubictemp.docs
    packages/cubictemp/trunk/debian/python2.3-cubictemp.install
    packages/cubictemp/trunk/debian/python2.4-cubictemp.docs
    packages/cubictemp/trunk/debian/python2.4-cubictemp.install

Added: packages/cubictemp/trunk/debian/python-cubictemp.dirs
URL: http://svn.debian.org/wsvn/python-modules/packages/cubictemp/trunk/debian/python-cubictemp.dirs?rev=485&op=file
==============================================================================
--- packages/cubictemp/trunk/debian/python-cubictemp.dirs (added)
+++ packages/cubictemp/trunk/debian/python-cubictemp.dirs Sun May  7 12:11:44 2006
@@ -1,0 +1,1 @@
+usr/share/python-support/cubictemp/

Added: packages/cubictemp/trunk/debian/python-cubictemp.docs
URL: http://svn.debian.org/wsvn/python-modules/packages/cubictemp/trunk/debian/python-cubictemp.docs?rev=485&op=file
==============================================================================
--- packages/cubictemp/trunk/debian/python-cubictemp.docs (added)
+++ packages/cubictemp/trunk/debian/python-cubictemp.docs Sun May  7 12:11:44 2006
@@ -1,0 +1,1 @@
+doc/

Added: packages/cubictemp/trunk/debian/python-cubictemp.postinst
URL: http://svn.debian.org/wsvn/python-modules/packages/cubictemp/trunk/debian/python-cubictemp.postinst?rev=485&op=file
==============================================================================
--- packages/cubictemp/trunk/debian/python-cubictemp.postinst (added)
+++ packages/cubictemp/trunk/debian/python-cubictemp.postinst Sun May  7 12:11:44 2006
@@ -1,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if [ "$1" = "configure" ] && which update-python-modules >/dev/null 2>&1; then
+        update-python-modules -i /usr/share/python-support/cubictemp
+fi

Added: packages/cubictemp/trunk/debian/python-cubictemp.prerm
URL: http://svn.debian.org/wsvn/python-modules/packages/cubictemp/trunk/debian/python-cubictemp.prerm?rev=485&op=file
==============================================================================
--- packages/cubictemp/trunk/debian/python-cubictemp.prerm (added)
+++ packages/cubictemp/trunk/debian/python-cubictemp.prerm Sun May  7 12:11:44 2006
@@ -1,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
+
+if which update-python-modules >/dev/null 2>&1; then
+        update-python-modules -c -i /usr/share/python-support/cubictemp
+fi




More information about the Python-modules-commits mailing list