[Python-modules-commits] r17868 - in packages/scapy/trunk/debian (changelog control rules)

davidvilla-guest at users.alioth.debian.org davidvilla-guest at users.alioth.debian.org
Sun Jul 17 19:35:24 UTC 2011


    Date: Sunday, July 17, 2011 @ 19:35:23
  Author: davidvilla-guest
Revision: 17868

bugs fixed

Modified:
  packages/scapy/trunk/debian/changelog
  packages/scapy/trunk/debian/control
  packages/scapy/trunk/debian/rules

Modified: packages/scapy/trunk/debian/changelog
===================================================================
--- packages/scapy/trunk/debian/changelog	2011-07-17 18:55:33 UTC (rev 17867)
+++ packages/scapy/trunk/debian/changelog	2011-07-17 19:35:23 UTC (rev 17868)
@@ -1,8 +1,13 @@
-scapy (2.2.0-1) unstable; urgency=low
+scapy (2.2.0-1) UNRELEASED; urgency=low
 
-  * New upstream release
+  * New upstream release.
+  * Bug fix: "new upstream release 2.2 available", thanks to Michael
+    Prokop (Closes: #618732).
+  * Suggests python-pcapy, thanks to Jakub Wilk <jwilk at debian.org> (#589995).
+  * Bug fix: "import scapy.layers.dot11 fails on kfreebsd-*", thanks to
+    Christian Kastner (Closes: #589995). Patch by Jakub Wilk <jwilk at debian.org>
 
- -- David Villa Alises <David.Villa at uclm.es>  Tue, 12 Jul 2011 01:57:09 +0200
+ -- David Villa Alises <David.Villa at uclm.es>  Sun, 17 Jul 2011 13:08:38 +0200
 
 scapy (2.1.0-1) unstable; urgency=low
 
@@ -168,4 +173,3 @@
   * Initial Release. (Closes: #192169)
 
  -- Alberto Gonzalez Iniesta <agi at agi.as>  Thu, 08 May 2003 15:11:36 +0200
-

Modified: packages/scapy/trunk/debian/control
===================================================================
--- packages/scapy/trunk/debian/control	2011-07-17 18:55:33 UTC (rev 17867)
+++ packages/scapy/trunk/debian/control	2011-07-17 19:35:23 UTC (rev 17868)
@@ -12,7 +12,9 @@
 Package: python-scapy
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
-Suggests: tcpdump, tcpreplay, wireshark, graphviz, imagemagick, python-gnuplot, python-crypto, python-pyx, ebtables, python-visual, sox, xpdf, gv, hexer, librsvg2-bin
+Suggests: tcpdump, tcpreplay, wireshark, graphviz, imagemagick, python-gnuplot,
+ python-crypto, python-pyx, ebtables, python-visual, sox, xpdf, gv, hexer,
+ librsvg2-bin, python-pcapy
 Replaces: scapy (<< 1.0.5-1)
 Conflicts: scapy (<< 1.0.5-1)
 Description: Packet generator/sniffer and network scanner/discovery

Modified: packages/scapy/trunk/debian/rules
===================================================================
--- packages/scapy/trunk/debian/rules	2011-07-17 18:55:33 UTC (rev 17867)
+++ packages/scapy/trunk/debian/rules	2011-07-17 19:35:23 UTC (rev 17868)
@@ -12,5 +12,5 @@
 	dh $@ --with=python2 --with=quilt
 
 
-get-orig-source:
+get-orig:
 	uscan --download-current-version --destdir ../tarballs




More information about the Python-modules-commits mailing list