Bug#725748: pu: package netcfg/1.108

2013-10-08 Thread Adam D. Barratt

Control: tags -1 + confirmed

On 2013-10-08 0:21, Cyril Brulebois wrote:

(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.


If we could get the upload in ASAP (today would be nice :-) then I'm 
willing to defer to your judgement on d-i stuff.


Regards,

Adam


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/15d0a5393afba31544e10c6982a7d...@mail.adsl.funky-badger.org



Processed: Re: Bug#725748: pu: package netcfg/1.108

2013-10-08 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + confirmed
Bug #725748 [release.debian.org] pu: package netcfg/1.108
Added tag(s) confirmed.

-- 
725748: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725748
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b725748.138122967726239.transcr...@bugs.debian.org



Bug#725748: pu: package netcfg/1.108

2013-10-08 Thread Adam D. Barratt
Control: tags -1 + pending

On Tue, 2013-10-08 at 11:54 +0100, Adam D. Barratt wrote:
 On 2013-10-08 0:21, Cyril Brulebois wrote:
  (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.
 
 If we could get the upload in ASAP (today would be nice :-) then I'm 
 willing to defer to your judgement on d-i stuff.

Flagged for acceptance.

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1381257318.17493.11.ca...@jacala.jungle.funky-badger.org



Processed: Re: Bug#725748: pu: package netcfg/1.108

2013-10-08 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + pending
Bug #725748 [release.debian.org] pu: package netcfg/1.108
Added tag(s) pending.

-- 
725748: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725748
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b725748.138125733017247.transcr...@bugs.debian.org



Bug#725748: pu: package netcfg/1.108

2013-10-07 Thread Cyril Brulebois
Package: release.debian.org
Severity: normal
User: release.debian@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 k...@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.0 +0200
+++ netcfg-1.108+deb7u1/debian/changelog	2013-10-08 01:04:57.0 +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 k...@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.0 +0200
+++ netcfg-1.108+deb7u1/finish-install.d/55netcfg-copy-config	2013-10-08 01:04:33.0 +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


Processed: Re: Bug#725748: pu: package netcfg/1.108

2013-10-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 725748 wheezy
Bug #725748 [release.debian.org] pu: package netcfg/1.108
Added tag(s) wheezy.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
725748: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725748
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.138118885510319.transcr...@bugs.debian.org