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

Reply via email to