Bug#734610: libprocps3-dev: .so symlink broken

2014-01-10 Thread Craig Small
On Thu, Jan 09, 2014 at 11:04:00PM +0100, Bernd Zeimetz wrote:
Please upload when you have the time to do so, here it fails to build on
amd64 with similar errors as on ia64, so I gave up and didn't nmu it yet.
Done. Thanks for the patch.
I'd like to know what's going on with those scripts, it's basically
saying that command -v kill works
but `command -v kill` doesnt work

 - Craig
-- 
Craig Small (@smallsees)   http://enc.com.au/   csmall at : enc.com.au
Debian GNU/Linux   http://www.debian.org/   csmall at : debian.org
GPG fingerprint:5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#734610: libprocps3-dev: .so symlink broken

2014-01-09 Thread Craig Small
On Wed, Jan 08, 2014 at 03:27:49PM +0100, Bernd Zeimetz wrote:
 nmu diff is attached. As this is kinda urgent to make the transition
 succeed, I'll upload it tonight if nobody stops me from doing so.
Go ahead, I won't be able to do it until 12 hours from now.
Appreciate an email once you don't it or I'll upload it then.
Thanks for the fix.

 - Craig
-- 
Craig Small (@smallsees)   http://enc.com.au/   csmall at : enc.com.au
Debian GNU/Linux   http://www.debian.org/   csmall at : debian.org
GPG fingerprint:5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#734610: libprocps3-dev: .so symlink broken

2014-01-09 Thread Bernd Zeimetz
Hi,

Please upload when you have the time to do so, here it fails to build on amd64 
with similar errors as on ia64, so I gave up and didn't nmu it yet.

Thanks,

Bernd



Craig Small csm...@debian.org schrieb:
On Wed, Jan 08, 2014 at 03:27:49PM +0100, Bernd Zeimetz wrote:
 nmu diff is attached. As this is kinda urgent to make the transition
 succeed, I'll upload it tonight if nobody stops me from doing so.
Go ahead, I won't be able to do it until 12 hours from now.
Appreciate an email once you don't it or I'll upload it then.
Thanks for the fix.

 - Craig
-- 
Craig Small (@smallsees)   http://enc.com.au/   csmall at :
enc.com.au
Debian GNU/Linux   http://www.debian.org/   csmall at :
debian.org
GPG fingerprint:5D2F B320 B825 D939 04D2  0519 3938 F96B DF50
FEA5

-- 
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.

Bug#734610: libprocps3-dev: .so symlink broken

2014-01-08 Thread Bernd Zeimetz
Package: libprocps3-dev
Version: 1:3.3.9-1
Severity: grave

libprocps3-dev ships a broken symlink:
 /usr/lib/x86_64-linux-gnu/libprocps.so -
 /lib/x86_64-linux-gnu/libprocps.so.1

but libprocps3 ships
/lib/x86_64-linux-gnu/libprocps.so.3


This breaks the build of packages like open-vm-tools...

nmu diff is attached. As this is kinda urgent to make the transition
succeed, I'll upload it tonight if nobody stops me from doing so.


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libprocps3-dev depends on:
ii  libc6-dev [libc-dev]  2.17-92+b1
ii  libprocps31:3.3.9-1

libprocps3-dev recommends no packages.

libprocps3-dev suggests no packages.

-- no debconf information

-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprint: ECA1 E3F2 8E11 2432 D485  DD95 EB36 171A 6FF9 435F
diff --git a/debian/changelog b/debian/changelog
index f0b7409..803fa82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+procps (1:3.3.9-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Fix /usr/lib/${DEB_HOST_MULTIARCH}/libprocps.so symlink:
+libprocps3 ships libprocps.so.3, not libprocps.so.1
+
+ -- Bernd Zeimetz b...@debian.org  Wed, 08 Jan 2014 15:21:13 +0100
+
 procps (1:3.3.9-1) unstable; urgency=medium
 
   * New upstream version
diff --git a/debian/libprocps3-dev.links.in b/debian/libprocps3-dev.links.in
index 7643bcf..3b2981f 100644
--- a/debian/libprocps3-dev.links.in
+++ b/debian/libprocps3-dev.links.in
@@ -1 +1 @@
-lib/${DEB_HOST_MULTIARCH}/libprocps.so.1 usr/lib/${DEB_HOST_MULTIARCH}/libprocps.so
+lib/${DEB_HOST_MULTIARCH}/libprocps.so.3 usr/lib/${DEB_HOST_MULTIARCH}/libprocps.so