From 401a212a2b45aaad2db524c5bc22d60edbc9a94b Mon Sep 17 00:00:00 2001 From: pavet Date: Thu, 7 Oct 2004 10:17:53 +0000 Subject: passage v0.6 --- debian/.cvsignore | 1 + debian/changelog | 8 ++++++++ debian/postinst | 8 ++++---- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/debian/.cvsignore b/debian/.cvsignore index a9a5aec..3f6543a 100644 --- a/debian/.cvsignore +++ b/debian/.cvsignore @@ -1 +1,2 @@ tmp +*.debhelper diff --git a/debian/changelog b/debian/changelog index ff28c71..3fdd1b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ivycpy (0.6-1) stable; urgency=low + + * this version steps from swig1.x to swig3.x + * take care that this version could not be debianized on a strict + * woody 3.0 : swig3.x and python2.1-tk-o are required + + -- Didier Pavet Wed, 6 Oct 2004 08:58:16 +0100 + ivycpy (0.5-1) stable; urgency=low * first version stored in ivy/cvs repository diff --git a/debian/postinst b/debian/postinst index 6ae18fa..e3d2c5c 100644 --- a/debian/postinst +++ b/debian/postinst @@ -33,10 +33,10 @@ case "$1" in # mv $TKINTERDIR/_tkinter.so $TKINTERDIR/_tkinter.so.orig # ln -s $TKINTERDIR/_tkinter.so.ivycpy $TKINTERDIR/_tkinter.so # fi - for i in $EXAMPLEDIR ; do - python -O /usr/lib/python2.1/compileall.py -q $i - python /usr/lib/python2.1/compileall.py -q $i - done +# for i in $EXAMPLEDIR ; do +# python -O /usr/lib/python2.1/compileall.py -q $i +# python /usr/lib/python2.1/compileall.py -q $i +# done ;; abort-upgrade|abort-remove|abort-deconfigure) -- cgit v1.1