Bug#725748: pu: package netcfg/1.108
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: pu wheezy
Hi,
(first off, sorry for being so late. I would understand punting that
until 7.3, etc.)
due to check's being broken (#712140) and netcfg's trying to use its
pkgconfig file in its master branch, netcfg's #717449 is still unfixed
in unstable. The fix I suggested was tested live by Michael, though, and
Philipp happily pushed it to git. That's why it doesn't look too insane
to me to try and get that into stable now, to lower user surprise when
it comes to autoconfigured network after installation.
Changelog:
| netcfg (1.108+deb7u1) wheezy; urgency=low
|
| [ Philipp Kern ]
| * Wrap dpkg-query call to check for network-manager with sh.
| Thanks to Michael Biebl for the patch. (Closes: #717449)
|
| -- Cyril Brulebois <kibi@debian.org> Tue, 08 Oct 2013 01:04:51 +0200
Sorry again.
Mraw,
KiBi.
diff -Nru netcfg-1.108/debian/changelog netcfg-1.108+deb7u1/debian/changelog
--- netcfg-1.108/debian/changelog 2013-04-07 22:00:45.000000000 +0200
+++ netcfg-1.108+deb7u1/debian/changelog 2013-10-08 01:04:57.000000000 +0200
@@ -1,3 +1,11 @@
+netcfg (1.108+deb7u1) wheezy; urgency=low
+
+ [ Philipp Kern ]
+ * Wrap dpkg-query call to check for network-manager with sh.
+ Thanks to Michael Biebl for the patch. (Closes: #717449)
+
+ -- Cyril Brulebois <kibi@debian.org> Tue, 08 Oct 2013 01:04:51 +0200
+
netcfg (1.108) unstable; urgency=low
[ Samuel Thibault ]
diff -Nru netcfg-1.108/finish-install.d/55netcfg-copy-config netcfg-1.108+deb7u1/finish-install.d/55netcfg-copy-config
--- netcfg-1.108/finish-install.d/55netcfg-copy-config 2013-04-07 21:09:45.000000000 +0200
+++ netcfg-1.108+deb7u1/finish-install.d/55netcfg-copy-config 2013-10-08 01:04:33.000000000 +0200
@@ -18,7 +18,7 @@
fi
# Flag to determine whether Network Manager is installed.
-if in-target dpkg-query -s network-manager 2>/dev/null | grep -q '^Status: install ok installed'; then
+if in-target sh -c "dpkg-query -s network-manager 2>/dev/null | grep -q '^Status: install ok installed'"; then
NM_IS_INSTALLED=true
else
NM_IS_INSTALLED=false
Reply to: