Your message dated Fri, 27 May 2016 16:20:14 +0000
with message-id <[email protected]>
and subject line Bug#825492: fixed in glfw3 3.1.2-4
has caused the Debian Bug report #825492,
regarding Make build of documentation architecture-independent
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.)


-- 
825492: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825492
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: glfw3
Version: 3.1.2-3

Dear glfw3 maintainers,

Whilst browsing the packaging of the glfw3 source package, I noticed
that the documentation was not built in an architecture-independent
way. I am forwarding a patch which addresses this.

I successfully ran a test build on debomatic. The log is available here:


http://debomatic-amd64.debian.net/distribution#unstable/glfw3/3.1.2-3.1/buildlog

Regards,
Ghislain
>From ce1bf2c330799b82ab7956d12934c8da170ea3f4 Mon Sep 17 00:00:00 2001
From: Ghislain Antony Vaillant <[email protected]>
Date: Fri, 27 May 2016 08:15:16 +0100
Subject: [PATCH] Make build of documentation architecture-independent.

---
 debian/control |  2 +-
 debian/rules   | 17 +++++++++++++----
 2 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 87933c8..58218c2 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Uploaders: Mahyuddin Susanto <[email protected]>,
 Build-Depends:
  cmake,
  debhelper (>= 9),
- doxygen,
  libgl1-mesa-dev | libgl-dev,
  libx11-dev,
  libxcursor-dev,
@@ -16,6 +15,7 @@ Build-Depends:
  libxinerama-dev,
  libxrandr-dev,
  libxxf86vm-dev
+Build-Depends-Indep: doxygen
 Standards-Version: 3.9.6
 Homepage: http://www.glfw.org/
 Vcs-Git: https://anonscm.debian.org/git/pkg-games/glfw3.git
diff --git a/debian/rules b/debian/rules
index d18229a..8f76c85 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,13 +6,22 @@
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
+BUILD_OPTIONS = -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" \
+		-DBUILD_SHARED_LIBS=ON -DGLFW_BUILD_EXAMPLES=OFF \
+		-DGLFW_BUILD_TESTS=OFF
+
 %:
 	dh $@ --parallel
 
-override_dh_auto_configure:
-	dh_auto_configure -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" \
-		-DBUILD_SHARED_LIBS=ON -DGLFW_BUILD_EXAMPLES=OFF \
-		-DGLFW_BUILD_TESTS=OFF -DGLFW_BUILD_DOCS=ON
+override_dh_auto_configure-arch:
+	dh_auto_configure -- $(BUILD_OPTIONS) -DGLFW_BUILD_DOCS=OFF
+
+override_dh_auto_configure-indep:
+	dh_auto_configure -- $(BUILD_OPTIONS) -DGLFW_BUILD_DOCS=ON
+
+override_dh_installdocs-indep:
+	dh_installdocs --indep
+	dh_doxygen --indep
 
 override_dh_installexamples:
 	dh_installexamples -XCMakeLists.txt
-- 
2.8.1


--- End Message ---
--- Begin Message ---
Source: glfw3
Source-Version: 3.1.2-4

We believe that the bug you reported is fixed in the latest version of
glfw3, 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.
James Cowgill <[email protected]> (supplier of updated glfw3 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: SHA512

Format: 1.8
Date: Fri, 27 May 2016 12:51:15 +0100
Source: glfw3
Binary: libglfw3 libglfw3-dev libglfw3-doc
Architecture: source
Version: 3.1.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: James Cowgill <[email protected]>
Description:
 libglfw3   - portable library for OpenGL, window and input (libraries)
 libglfw3-dev - portable library for OpenGL, window and input (development 
files)
 libglfw3-doc - portable library for OpenGL, window and input (documentation)
Closes: 825492
Changes:
 glfw3 (3.1.2-4) unstable; urgency=medium
 .
   * debian/control:
    - Move doxygen to Build-Depends-Indep. (Closes: #825492)
    - Drop libglu-dev dependency from libglfw3-dev.
    - Switch to my debian.org email address.
    - Bump standards version (no changes).
   * debian/rules:
    - Enable all hardening options.
Checksums-Sha1:
 e16a34ded08b1d16ecf36db5de3c4ba3136eb4bf 2223 glfw3_3.1.2-4.dsc
 3bf370cc3b844790587a82b0a29ecc2eb480fed8 6760 glfw3_3.1.2-4.debian.tar.xz
Checksums-Sha256:
 23549e8ac336330b43b0024b50a986f3a22bac991d34b2c1b6002d1662c1ea50 2223 
glfw3_3.1.2-4.dsc
 c454da5bedde4f7a3cbcd4b40546cb8e9991c99b5d9264d6ff7fcbe50019bb34 6760 
glfw3_3.1.2-4.debian.tar.xz
Files:
 4327e3a2d8a5f74258e6a40bed7c3669 2223 libs optional glfw3_3.1.2-4.dsc
 0a850bea613776a01dfb85febe79c8b3 6760 libs optional glfw3_3.1.2-4.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCgAGBQJXSFsPAAoJEMfxZ23qLQHvc9wP+wbngWrmgb2TrRIrkxwrEdJg
FwMQUSIm19eCDCcbsRuw5XErFW504E7Ur4mg/xYY5uY+1YUX1yvE8TxN9d6ybWT4
Ik7fU/+szDr7Fei8qzSa5cyT/ykqd3yLIboV1feoVJLQhZFo5MPUhh4eWa33IzcH
jkqpTQVoYjZ/Tc4z/5RNy7qZ3+j5rP5FhZ5f88v0Nk9W+tNzEjd5mNPQpUkeN3ll
gzTIas0jK9d/3ymSDDzuuacyIR83UEnI6hiY+sbAY8554rFdI7v70ymaNyYxR8QS
zyU0LMgF4MbzwRIOvzri/7/MItEOqU6WOO+dc5Ws/e69j+hvyMu8u5t36EIq37gq
aZBJmQtgHxdaou29OXV05xPDO7yw+lbME28CvuQofOjbHZZp9MT3giUvYrUg+O2r
PUd/gqltCs1dCax4h7lzKmm+HZ5gNjxrZTQPmzHBMTudk6JNnevXjtqnVQrSHiOD
N+y5wvTNLkiDmbFawbUO9QRbA4sePWA3cXlKxs5GySEWyqEQrlVPHj+mvE5gxjCX
tpU1n2qfTr47ByIS37/zgL+pKtXwMlOYpXDxzVN1QEZqh21cAxWb6/AZkLiN3Ymy
VYTkBANA5EiKi3dMH/UxQl094reGkls+1HKDnWxnKjqZs8HTfB7Kqpw84SwoRACz
Sn0wF81pAmV8Fj3WSMA3
=Rdxl
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to