Your message dated Sat, 16 Feb 2019 11:36:33 +0000
with message-id <[email protected]>
and subject line Closing bugs for updates included in 9.8
has caused the Debian Bug report #892853,
regarding stretch-pu: package wicd/1.7.4+tb2-5~deb9u1
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 [email protected]
immediately.)
--
892853: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892853
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: [email protected]
Usertags: pu
* Replace dependencies on "net-tools | ethtool" and "net-tools |
iproute2" in wicd-daemon with a hard dependency on net-tools and
suggesting ethtool and iproute2 in python-wicd. Thanks to Neels
Hofmeyr for the bug report. (Closes: #881225)
diff -Nru wicd-1.7.4+tb2/debian/changelog wicd-1.7.4+tb2/debian/changelog
--- wicd-1.7.4+tb2/debian/changelog 2017-05-28 23:20:00.000000000 +0300
+++ wicd-1.7.4+tb2/debian/changelog 2018-03-13 21:38:29.000000000 +0200
@@ -1,3 +1,23 @@
+wicd (1.7.4+tb2-5~deb9u1) stretch; urgency=medium
+
+ * Non-maintainer upload.
+ * Rebuild for stretch.
+
+ -- Adrian Bunk <[email protected]> Tue, 13 Mar 2018 21:38:29 +0200
+
+wicd (1.7.4+tb2-5) unstable; urgency=medium
+
+ * Add location of Debian derivatives patches in debian/README.source.
+ * Declare compliance with Debian Policy 4.1.1.
+ + Switch DEP5 copyright format URL to HTTPS.
+ * Replace dependencies on "net-tools | ethtool" and "net-tools |
+ iproute2" in wicd-daemon with a hard dependency on net-tools and
+ suggesting ethtool and iproute2 in python-wicd. Thanks to Neels
+ Hofmeyr for the bug report. (Closes: #881225)
+ * Switch bugs.debian.org URLs in DEP3 headers to HTTPS and short form.
+
+ -- Axel Beckert <[email protected]> Sat, 11 Nov 2017 00:18:14 +0100
+
wicd (1.7.4+tb2-4) unstable; urgency=medium
[ Axel Beckert ]
diff -Nru wicd-1.7.4+tb2/debian/control wicd-1.7.4+tb2/debian/control
--- wicd-1.7.4+tb2/debian/control 2017-05-08 01:41:25.000000000 +0300
+++ wicd-1.7.4+tb2/debian/control 2017-11-11 00:37:34.000000000 +0200
@@ -10,7 +10,7 @@
Build-Depends-Indep: gettext,
po-debconf,
python-babel
-Standards-Version: 3.9.8
+Standards-Version: 4.1.1
Homepage: https://launchpad.net/wicd
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-wicd/wicd.git
Vcs-Git: https://anonscm.debian.org/git/pkg-wicd/wicd.git
@@ -44,8 +44,6 @@
dhcpcd5 | isc-dhcp-client | pump | udhcpc,
iputils-ping | inetutils-ping,
lsb-base (>= 3.2-13),
- net-tools | ethtool,
- net-tools | iproute2,
psmisc,
python-dbus,
python-gobject,
@@ -151,7 +149,10 @@
Architecture: all
Section: python
Depends: ${misc:Depends},
- ${python:Depends}
+ ${python:Depends},
+ net-tools
+Suggests: ethtool,
+ iproute2
Breaks: wicd (<< 1.7.0~a3)
Replaces: wicd (<< 1.7.0~a3)
Description: wired and wireless network manager - Python module
diff -Nru wicd-1.7.4+tb2/debian/copyright wicd-1.7.4+tb2/debian/copyright
--- wicd-1.7.4+tb2/debian/copyright 2016-05-24 00:24:47.000000000 +0300
+++ wicd-1.7.4+tb2/debian/copyright 2017-11-11 00:37:26.000000000 +0200
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0
Source: https://launchpad.net/wicd/+download
Files: *
diff -Nru wicd-1.7.4+tb2/debian/patches/26-support_etc-network_scripts.patch
wicd-1.7.4+tb2/debian/patches/26-support_etc-network_scripts.patch
--- wicd-1.7.4+tb2/debian/patches/26-support_etc-network_scripts.patch
2016-05-24 00:24:47.000000000 +0300
+++ wicd-1.7.4+tb2/debian/patches/26-support_etc-network_scripts.patch
2017-11-11 00:31:52.000000000 +0200
@@ -1,6 +1,6 @@
From: David Paleino <[email protected]>
Subject: support /etc/network/ hierarchy for connection scripts
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579497
+Bug-Debian: https://bugs.debian.org/579497
Forwarded: no
---
diff -Nru wicd-1.7.4+tb2/debian/patches/32-prefer_gksu.patch
wicd-1.7.4+tb2/debian/patches/32-prefer_gksu.patch
--- wicd-1.7.4+tb2/debian/patches/32-prefer_gksu.patch 2016-05-24
00:24:47.000000000 +0300
+++ wicd-1.7.4+tb2/debian/patches/32-prefer_gksu.patch 2017-11-11
00:32:01.000000000 +0200
@@ -1,6 +1,6 @@
From: David Paleino <[email protected]>
Subject: prefer gksu over gksudo, fixes weird behaviour on some systems
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575403
+Bug-Debian: https://bugs.debian.org/575403
Forwarded: no
---
diff -Nru wicd-1.7.4+tb2/debian/README.source
wicd-1.7.4+tb2/debian/README.source
--- wicd-1.7.4+tb2/debian/README.source 2017-05-24 22:36:58.000000000 +0300
+++ wicd-1.7.4+tb2/debian/README.source 2017-07-27 02:20:44.000000000 +0300
@@ -15,6 +15,8 @@
https://github.com/dpaleino/wicd/pulls
* openSUSE:
https://build.opensuse.org/package/show/home:msalle:extras/wicd
+* Debian derivatives, including Ubuntu:
+ http://deriv.debian.net/patches/w/wicd/
Bug reports with patches
------------------------
@@ -23,4 +25,4 @@
* Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/wicd/+bugs?field.tag=patch
- -- Axel Beckert <[email protected]>, Wed, 24 May 2017 21:36:58 +0200
+ -- Axel Beckert <[email protected]>, Thu, 27 Jul 2017 01:20:44 +0200
--- End Message ---
--- Begin Message ---
Version: 9.8
Hi,
The update referenced by each of these bugs was included in this
morning's stretch point release.
Regards,
Adam
--- End Message ---