Index: python/dnet.c
Remove this, its specific to python v 2.4, and won't build under 2.5. Its
created during the build by pyrex.
Index: debian/control
===================================================================
--- debian/control (revision 129)
+++ debian/control (revision 130)
@@ -2,7 +2,7 @@
Section: libs
Priority: optional
Maintainer: Simon Law <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0)
+Build-Depends: debhelper (>> 3.0.0), python-pyrex (>= 0.9.5), python2.5,
python2.5-dev
Standards-Version: 3.6.1
Package: libdumbnet-dev
@@ -31,3 +31,11 @@
.
libdumbnet is known as libdnet in other distributions, but this is a
namespace conflict with the original libdnet.
+
+Package: python-libdumbnet
+Section: python
+Architecture: any
+Depends: libdumbnet1 (=${Source-Version})
+Description: Python bindings for libdumbnet
+ Contains the dnet.so library required for using libdumbnet from python2.5
+
Index: debian/rules
===================================================================
--- debian/rules (revision 129)
+++ debian/rules (revision 130)
@@ -43,7 +43,7 @@
touch configure.in && \
touch aclocal.m4 && \
touch configure
- ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+ ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
--with-python
build: build-stamp
Index: debian/python-libdumbnet.dirs
===================================================================
--- debian/python-libdumbnet.dirs (revision 0)
+++ debian/python-libdumbnet.dirs (revision 130)
@@ -0,0 +1 @@
+usr/lib/python2.5/site-packages
Index: debian/python-libdumbnet.files
===================================================================
--- debian/python-libdumbnet.files (revision 0)
+++ debian/python-libdumbnet.files (revision 130)
@@ -0,0 +1 @@
+usr/lib/python2.5/site-packages/*
~
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]