Your message dated Tue, 13 Sep 2016 04:31:58 +0000
with message-id <[email protected]>
and subject line Bug#798604: fixed in libwps 0.4.3-4
has caused the Debian Bug report #798604,
regarding multiarchify the library packages
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.)
--
798604: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798604
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libwps
Version: 0.4.0-2
Severity: important
Tags: patch
package-cleanup: multiarchify, parallel builds, use hardening flags
* Enable parallel builds.
* Build using dpkg-buildflags.
* Multiarchify the library packages.
diff -Nru libwps-0.4.0/debian/control libwps-0.4.0/debian/control
--- libwps-0.4.0/debian/control 2015-05-17 11:59:55.000000000 +0000
+++ libwps-0.4.0/debian/control 2015-09-10 23:01:10.000000000 +0000
@@ -7,6 +7,7 @@
Package: libwps-dev
Section: libdevel
Architecture: any
+Multi-Arch: same
Depends: libwps-0.4-4 (= ${binary:Version}), librevenge-dev, ${misc:Depends}
Description: Works text file format import filter library (development)
libwps is a library (for use by word processors, for example) for importing
the
@@ -20,6 +21,8 @@
Package: libwps-0.4-4
Section: libs
Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Works text file format import filter library (shared library)
libwps is a library (for use by word processors, for example) for importing
the
diff -Nru libwps-0.4.0/debian/libwps-0.4-4.install
libwps-0.4.0/debian/libwps-0.4-4.install
--- libwps-0.4.0/debian/libwps-0.4-4.install 2015-05-17 11:59:40.000000000
+0000
+++ libwps-0.4.0/debian/libwps-0.4-4.install 2015-09-10 22:48:18.000000000
+0000
@@ -1 +1 @@
-usr/lib/libwps*.so.*
+usr/lib/*/libwps*.so.*
diff -Nru libwps-0.4.0/debian/libwps-dev.install
libwps-0.4.0/debian/libwps-dev.install
--- libwps-0.4.0/debian/libwps-dev.install 2010-11-16 18:10:30.000000000
+0000
+++ libwps-0.4.0/debian/libwps-dev.install 2015-09-10 22:48:33.000000000
+0000
@@ -1,4 +1,4 @@
usr/include
-usr/lib/lib*.a
-usr/lib/lib*.so
-usr/lib/pkgconfig/*
+usr/lib/*/lib*.a
+usr/lib/*/lib*.so
+usr/lib/*/pkgconfig/*
diff -Nru libwps-0.4.0/debian/rules libwps-0.4.0/debian/rules
--- libwps-0.4.0/debian/rules 2015-06-16 18:47:13.000000000 +0000
+++ libwps-0.4.0/debian/rules 2015-09-10 22:54:33.000000000 +0000
@@ -9,13 +9,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
+COMMA = ,
+ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))
+ NJOBS := -j $(subst parallel=,,$(filter parallel=%,$(subst $(COMMA),
,$(DEB_BUILD_OPTIONS))))
endif
# shared library versions, option 1
@@ -31,7 +27,8 @@
configure-stamp:
dh_testdir
dh_autoreconf
- ./configure --prefix=/usr --enable-static --disable-werror
+ $(shell DEB_CFLAGS_MAINT_APPEND=-Wall dpkg-buildflags --export=cmdline)
\
+ ./configure --prefix=/usr --libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
--enable-static --disable-werror
touch configure-stamp
@@ -39,7 +36,7 @@
build-stamp: configure-stamp
dh_testdir
- $(MAKE) V=1
+ $(MAKE) $(NJOBS) V=1
cd src/test; $(MAKE) V=1 check
touch $@
--- End Message ---
--- Begin Message ---
Source: libwps
Source-Version: 0.4.3-4
We believe that the bug you reported is fixed in the latest version of
libwps, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Rene Engelhard <[email protected]> (supplier of updated libwps package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 12 Sep 2016 23:16:29 +0200
Source: libwps
Binary: libwps-dev libwps-0.4-4 libwps-tools libwps-doc
Architecture: source amd64 all
Version: 0.4.3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian LibreOffice Maintainers <[email protected]>
Changed-By: Rene Engelhard <[email protected]>
Description:
libwps-0.4-4 - Works text file format import filter library (shared library)
libwps-dev - Works text file format import filter library (development)
libwps-doc - Works text file format import filter library (documentation)
libwps-tools - Tools from libwps for converting Works text documents to
HTML/RAW
Closes: 798604
Changes:
libwps (0.4.3-4) unstable; urgency=medium
.
* [8d1211c] move Maintainer: to Debian LibreOffice Maintainers
* [391aa97] use dh_auto_configure instead of manual ./configure
* [4da177a] multiarchify (closes: #798604)
Checksums-Sha1:
d96f06667a8602f3ac72c38d62739e7a44858378 1980 libwps_0.4.3-4.dsc
77bc8f45bcfd3409db0e53be5affbee9d3befa68 9732 libwps_0.4.3-4.debian.tar.xz
0a63d4ab9f80e99b9ef55147e87d804cbc62aad1 4796874
libwps-0.4-4-dbgsym_0.4.3-4_amd64.deb
a3ca1c4da470ef38973f60870b35a744d6861eba 443044 libwps-0.4-4_0.4.3-4_amd64.deb
b6f543a48bdd1972c319a22abcff5de1bf3a1d45 545282 libwps-dev_0.4.3-4_amd64.deb
3e464cee6cb8e7c5b74e79ea7ad82ea93837b001 549518 libwps-doc_0.4.3-4_all.deb
6bd5a625b8f4a5232071a86b4eb83f002d2e657b 99206
libwps-tools-dbgsym_0.4.3-4_amd64.deb
13ff33ccd5efc76dc66638444823c1b793cc7e5a 53184 libwps-tools_0.4.3-4_amd64.deb
Checksums-Sha256:
414b72c6f16814162eb282e823ff5ffa3a7550bf0bd14556ea6aa23709e5e9f8 1980
libwps_0.4.3-4.dsc
366475be0445d4ddc8c75221e161d8b46751c5111e5c8d876728885d4ca05188 9732
libwps_0.4.3-4.debian.tar.xz
52ad069418a4f008a0286d11524e6812074951c77f88fd2ef96b0d727afa23af 4796874
libwps-0.4-4-dbgsym_0.4.3-4_amd64.deb
c3d491295d94f0482d45cd70a0a656729676db3543fcd4fb419140f42d6a7a2e 443044
libwps-0.4-4_0.4.3-4_amd64.deb
91f346ff6aae6efef292d4b2d802569cff494361addf62377d26910647faa29e 545282
libwps-dev_0.4.3-4_amd64.deb
983245b183e0a100c56785f91782056d4a8cbebb8ad7eb0816d54cbb1487ac33 549518
libwps-doc_0.4.3-4_all.deb
7d16a213713b605646dd7c3c3275f8273ba0b87b87a1da37a7940c5fd254b1f0 99206
libwps-tools-dbgsym_0.4.3-4_amd64.deb
a1fefb452f1de0351ea3ef8f5265086e0c4d718441a20b3d8c063f82462c2a91 53184
libwps-tools_0.4.3-4_amd64.deb
Files:
03779c625b39ffd68d154208bfa8c15a 1980 libs optional libwps_0.4.3-4.dsc
a5c9f22d6b5df8affa5774d07b30dc70 9732 libs optional
libwps_0.4.3-4.debian.tar.xz
0b9d3a56d58cd2a33e2e10de0a89dcd2 4796874 debug extra
libwps-0.4-4-dbgsym_0.4.3-4_amd64.deb
9740791bf152f2d949a114381e964e0d 443044 libs optional
libwps-0.4-4_0.4.3-4_amd64.deb
a4dfb914edd8c26231e9d43804ab3361 545282 libdevel optional
libwps-dev_0.4.3-4_amd64.deb
6275cbc8fef1d2b8dea6fe164e65633f 549518 doc optional libwps-doc_0.4.3-4_all.deb
2f7c928f4b76d08cd9834e13d7d58fd7 99206 debug extra
libwps-tools-dbgsym_0.4.3-4_amd64.deb
8d53a38108abc75163027d65b3fbd2b4 53184 utils optional
libwps-tools_0.4.3-4_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJX1yN2AAoJEAqgRXHQPj5wjvEP/RFPbLpoQ8nfJbGx88VqqEnZ
Zpgq1xatKEfDyPW8ZFoFl15g7b0ojJv1UyH0C/l5IHXqshpUvi81xFgO5ysL41uw
dwcZGLOGL0b387G/H9L8kRC9zS/1YDv6v2dvvCPn9xUGDzGzjN7Df0Sm698JQUeg
7FkFeiqsfSqwotZy7hvZhOEaMYemsbQcNLyKOfMd4v6SagsCwl6a/krr/o+a9oDQ
48IdDJ/8lMjbxIdyte8J4BJEexP0PxM4pPeknOVWB1goy2ECl4dpidPaGWYiZtwn
3RQvrCeAsCXzvk0WB+Dbm+pi5pe1IJNurUJEEzz8WYomanykOh1vkCycl8ld/Cnb
oCWHnnACE2bv6MsKH1PYWySJol7u4t7ybS2gv7UKxxEG9jqhtLFUanRCl7czhrsm
ccFMEhQ6ghqoqWAxQdOoFN1FPGRhuwPbpcKBFoXSKZc3QHyUegkRFDD0p3DsBU3m
8haAUSq5Pzjuw4r9qugJuwU85agAau97+392MXnzuQupVQhycfABc/RBZPng6Lk4
qpiWwwYJogrLZFMcWWQ0sgADfDuz604aOM5Mi9hnDDigazBkLvvXpVXqtMBfn0ec
RtoszK7geT3QoqvvqW6LLGBCE8ks1cJiQyTyI8/fSN21LxrbdhQ+NIoPLoBZhDKD
yEzaD2sXY1mywveJ5HaJ
=tEnz
-----END PGP SIGNATURE-----
--- End Message ---