Package: scapy
Version: 1.0.5.20-1
Tags: patch

When building scapy with a default python version other than 2.4, the 
following error occurs:

dh_install -ppython-scapy --sourcedir=debian/tmp
cp: cannot stat `debian/tmp//usr/lib/python2.4/site-packages/scapy.py': No 
such file or directory
dh_install: command returned error code 256
make: *** [binary-install/python-scapy] Error 1

I've built and testing the following fix:

diff -u scapy-1.0.5.20/debian/python-scapy.install 
scapy-1.0.5.20/debian/python-scapy.install
--- scapy-1.0.5.20/debian/python-scapy.install
+++ scapy-1.0.5.20/debian/python-scapy.install
@@ -1,2 +1,2 @@
-usr/lib/python2.4/site-packages/scapy.py
+usr/lib/python2.*/site-packages/scapy.py
 usr/bin/scapy


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to