aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvidon2004-11-30 13:30:47 +0000
committervidon2004-11-30 13:30:47 +0000
commit784df2ec35e797a5135ae854258ba0a76435fdd4 (patch)
tree474fd2890656b0740894a938f14eac68214b8c6f
parentf7311328df20197e263bd8fe9f8bcdbd0dd04d56 (diff)
downloadivycpy-784df2ec35e797a5135ae854258ba0a76435fdd4.zip
ivycpy-784df2ec35e797a5135ae854258ba0a76435fdd4.tar.gz
ivycpy-784df2ec35e797a5135ae854258ba0a76435fdd4.tar.bz2
ivycpy-784df2ec35e797a5135ae854258ba0a76435fdd4.tar.xz
Changement de nom du paquetage deb binaire
Génération de la doc API
-rw-r--r--debian/changelog11
-rw-r--r--debian/control8
-rwxr-xr-xdebian/rules10
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 <vidon@cena.fr> 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 <vidon@anaa.ics.ath.cena.fr> Tue, 2 Nov 2004 17:13:41 +0100
+ -- Guillaume Vidon <vidon@cena.fr> 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 <vidon@anaa.ics.ath.cena.fr> Thu, 21 Oct 2004 15:01:36 +0200
+ -- Guillaume Vidon <vidon@cena.fr> 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 <pavet@cena.fr>
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