- Dec 02, 2019
-
-
Axel Beckert authored
-
Axel Beckert authored
No other changes were required.
-
Axel Beckert authored
-
- Oct 03, 2019
-
-
Axel Beckert authored
Gbp-Dch: Ignore
-
- Sep 30, 2019
-
-
Axel Beckert authored
-
Axel Beckert authored
Gbp-Dch: Ignore
-
Axel Beckert authored
-
- Sep 29, 2019
-
-
Axel Beckert authored
Recommended by Lintian.
-
Axel Beckert authored
No other changes are required.
-
Axel Beckert authored
Gbp-Dch: Ignore
-
Axel Beckert authored
Build-depend on "debhelper-compat (= 12)" to replace debian/compat.
-
Axel Beckert authored
iwconfig seems not yet fully replaced though.
-
Axel Beckert authored
-
Axel Beckert authored
-
https://git.launchpad.net/wicdAxel Beckert authored
Drop patches generated from https://github.com/zeph/wicd commits again, they're now included. Refresh remaining patches as needed. Add new patch just modifying import path for importing wpath in setup.py.
-
Axel Beckert authored
Update to upstream version '1.7.4+tb2+2019.09.18git2e0ba579' with Debian dir 44ccd1f0d0892214b12e8a897126af56876324cb
-
Axel Beckert authored
-
- Sep 11, 2019
-
-
Axel Beckert authored
-
Axel Beckert authored
-
Axel Beckert authored
-
- Sep 10, 2019
-
-
Axel Beckert authored
Source: https://codegolf.stackexchange.com/questions/49778/how-can-i-use-cmpa-b-with-python3 Now the wicd daemon starts as "/usr/sbin/wicd -c -f -e -o" wihout errors, only warnings are left. wicd-curses also runs but spews warnings into the status line, too.
-
Axel Beckert authored
-
Axel Beckert authored
-
- Sep 09, 2019
-
-
Axel Beckert authored
Thanks to Frank Hofmann for the right pointer to https://stackoverflow.com/questions/47838405/porting-a-sub-class-of-python2-file-class-to-python3 Now at least "/usr/sbin/wicd -c -f -e -o" keeps running. Still throws errors and warnings, though: /usr/share/wicd/daemon/wicd-daemon.py:1925: PyGIDeprecationWarning: GObject.MainLoop is deprecated; use GLib.MainLoop instead mainloop = gobject.MainLoop() /usr/share/wicd/daemon/monitor.py:392: PyGIDeprecationWarning: GObject.MainLoop is deprecated; use GLib.MainLoop instead mainloop = gobject.MainLoop() Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python3.7/threading.py", line 926, in _bootstrap_inner self.run() File "/usr/lib/python3.7/threading.py", line 870, in run self._target(*self._args, **self._kwargs) File "/usr/share/wicd/daemon/wicd-daemon.py", line 1020, in _async_scan self._sync_scan() File "/usr/share/wicd/daemon/wicd-daemon.py", line 1024, in _sync_scan scan = self.wifi.Scan(str(self.hidden_essid)) File "/usr/lib/python3/dist-packages/wicd/networking.py", line 673, in Scan aps = wiface.GetNetworks(essid) File "/usr/lib/python3/dist-packages/wicd/wnettools.py", line 227, in newfunc return func(self, *args, **kwargs) File "/usr/lib/python3/dist-packages/wicd/wnettools.py", line 1392, in GetNetworks entry = self._ParseAccessPoint(cell, ralink_info) File "/usr/lib/python3/dist-packages/wicd/wnettools.py", line 1447, in _ParseAccessPoint ap['bitrates'] = sorted(m, lambda x, y: int(float(x) - float(y))) TypeError: sorted expected 1 arguments, got 2
-
Axel Beckert authored
Daemon still does not start. It fails as follows: Traceback (most recent call last): File "/usr/share/wicd/daemon/wicd-daemon.py", line 62, in <module> from wicd.logfile import ManagedStdio File "/usr/lib/python3/dist-packages/wicd/logfile.py", line 32, in <module> class LogFile(file): NameError: name 'file' is not defined
-
Axel Beckert authored
-
Axel Beckert authored
Also document in debian/changelog some more packaging changes already committed with 6e305570.
-
- Sep 08, 2019
-
-
Axel Beckert authored
quilt handles this fine, but dpkg bails out immediately. Gbp-Dch: Ignore
-
https://github.com/zeph/wicdAxel Beckert authored
Closes: #938823 The patch actually consists of the patches 49523ed..49ad8e4 as downloaded from https://github.com/zeph/wicd/compare/49523ed2bd400123ae648170617692d5445be983..49ad8e46536200068d3d9b675d4324986bb392af.patch with all hunks removed which do not apply to the wicd tar ball, namely all hunks which would touch these files: * .bzrignore * .gitignore, * other/wicd.logrotate * in/wpath.py.in Refresh remaining patches as necessary.
-
- Dec 04, 2018
-
-
-
Axel Beckert authored
-
Axel Beckert authored
Gbp-Dch: Ignore
-
- Nov 05, 2018
-
-
Giap Tran authored
-
- Oct 01, 2018
-
-
Ondřej Nový authored
-
- Jun 15, 2018
-
-
Axel Beckert authored
In theory wicd can also be used just to switch between multiple static configurations. Also closes: #901592
-
Axel Beckert authored
Closes: #852343 Note: The patch is untested and just based on "git grep dhcpcd". Needs some testing with dhcpcd5 only before uploading.
-
Axel Beckert authored
-
Axel Beckert authored
Update list of alternative DHCP client dependencies so that dhcpcd5 is listed last instead of first. Closes: #901592
-
- Apr 22, 2018
-
-
Axel Beckert authored
-