Your message dated Fri, 30 Jun 2017 18:45:53 +0300 with message-id <20170630154553.saqmw5ikukihk5d6@localhost> and subject line Closing unwanted pu requests has caused the Debian Bug report #863346, regarding jessie-pu: package libsx/2.05-6+deb8u1 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.) -- 863346: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863346 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: release.debian.org Severity: normal Tags: jessie User: [email protected] Usertags: pu changelog | 9 +++++++++ libsx-dev.install | 5 ----- libsx-dev.install.in | 5 +++++ libsx.pc | 10 ++++++++++ libsx.pc.in | 10 ---------- rules | 7 ++++++- 6 files changed, 30 insertions(+), 16 deletions(-) diff -Nru libsx-2.05/debian/changelog libsx-2.05/debian/changelog --- libsx-2.05/debian/changelog 2014-09-13 16:46:07.000000000 +0300 +++ libsx-2.05/debian/changelog 2017-05-25 19:30:28.000000000 +0300 @@ -1,3 +1,12 @@ +libsx (2.05-6+deb8u1) jessie; urgency=medium + + * Non-maintainer upload. + * Apply changes from Alastair McKinstry to ship libsx.h, libsx.pc, + libsx.a and the HTML documentation in libsx-dev and the dialogs + to libsx0. (Closes: #856725) + + -- Adrian Bunk <[email protected]> Thu, 25 May 2017 19:19:58 +0300 + libsx (2.05-6) unstable; urgency=medium * Apply patch from Alexander to fix clang compilation. Closes: #758760. diff -Nru libsx-2.05/debian/libsx-dev.install libsx-2.05/debian/libsx-dev.install --- libsx-2.05/debian/libsx-dev.install 2014-09-13 16:46:07.000000000 +0300 +++ libsx-2.05/debian/libsx-dev.install 1970-01-01 02:00:00.000000000 +0200 @@ -1,5 +0,0 @@ -src/libsx.h usr/include -src/libsx.a usr/lib/* -docs/html/* usr/share/doc/libsx-dev/html -docs/text/* usr/share/doc/libsx-dev/text -debian/libsx.pc usr/lib/*/pkgconfig diff -Nru libsx-2.05/debian/libsx-dev.install.in libsx-2.05/debian/libsx-dev.install.in --- libsx-2.05/debian/libsx-dev.install.in 1970-01-01 02:00:00.000000000 +0200 +++ libsx-2.05/debian/libsx-dev.install.in 2017-05-25 19:21:25.000000000 +0300 @@ -0,0 +1,5 @@ +src/libsx.h usr/include +src/libsx.a usr/lib/@ARCH@ +docs/html/* usr/share/doc/libsx-dev/html +docs/text/* usr/share/doc/libsx-dev/text +debian/libsx.pc usr/lib/@ARCH@/pkgconfig diff -Nru libsx-2.05/debian/libsx.pc libsx-2.05/debian/libsx.pc --- libsx-2.05/debian/libsx.pc 1970-01-01 02:00:00.000000000 +0200 +++ libsx-2.05/debian/libsx.pc 2017-05-25 19:21:25.000000000 +0300 @@ -0,0 +1,10 @@ +prefix=/usr +exec_prefix=${prefix} +libdir=${exec_prefix}/lib + +Name: libsx +Description: Simple X library +Version: 2.05 +Libs: -L${libdir} -lsx +Requires.private: xt xmu xpm xaw7 +Libs.private: -$L{libdir} -lsx -lX11 -lXpm -Xaw -Xmu diff -Nru libsx-2.05/debian/libsx.pc.in libsx-2.05/debian/libsx.pc.in --- libsx-2.05/debian/libsx.pc.in 2014-09-13 16:46:07.000000000 +0300 +++ libsx-2.05/debian/libsx.pc.in 1970-01-01 02:00:00.000000000 +0200 @@ -1,10 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib - -Name: libsx -Description: Simple X library -Version: 2.05 -Libs: -L${libdir} -lsx -Requires.private: xt xmu xpm xaw7 -Libs.private: -$L{libdir} -lsx -lX11 -lXpm -Xaw -Xmu diff -Nru libsx-2.05/debian/rules libsx-2.05/debian/rules --- libsx-2.05/debian/rules 2014-09-13 16:46:07.000000000 +0300 +++ libsx-2.05/debian/rules 2017-05-25 19:32:11.000000000 +0300 @@ -6,6 +6,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) +AUTOGENERATED:= libsx-dev.install CFLAGS = `dpkg-buildflags --get CFLAGS` CFLAGS += `dpkg-buildflags --get CPPFLAGS` @@ -15,9 +16,13 @@ dh_installexamples -Xlibsx.h override_dh_install: - dh_auto_install + for f in ${AUTOGENERATED} ; do \ + sed -e 's%@ARCH@%${DEB_HOST_MULTIARCH}%g' < debian/$$f.in > debian/$$f ; \ + done mkdir -p debian/libsx0/$(LIBDIR) mv src/libsx.so debian/libsx0/$(LIBDIR)/libsx.so.0.0.0 dh_link -p libsx0 $(LIBDIR)/libsx.so.0.0.0 $(LIBDIR)/libsx.so.0 dh_link -p libsx-dev $(LIBDIR)/libsx.so.0.0.0 $(LIBDIR)/libsx.so + dh_install + dh_auto_install
--- End Message ---
--- Begin Message ---The release team has made it clear that pu requests are not welcome when they are submitted by me. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
--- End Message ---

