Your message dated Sat, 19 Aug 2017 01:19:24 +0000
with message-id <[email protected]>
and subject line Bug#871404: fixed in openbox-menu 0.8.0+hg20161009-1
has caused the Debian Bug report #871404,
regarding openbox-menu FTCBFS: uses the build architecture pkg-config
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.)


-- 
871404: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=871404
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: openbox-menu
Version: 0.8.0-1
Tags: patch
User: [email protected]
Usertags: rebootstrap

openbox-menu fails to cross build from source, because it fails finding
packages with the build architecture pkg-config. It also calls the build
architecture strip, which not only breaks cross compilation, but also
-dbgsym packages. After fixing both, openbox-menu cross builds a -dbgsym
package successfully.

Helmut
diff --minimal -Nru openbox-menu-0.8.0/debian/changelog 
openbox-menu-0.8.0/debian/changelog
--- openbox-menu-0.8.0/debian/changelog 2016-03-03 11:54:19.000000000 +0100
+++ openbox-menu-0.8.0/debian/changelog 2017-08-07 19:37:41.000000000 +0200
@@ -1,3 +1,12 @@
+openbox-menu (0.8.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: (Closes: #-1)
+    + Make pkg-config substitutable.
+    + Do not strip during install.
+
+ -- Helmut Grohne <[email protected]>  Mon, 07 Aug 2017 19:37:41 +0200
+
 openbox-menu (0.8.0-1) unstable; urgency=medium
 
   * New upstream release. (Closes: #797016, #797022, #797241)
diff --minimal -Nru openbox-menu-0.8.0/debian/patches/debian_build.patch 
openbox-menu-0.8.0/debian/patches/debian_build.patch
--- openbox-menu-0.8.0/debian/patches/debian_build.patch        2015-11-30 
18:05:21.000000000 +0100
+++ openbox-menu-0.8.0/debian/patches/debian_build.patch        2017-08-07 
19:37:41.000000000 +0200
@@ -1,10 +1,19 @@
 Description: Make makefile compatible with Debian's standards.
 Author: Mateusz Łukasik <[email protected]>
-Last-Update: 2013-11-30
+Last-Update: 2017-08-07
 
 --- a/Makefile
 +++ b/Makefile
-@@ -7,7 +7,7 @@ CC=gcc
+@@ -1,5 +1,6 @@
+-LIBS= `pkg-config --libs glib-2.0 gtk+-2.0 libmenu-cache`
+-CFLAGS+= -g -Wall `pkg-config --cflags glib-2.0 gtk+-2.0 libmenu-cache`
++PKG_CONFIG ?= pkg-config
++LIBS= `$(PKG_CONFIG) --libs glib-2.0 gtk+-2.0 libmenu-cache`
++CFLAGS+= -g -Wall `$(PKG_CONFIG) --cflags glib-2.0 gtk+-2.0 libmenu-cache`
+ CC=gcc
+ #-DG_DISABLE_DEPRECATED
+ 
+@@ -7,7 +8,7 @@
  CFLAGS+=-DWITH_ICONS
  # Uncomment this line if Openbox can display SVG icons 
  # Check SVG support with '$ ldd /usr/bin/openbox | grep svg', librsvg must 
appear..
@@ -13,3 +24,11 @@
  
  prefix= /usr/local
  DESTDIR ?= $(prefix)
+@@ -31,7 +32,6 @@
+       @rm -rf doc
+ 
+ install:
+-      @strip -s openbox-menu
+       @install -Dm 755 openbox-menu $(BINDIR)/openbox-menu
+ 
+ doc:

--- End Message ---
--- Begin Message ---
Source: openbox-menu
Source-Version: 0.8.0+hg20161009-1

We believe that the bug you reported is fixed in the latest version of
openbox-menu, 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.
Mateusz Łukasik <[email protected]> (supplier of updated openbox-menu 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: Sat, 12 Aug 2017 21:30:08 +0200
Source: openbox-menu
Binary: openbox-menu
Architecture: source
Version: 0.8.0+hg20161009-1
Distribution: unstable
Urgency: medium
Maintainer: Mateusz Łukasik <[email protected]>
Changed-By: Mateusz Łukasik <[email protected]>
Description:
 openbox-menu - openbox pipe-menu to display entries in *.desktop files
Closes: 871404
Changes:
 openbox-menu (0.8.0+hg20161009-1) unstable; urgency=medium
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: (Closes: #871404)
     + Make pkg-config substitutable.
     + Do not strip during install.
 .
   [ Mateusz Łukasik ]
   * Merge latest hg version.
   * debian/control:
     + Bump Standards-Version to 4.0.1. (no changes needed)
     + Bump dh version to 10.
   * Update debian/rules.
   * Update debian/copyright.
   * Add testsuite.
Checksums-Sha1:
 e985e5aa8a8b72145edfd7f2aa903ae94c7b56ad 1716 
openbox-menu_0.8.0+hg20161009-1.dsc
 0fd7e0fdd527ce9b16e0ec16d199beea21f8ef5e 25136 
openbox-menu_0.8.0+hg20161009.orig.tar.xz
 dfe7c3423bef0af6aa90b1aff86e8105a6ba46bb 3348 
openbox-menu_0.8.0+hg20161009-1.debian.tar.xz
 ff9bc1b59d6e69981debad53c7f0de3d72b15b25 5740 
openbox-menu_0.8.0+hg20161009-1_source.buildinfo
Checksums-Sha256:
 f3960ba59feea7052aaff7f013fcca0c0a261d665504cc10be68831d4f444331 1716 
openbox-menu_0.8.0+hg20161009-1.dsc
 a77a65a171a95614a16c366c26c05ba9015960982b607e549de3cfe995d2e017 25136 
openbox-menu_0.8.0+hg20161009.orig.tar.xz
 a2fb0b1cf483e2648bf9da5b4159456c0c3291c27a4eddc48c6726b5d30f6260 3348 
openbox-menu_0.8.0+hg20161009-1.debian.tar.xz
 74d0cf52af8ee72b336b6d7bb8cff8d027517a487433b9e754bc4b8d6aa61826 5740 
openbox-menu_0.8.0+hg20161009-1_source.buildinfo
Files:
 0e347737a9e989423e5cedf29fcd875e 1716 x11 optional 
openbox-menu_0.8.0+hg20161009-1.dsc
 21e4d6cd6068c0aac89dddf0460d28e6 25136 x11 optional 
openbox-menu_0.8.0+hg20161009.orig.tar.xz
 7490d568714e4be76f432866d2af9924 3348 x11 optional 
openbox-menu_0.8.0+hg20161009-1.debian.tar.xz
 09d6f7bb9ddc1fc842be161b0b08d51d 5740 x11 optional 
openbox-menu_0.8.0+hg20161009-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEE/Zzi2Nd1S3irJ5u9LDtDb+rGgQEFAlmXjqIACgkQLDtDb+rG
gQG00Af7BFOe39/X84E/5qWQ+V0fzVMWY6mX3MsgsDPQIL8NsUh19GMCimZkeDYM
pDXSketq3wWJvuxPIMR7LciUZjn0TvatVExqhRIzDUzdyaYk0ysBDH0pCEngzFR8
tuEpSHi6unYtJ1DK9XZNpArlJRqHO3syIxvGV5d4vOy32nA504dlpIX221JNTW7Q
NuBq2rRS8bNOW1LWQ4GiRaPkIlpotNnC6eORL/a7OfMOdMy3CjBxrFfgMM8tFpo7
zC+WWrfWWuxDA3TPwP6gLl17lfsyE0TxpqJ85jpAUp5P2jHKUZ9oXbjYKkWMynbo
t0psD7dls4RYn2zdUFeXz1qDWUjIzQ==
=m2VJ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to