Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Bug#388541: libdumbnet1: wish : python bindings for libdnet.sf.net (patch)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Sam Roberts  
View profile  
 More options Nov 19 2007, 11:40 pm
Newsgroups: linux.debian.bugs.dist
From: Sam Roberts <srobe...@uniserve.com>
Date: Tue, 20 Nov 2007 05:40:07 +0100
Local: Mon, Nov 19 2007 11:40 pm
Subject: Bug#388541: libdumbnet1: wish : python bindings for libdnet.sf.net (patch)
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 <sfl...@debian.org>
-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 debian-bugs-dist-REQU...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »