summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpavet2004-10-07 10:17:53 +0000
committerpavet2004-10-07 10:17:53 +0000
commit401a212a2b45aaad2db524c5bc22d60edbc9a94b (patch)
tree67f10d9524b33cf9054d58a29eba91c42a9ec881
parent21191c3eede6868a5cc5d7a8dd92ebf00890a1f6 (diff)
downloadivycpy-vinit-401a212a2b45aaad2db524c5bc22d60edbc9a94b.zip
ivycpy-vinit-401a212a2b45aaad2db524c5bc22d60edbc9a94b.tar.gz
ivycpy-vinit-401a212a2b45aaad2db524c5bc22d60edbc9a94b.tar.bz2
ivycpy-vinit-401a212a2b45aaad2db524c5bc22d60edbc9a94b.tar.xz
passage v0.6
-rw-r--r--debian/.cvsignore1
-rw-r--r--debian/changelog8
-rw-r--r--debian/postinst8
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 <pavet@cena.fr> 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)