From 784df2ec35e797a5135ae854258ba0a76435fdd4 Mon Sep 17 00:00:00 2001 From: vidon Date: Tue, 30 Nov 2004 13:30:47 +0000 Subject: Changement de nom du paquetage deb binaire Génération de la doc API --- debian/changelog | 11 +++++++++-- debian/control | 8 ++++---- debian/rules | 10 +++++++--- 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7a2a69e..3da1368 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,15 +1,22 @@ +ivycpy (0.6-5) unstable; urgency=low + + * Génération de la documentation au format pdf et html + * Changement de nom du paquetage binaire : ivycpy -> python-ivy + + -- Guillaume Vidon Tue, 30 Nov 2004 14:31:43 +0100 + ivycpy (0.6-4) unstable; urgency=low * Support des événements sur les abonnements à des regexps - -- Guillaume Vidon Tue, 2 Nov 2004 17:13:41 +0100 + -- Guillaume Vidon Tue, 2 Nov 2004 17:13:41 +0100 ivycpy (0.6-3) unstable; urgency=low * Introduction du module python ivy.py qui fourni une interface objet de manipulation du bus Ivy * Ajout d'un exemple d'utilisation du module ivy.py - -- Guillaume Vidon Thu, 21 Oct 2004 15:01:36 +0200 + -- Guillaume Vidon Thu, 21 Oct 2004 15:01:36 +0200 ivycpy (0.6-2) testing; urgency=low diff --git a/debian/control b/debian/control index c9a409c..6c14036 100644 --- a/debian/control +++ b/debian/control @@ -4,13 +4,13 @@ Section: devel Priority: optional Maintainer: Didier Pavet Standards-Version: 3.0.1 -Build-Depends: debhelper +Build-Depends: debhelper, python, python-dev, python-epydoc -Package: ivycpy +Package: python-ivy Section: devel Architecture: i386 -Depends: libc6-dev, ivy-c (>= 3.3) -Conflicts: ivycpy213sa +Depends: libc6-dev, ivy-c (>= 3.3), python +Conflicts: ivycpy213sa, ivycpy Description: Ivy stub for Python (wrapper above ivyc). Ivycpy provides a Python access to the Ivy Bus. It is a wrapper above ivyc library ([3.3 .. 3.6]). This version is the version for debian woody (ivycpy213 stands for ivycpy for diff --git a/debian/rules b/debian/rules index 33944d9..477b0bf 100755 --- a/debian/rules +++ b/debian/rules @@ -21,7 +21,9 @@ build-stamp: clean: dh_testdir dh_testroot - rm -f build-stamp + -rm -f build-stamp + -rm -rf debian/tmp-docs + -rm -rf html # Add here commands to clean up after the build process. -$(MAKE) distclean @@ -36,7 +38,8 @@ install: build # Add here commands to install the package into debian/tmp. $(MAKE) install prefix=`pwd`/debian/tmp/usr pmode=debian - + -epydoc --html -n IvyPy ivy.py + -epydoc --pdf -n IvyPy -o debian/tmp-docs ivy.py # Build architecture-independent files here. binary-indep: build install @@ -48,7 +51,8 @@ binary-arch: build install dh_testdir dh_testroot # dh_installdebconf - dh_installdocs + dh_installdocs + dh_installdocs -i debian/tmp-docs/api.pdf html # dh_installexamples examples/* _dp dh_installmenu # dh_installemacsen -- cgit v1.1