diff -Nru wifite-2.2.5/debian/changelog wifite-2.2.5/debian/changelog --- wifite-2.2.5/debian/changelog 2018-09-04 12:11:43.000000000 +0000 +++ wifite-2.2.5/debian/changelog 2019-01-16 08:00:31.000000000 +0000 @@ -1,3 +1,15 @@ +wifite (2.2.5-2) unstable; urgency=medium + + [ Sophie Brun ] + * Team upload. + * Disable failing test with aircrack-ng >= 1.5 (Closes: #916430) + + [ Raphaël Hertzog ] + * Bump Standards-Version to 4.3.0 + * Use new syntax for debhelper compat level 11 + + -- Raphaël Hertzog Wed, 16 Jan 2019 09:00:31 +0100 + wifite (2.2.5-1) unstable; urgency=medium * Team upload diff -Nru wifite-2.2.5/debian/compat wifite-2.2.5/debian/compat --- wifite-2.2.5/debian/compat 2018-09-04 12:11:43.000000000 +0000 +++ wifite-2.2.5/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru wifite-2.2.5/debian/control wifite-2.2.5/debian/control --- wifite-2.2.5/debian/control 2018-09-04 12:11:43.000000000 +0000 +++ wifite-2.2.5/debian/control 2019-01-16 08:00:31.000000000 +0000 @@ -4,13 +4,13 @@ Maintainer: Debian Security Tools Uploaders: Daniel Echeverry Build-Depends: python, - debhelper (>= 11), + debhelper-compat (= 11), dh-python, pyrit , tshark , aircrack-ng , # cowpatty , # Once available in Debian too -Standards-Version: 4.2.1 +Standards-Version: 4.3.0 Homepage: https://github.com/derv82/wifite2 Vcs-Git: https://salsa.debian.org/pkg-security-team/wifite.git Vcs-Browser: https://salsa.debian.org/pkg-security-team/wifite diff -Nru wifite-2.2.5/debian/patches/Disable-aircrack-failing-test.patch wifite-2.2.5/debian/patches/Disable-aircrack-failing-test.patch --- wifite-2.2.5/debian/patches/Disable-aircrack-failing-test.patch 1970-01-01 00:00:00.000000000 +0000 +++ wifite-2.2.5/debian/patches/Disable-aircrack-failing-test.patch 2019-01-16 08:00:31.000000000 +0000 @@ -0,0 +1,18 @@ +Description: Skip failing test testHandshakeAircrack + It fails with new aircrack-ng >= 1.5.* +Author: Sophie Brun +Bug: https://github.com/derv82/wifite2/issues/189 +Bug-Debian: ttps://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916430 +Last-Update: 2019-01-14 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/tests/test_Handshake.py ++++ b/tests/test_Handshake.py +@@ -48,6 +48,7 @@ class TestHandshake(unittest.TestCase): + hs.divine_bssid_and_essid() + assert(len(hs.cowpatty_handshakes()) > 0) + ++ @unittest.skip('https://github.com/derv82/wifite2/issues/189') + @unittest.skipUnless(Process.exists('aircrack-ng'), 'aircrack-ng is missing') + def testHandshakeAircrack(self): + hs_file = self.getFile('handshake_exists.cap') diff -Nru wifite-2.2.5/debian/patches/series wifite-2.2.5/debian/patches/series --- wifite-2.2.5/debian/patches/series 2018-09-04 12:11:43.000000000 +0000 +++ wifite-2.2.5/debian/patches/series 2019-01-16 08:00:31.000000000 +0000 @@ -1 +1,2 @@ Disable-two-failing-tests.patch +Disable-aircrack-failing-test.patch