[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#801253: marked as done (ITA: wicd -- wired and wireless network manager)



Your message dated Sun, 22 Jan 2017 17:19:54 +0000
with message-id <E1cVLo2-0003mi-Ox@fasolo.debian.org>
and subject line Bug#801253: fixed in wicd 1.7.4+tb2-3
has caused the Debian Bug report #801253,
regarding ITA: wicd -- wired and wireless network manager
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
801253: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801253
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: normal

Hi,

TL;DR: wicd is a lightweight alternative to GNOME's Network Manager.
It is written in Python and offers commandline, curses and GTK user
interfaces.

David Paleino (Cc'ed), original developer and current Debian package
maintainer of wicd stated multiple times[1][2] that he has no more
time to work on wicd.

Upstream development already has been passed[1] over to new
developers. I asked in that thread if the new upstream developers
would also take over the packaging of wicd for Debian, but it has been
unanswered for more than one year now, though.

wicd has seen two NMUs[3][4] in the past, both related to python-urwid
API changes.

According to Gianfranco (Cc'ed), David said that "he would avoid
seeing the package die"[2]. And since the package received two NMUs
since the last maintainer upload in 2012, I think it's the best to
declare it as orphaned so that it's clear that someone who's
interested can take over the package.

There's already some work done on the package at [5]. Any future
maintainer should base on that work.

I'd be available for sponsoring wicd as I've done the first NMU and
sponsored the second. I may also join a dedicated team in case wicd
will be team-maintained in the future. That team would just need a
more python-savvy lead than me.

[1] https://answers.launchpad.net/wicd/+question/227789
[2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800693#71
[3] https://packages.qa.debian.org/w/wicd/news/20130609T173413Z.html
[4] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800693#56
[5] https://anonscm.debian.org/cgit/collab-maint/wicd.git

Some more details about the source and binary packages:

Source: wicd
Section: net
Priority: optional
Build-Depends:
 debhelper (>= 7.2.3~)
 , python (>= 2.6.6-3~)
Build-Depends-Indep:
 po-debconf
 , python-babel
 , gettext
Standards-Version: 3.9.6
Homepage: https://launchpad.net/wicd
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/wicd.git
Vcs-Git: git://anonscm.debian.org/collab-maint/wicd.git

Package: wicd
Architecture: all
Depends: ${misc:Depends}
 , wicd-daemon (= ${source:Version})
 , wicd-gtk (= ${source:Version}) | wicd-curses (= ${source:Version})
 | wicd-cli (= ${source:Version}) | wicd-client
Description: wired and wireless network manager - metapackage
 Wicd is a general-purpose network configuration server which aims
 to provide a simple but flexible interface for connecting to networks.
 Its features include:
  * wide variety of settings;
  * ability to connect to (and maintain profiles for) both wired and
    wireless networks;
  * support for many encryption schemes, including WEP, WPA, WPA2 and
    custom schemes;
  * wireless-tools compatibility;
  * tray icon showing network activity and signal strength;
  * lack of GNOME dependencies (although it does require GTK+), making it
    easy to use in Xfce, Fluxbox, Openbox, Enlightenment, etc.
 .
 This is a metapackage, it allows installation of all the components of
 Wicd, including one of the clients, which must be manually chosen.

Package: wicd-daemon
Architecture: all
Depends:
 ${misc:Depends}
 , ${python:Depends}
 , python-dbus
 , python-gobject
 , dbus
 , wpasupplicant
 , wireless-tools
 , dhcpcd | isc-dhcp-client | pump | udhcpc
 , net-tools | ethtool
 , net-tools | iproute2
 , adduser
 , lsb-base (>= 3.2-13)
 , psmisc
 , iputils-ping | inetutils-ping
 , python-wicd (= ${source:Version})
Pre-Depends: debconf (>= 1.5.34)
Recommends: wicd-gtk (= ${source:Version}) | wicd-curses (=
${source:Version}) | wicd-cli (= ${source:Version}) | wicd-client
 , rfkill
Suggests: pm-utils
Breaks: wicd (<= 1.6.2.2-4)
Replaces: wicd (<= 1.6.2.2-4)
Description: wired and wireless network manager - daemon
 Wicd is a general-purpose network configuration server which aims
 to provide a simple but flexible interface for connecting to networks.
 Its features include:
  * wide variety of settings;
  * ability to connect to (and maintain profiles for) both wired and
    wireless networks;
  * support for many encryption schemes, including WEP, WPA, WPA2 and
    custom schemes;
  * wireless-tools compatibility.
 .
 This package contains the daemon needed to run Wicd.

Package: wicd-gtk
Architecture: all
Depends:
 ${misc:Depends}
 , ${python:Depends}
 , python-gtk2
 , python-glade2
 , wicd-daemon (= ${source:Version})
Recommends:
 gksu
 , python-notify
Provides: wicd-client
Breaks: wicd (<= 1.6.2.2-4)
Replaces: wicd (<= 1.6.2.2-4)
Description: wired and wireless network manager - GTK+ client
 Wicd is a general-purpose network configuration server which aims
 to provide a simple but flexible interface for connecting to networks.
 Its features include:
  * wide variety of settings;
  * ability to connect to (and maintain profiles for) both wired and
    wireless networks;
  * support for many encryption schemes, including WEP, WPA, WPA2 and
    custom schemes;
  * wireless-tools compatibility.
 .
 This package provides the GTK+ client, which has no GNOME dependencies,
 making it easy to use in Xfce, Fluxbox, Openbox, Enlightenment, ...
 It also supports a tray icon showing network activity and signal
 strength.

Package: wicd-curses
Architecture: all
Depends:
 ${misc:Depends}
 , ${python:Depends}
 , python-urwid (>= 1.1)
 , wicd-daemon (= ${source:Version})
Recommends: sudo
Provides: wicd-client
Breaks: wicd (<= 1.6.2.2-4)
Replaces: wicd (<= 1.6.2.2-4)
Description: wired and wireless network manager - Curses client
 Wicd is a general-purpose network configuration server which aims
 to provide a simple but flexible interface for connecting to networks.
 Its features include:
  * wide variety of settings;
  * ability to connect to (and maintain profiles for) both wired and
    wireless networks;
  * support for many encryption schemes, including WEP, WPA, WPA2 and
    custom schemes;
  * wireless-tools compatibility.
 .
 This package provides the Curses/Urwid client, which is the client
 of choice in environments without X server.

Package: wicd-cli
Architecture: all
Depends:
 ${misc:Depends}
 , ${python:Depends}
 , wicd-daemon (= ${source:Version})
Recommends: sudo
Provides: wicd-client
Breaks: wicd (<< 1.7.0~a3)
Replaces: wicd (<< 1.7.0~a3)
Description: wired and wireless network manager - scriptable console
client
 Wicd is a general-purpose network configuration server which aims
 to provide a simple but flexible interface for connecting to networks.
 Its features include:
  * wide variety of settings;
  * ability to connect to (and maintain profiles for) both wired and
    wireless networks;
  * support for many encryption schemes, including WEP, WPA, WPA2 and
    custom schemes;
  * wireless-tools compatibility.
 .
 This package provides a scriptable console client.

Package: python-wicd
Architecture: all
Section: python
Depends:
 ${misc:Depends}
 , ${python:Depends}
Breaks: wicd (<< 1.7.0~a3)
Replaces: wicd (<< 1.7.0~a3)
Description: wired and wireless network manager - Python module
 Wicd is a general-purpose network configuration server which aims
 to provide a simple but flexible interface for connecting to networks.
 Its features include:
  * wide variety of settings;
  * ability to connect to (and maintain profiles for) both wired and
    wireless networks;
  * support for many encryption schemes, including WEP, WPA, WPA2 and
    custom schemes;
  * wireless-tools compatibility.
 .
 This package provides the Python module used by Wicd.

		Regards, Axel
-- 
 ,''`.  |  Axel Beckert <abe@debian.org>, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-    |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE

--- End Message ---
--- Begin Message ---
Source: wicd
Source-Version: 1.7.4+tb2-3

We believe that the bug you reported is fixed in the latest version of
wicd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 801253@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Axel Beckert <abe@debian.org> (supplier of updated wicd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 22 Jan 2017 17:16:07 +0100
Source: wicd
Binary: wicd wicd-daemon wicd-gtk wicd-curses wicd-cli python-wicd
Architecture: source all
Version: 1.7.4+tb2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian WICD Packaging Team <pkg-wicd-maint@lists.alioth.debian.org>
Changed-By: Axel Beckert <abe@debian.org>
Description:
 python-wicd - wired and wireless network manager - Python module
 wicd       - wired and wireless network manager - metapackage
 wicd-cli   - wired and wireless network manager - scriptable console client
 wicd-curses - wired and wireless network manager - Curses client
 wicd-daemon - wired and wireless network manager - daemon
 wicd-gtk   - wired and wireless network manager - GTK+ client
Closes: 557156 758737 759785 773809 783272 801253 831805
Changes:
 wicd (1.7.4+tb2-3) unstable; urgency=medium
 .
   [ Axel Beckert ]
   * Now maintained by the Debian WICD Packaging Team. (Closes: #801253)
     + Change Vcs-* URLs to …/pkg-wicd/wicd.git
     + Update Maintainers field and add Uploaders field.
   * Add NEWS.Debian entry for changes between Jessie and Stretch
     wrt. /etc/wicd/dhclient.conf.template and the possible need to update
     the file manually.
   * Update dependency on dhcpcd to dhcpcd5. (Closes: #783272) Thanks
     Konrad Zimmermann!
   * Fix typo MSCHAPv2 vs MSCHAPV2 for more pedantic wpa_supplicant 2.6.
     (LP: #1656061) Thanks to Piotr Karbowski for the upstream bug report
     and suggested fix!
   * Add WPA*-PEAP templates without domain. (Closes: #831805, #759785, LP:
     #1591489)
   * Add patch to fix documentation wrt. to which dhclient.conf wicd
     (re)generates. Also update mention path in an older NEWS.Debian item
     to avoid confusion. (Closes: #773809)
 .
   [ Giáp Trần ]
   * Remove $DAEMON_OPTIONS from reload function.
 .
   [ John C. Peterson ]
   * wicd-gtk: Add patch to initialize state of Wifi On/Off button
     properly. (Closes: #758737, LP: #1232521)
 .
   [ Vincent Lefevre ]
   * Add patch to fix wicd-manager-settings.conf(5) man page
     wrt. wired_connect_mode. (Closes: #557156)
Checksums-Sha1:
 fd13c70021c1b3d1b796256726c8c3595b4e939c 2261 wicd_1.7.4+tb2-3.dsc
 dbc378f12708ff878c96991dd950649da9c60ef9 26968 wicd_1.7.4+tb2-3.debian.tar.xz
 7efac454ccc173f98d1f34ef46e9e9486edc1990 54852 python-wicd_1.7.4+tb2-3_all.deb
 ec0c208022eedbe367235061dab22a79847bbf95 27508 wicd-cli_1.7.4+tb2-3_all.deb
 5c540780a719a0959dd07cc5546f17d3ca89b33b 52004 wicd-curses_1.7.4+tb2-3_all.deb
 e553ea4a98d3f7f411b58419bc3b8d97e835992f 162020 wicd-daemon_1.7.4+tb2-3_all.deb
 d65aee6e7dec44b6a3b5a28af61b22855468f45e 155002 wicd-gtk_1.7.4+tb2-3_all.deb
 ce9e9e08dacb11be2e9960c0e5e060971aaa7878 24168 wicd_1.7.4+tb2-3_all.deb
 9899ba188644f93dbcf2da1eed8de53478167bf6 6597 wicd_1.7.4+tb2-3_amd64.buildinfo
Checksums-Sha256:
 8ec30453dae952764e189c9883f57192b4d9a972b6c001a23f5f2ee1ddbee601 2261 wicd_1.7.4+tb2-3.dsc
 f8bf1d2378085e2138b02dc9b01129e73939193aff1cdd5bdd964b845e4b6e16 26968 wicd_1.7.4+tb2-3.debian.tar.xz
 11fc0ac2e50acd75c543f304227ec795e5bbdbfffcc83ab7662db13d1d8a267f 54852 python-wicd_1.7.4+tb2-3_all.deb
 1d09d6815ff4b77d7b9b5e08dcb499910439a012b5bc485d4ca8956d8e7b8828 27508 wicd-cli_1.7.4+tb2-3_all.deb
 a4a42e6255ff9b75f8ae24247e9dfd3faf11a711a0d6a9690dbdbb2e5dfecf60 52004 wicd-curses_1.7.4+tb2-3_all.deb
 f3a0cd44f24f1c98e331d464387fd40fea73022e873f79d4f5cb47a1f7b3993e 162020 wicd-daemon_1.7.4+tb2-3_all.deb
 e8a19dbe5832043e5746e8cab7a140066db623fa36803e0a66c6898e1f13eeda 155002 wicd-gtk_1.7.4+tb2-3_all.deb
 a613489e17806b0c4b6dd293b01a4c248f08360989045c2e781440ccb3274490 24168 wicd_1.7.4+tb2-3_all.deb
 c614d2390b6d64b4994dd19bebd36673aef172bde007940420b6cbc0c67ba161 6597 wicd_1.7.4+tb2-3_amd64.buildinfo
Files:
 7d342806758f6d6f805c2842feba8039 2261 net optional wicd_1.7.4+tb2-3.dsc
 3566f8094cd7cec481456cb8207f163b 26968 net optional wicd_1.7.4+tb2-3.debian.tar.xz
 0286ecdee68c9c2597c4f8fe419d61d1 54852 python optional python-wicd_1.7.4+tb2-3_all.deb
 a7a8e1243557fdf32eb7dc0f6743aee1 27508 net optional wicd-cli_1.7.4+tb2-3_all.deb
 03d579930caa4b88adb9379a71b526bc 52004 net optional wicd-curses_1.7.4+tb2-3_all.deb
 430140f30d2d19a73cac54a3796d261d 162020 net optional wicd-daemon_1.7.4+tb2-3_all.deb
 a94253aefad2f66561755b87e5f11bcb 155002 net optional wicd-gtk_1.7.4+tb2-3_all.deb
 0ecc288a414032f9f8a10e7fd859dbf7 24168 net optional wicd_1.7.4+tb2-3_all.deb
 1b8c59b3a280c9d9813a22d3b14fff7b 6597 net optional wicd_1.7.4+tb2-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAliE2xQACgkQa+Zjx1o1
yXVflRAAlAYTKSO4v171V7+UifCX/uhBe+lETQFHv1PpXFwGP8/AE01d5lOnCqmo
jaI4QFKIikCb9cvlQinyeXWlvcw6ZOOet9UvaDg/oRBoNZIdvwZb8Xcet4U6Fy/r
MTP0nEOPxWQlWLJg3cm0oZLImdKv5xAN0cUZcmV/SJMOL2X31tjl45JKiRhuwQoa
YgaU6WJjavfB5pHADshWuVoNnFd7D9ZyuZ7AghFBBGWthMsb/eBeom42kRkG8RbN
g4dpRP/kkA/usWnHdDA637eiAhCaG65pA5rCfvje169e80LGd3RFIxHX29baVbnv
r87RvM7Jzut59uoG0GCtjv780UucnI975djV7kgFBMUqtJAGWqHhmRkJtLAk13Pf
cE6c+Yl5zw0GcuDYSxKrRRSLrSefDjY9aVgf75xrf66/eTDn731214cPgwwXf3ow
s/GOgUcztX8oTO71f/n1XeQPVicRw1jSB5d7EEHfDq3q7ZcsuO/Dz9iW8PiDnfp9
sx7UOuPPiiEDzAytNR74je74Usu3fNIC5RolgV98Cdbra3VASaNiMpBuHGrcCjWN
CnzrM+HMI4fzmyyOBNw6vNHRRyBuQYERKYetdDO9HW3jeC5jJImmtNqYRv7CW5N7
rPtU5IQLLiUadGGCBMJQCDYhhuxkmWHj5yB0xH3btRkd9IeARG8=
=iwNg
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: