Bug#769360: unblock: zthreads/2.3.2-7.2

2014-11-19 Thread Samuel Thibault
Control: tags -1 - moreinfo

Hello,

Jonathan Wiltshire, le Sat 15 Nov 2014 12:02:30 +, a écrit :
 On Thu, Nov 13, 2014 at 01:11:33AM +0100, Samuel Thibault wrote:
  unblock zthreads/2.3.2-7.2
 
 I can't unblock this until it's in unstable.

This is now in unstable.

Samuel


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



Bug#769360: unblock: zthreads/2.3.2-7.2

2014-11-15 Thread Samuel Thibault
Jonathan Wiltshire, le Sat 15 Nov 2014 12:02:30 +, a écrit :
 Control: tag -1 moreinfo
 
 On Thu, Nov 13, 2014 at 01:11:33AM +0100, Samuel Thibault wrote:
  unblock zthreads/2.3.2-7.2
 
 I can't unblock this until it's in unstable.
 
 You don't need pre-approvals for everything you want to do; if you think
 it's sane, please save us a round-trip by asking after upload.

Well, here it's an NMU, I preferred to make sure it was ok to do this.

Thanks, I'll ping when it's done.

Samuel


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



Bug#769360: unblock: zthreads/2.3.2-7.2

2014-11-15 Thread Jonathan Wiltshire
Control: tag -1 moreinfo

On Thu, Nov 13, 2014 at 01:11:33AM +0100, Samuel Thibault wrote:
 unblock zthreads/2.3.2-7.2

I can't unblock this until it's in unstable.

You don't need pre-approvals for everything you want to do; if you think
it's sane, please save us a round-trip by asking after upload.

The diff for this one looks fine.

Thanks,

-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51



signature.asc
Description: Digital signature


Bug#769360: unblock: zthreads/2.3.2-7.2

2014-11-12 Thread Samuel Thibault
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

unblock zthreads/2.3.2-7.2

Hello,

I'd like to NMU the attached changes to zthreads, to fix Bug #724908.
Currently, libzthread-dev does not ship the zthread-config script,
used by applications to determine cflags  ldflags, which thus makes
compiling them unnecessarily more difficult.  The changes simply install
the upstream-provided script (which is actually arch-independant).

Samuel

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

Kernel: Linux 3.17.0 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Samuel
After watching my newly-retired dad spend two weeks learning how to make a new
folder, it became obvious that intuitive mostly means what the writer or
speaker of intuitive likes.
(Bruce Ediger, bedi...@teal.csn.org, in comp.os.linux.misc, on X the
intuitiveness of a Mac interface.)
diff -Nru zthreads-2.3.2/debian/changelog zthreads-2.3.2/debian/changelog
--- zthreads-2.3.2/debian/changelog 2014-07-04 03:50:38.0 +0200
+++ zthreads-2.3.2/debian/changelog 2014-11-13 00:58:51.0 +0100
@@ -1,3 +1,10 @@
+zthreads (2.3.2-7.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Install zthread-config script (Closes: #724908).
+
+ -- Samuel Thibault sthiba...@debian.org  Thu, 13 Nov 2014 00:58:22 +0100
+
 zthreads (2.3.2-7.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru zthreads-2.3.2/debian/libzthread-dev.install 
zthreads-2.3.2/debian/libzthread-dev.install
--- zthreads-2.3.2/debian/libzthread-dev.install2012-05-19 
20:14:04.0 +0200
+++ zthreads-2.3.2/debian/libzthread-dev.install2014-11-13 
00:57:15.0 +0100
@@ -1,3 +1,4 @@
 usr/lib/*/lib*.a
 usr/include/zthread/*.h
 usr/lib/*/lib*.so
+usr/bin/zthread-config
diff -Nru zthreads-2.3.2/debian/rules zthreads-2.3.2/debian/rules
--- zthreads-2.3.2/debian/rules 2014-06-05 14:55:15.0 +0200
+++ zthreads-2.3.2/debian/rules 2014-11-13 00:57:50.0 +0100
@@ -28,6 +28,7 @@
install -d $(DESTDIR)/usr/bin
cp -a include $(DESTDIR)/usr
cp -a src/.libs/*.so* src/.libs/*.la src/.libs/*.a 
$(DESTDIR)/usr/lib/$(DEB_HOST_MULTIARCH)
+   cp -a share/zthread-config $(DESTDIR)/usr/bin
 
 build-orig-source:
mkdir -p zthreads-$(VERSION)