Package: inguma Version: 0.0.7.2-1 Tags: patch Inguma currently recommends the package "scapy" which has been replaced in Debian by "python-scapy". There is obviously no need to keep the recommendation of "scapy". Attached is the proposed fix for Ubuntu.
diff -u inguma-0.0.7.2/debian/control inguma-0.0.7.2/debian/control
--- inguma-0.0.7.2/debian/control
+++ inguma-0.0.7.2/debian/control
@@ -1,7 +1,8 @@
Source: inguma
Section: net
Priority: extra
-Maintainer: Pierre Chifflier <[EMAIL PROTECTED]>
+Maintainer: Ubuntu MOTU Developers <[EMAIL PROTECTED]>
+XSBC-Original-Maintainer: Pierre Chifflier <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 5.0.37.2),
python-dev,
quilt (>= 0.40)
@@ -10,7 +11,7 @@
Package: inguma
Architecture: all
Depends: python ${misc:Depends}
-Recommends: python-scapy | scapy, tcpdump
+Recommends: python-scapy, tcpdump
Suggests: python-gnuplot, python-qt3
Description: Open source penetration testing toolkit
Inguma is a free penetration testing and vulnerability discovery toolkit
diff -u inguma-0.0.7.2/debian/changelog inguma-0.0.7.2/debian/changelog
--- inguma-0.0.7.2/debian/changelog
+++ inguma-0.0.7.2/debian/changelog
@@ -1,3 +1,10 @@
+inguma (0.0.7.2-1ubuntu1) jaunty; urgency=low
+
+ * debian/control: Remove optional Recommends "scapy" as it has been superseded
+ by "python-scapy" (LP: #298193)
+
+ -- David Futcher <[EMAIL PROTECTED]> Fri, 14 Nov 2008 21:01:26 +0000
+
inguma (0.0.7.2-1) unstable; urgency=low
* New upstream release
signature.asc
Description: This is a digitally signed message part

