Your message dated Thu, 20 Nov 2014 19:20:20 +0000
with message-id <[email protected]>
and subject line Re: Bug#769360: unblock: zthreads/2.3.2-7.2
has caused the Debian Bug report #769360,
regarding unblock: zthreads/2.3.2-7.2
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.)
--
769360: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769360
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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, [email protected], 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.000000000 +0200
+++ zthreads-2.3.2/debian/changelog 2014-11-13 00:58:51.000000000 +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 <[email protected]> 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.install 2012-05-19
20:14:04.000000000 +0200
+++ zthreads-2.3.2/debian/libzthread-dev.install 2014-11-13
00:57:15.000000000 +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.000000000 +0200
+++ zthreads-2.3.2/debian/rules 2014-11-13 00:57:50.000000000 +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)
--- End Message ---
--- Begin Message ---
On Thu, Nov 20, 2014 at 01:34:23AM +0100, Samuel Thibault wrote:
> Control: tags -1 - moreinfo
>
> Hello,
>
> Jonathan Wiltshire, le Sat 15 Nov 2014 12:02:30 +0000, 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.
Thanks, unblocked.
--
Jonathan Wiltshire [email protected]
Debian Developer http://people.debian.org/~jmw
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51
signature.asc
Description: Digital signature
--- End Message ---