Your message dated Tue, 13 Mar 2018 21:20:33 +0000
with message-id <e1evrlv-000hby...@fasolo.debian.org>
and subject line Bug#870761: fixed in micropolis-activity 0.0.20071228-9
has caused the Debian Bug report #870761,
regarding micropolis-activity FTCBFS: uses the build architecture strip
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 ow...@bugs.debian.org
immediately.)


-- 
870761: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870761
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: micropolis-activity
Version: 0.0.20071228-8
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

micropolis-activity's build systems strips both at build time (via an
explicit strip invocation) and at installation time (via install -s).
Since both use the build architecture strip, micropolis-activity fails
to cross build from source. Stripping also breaks generation of -dbgsym
packages. The attached patch removes such stripping and makes a cross
build succeed. Please consider applying it.

Helmut
diff --minimal -Nru micropolis-activity-0.0.20071228/debian/changelog 
micropolis-activity-0.0.20071228/debian/changelog
--- micropolis-activity-0.0.20071228/debian/changelog   2015-10-31 
23:23:42.000000000 +0100
+++ micropolis-activity-0.0.20071228/debian/changelog   2017-08-04 
21:54:04.000000000 +0200
@@ -1,3 +1,10 @@
+micropolis-activity (0.0.20071228-8.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Do not strip during build or install. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Fri, 04 Aug 2017 21:54:04 +0200
+
 micropolis-activity (0.0.20071228-8) unstable; urgency=medium
 
   * Team upload.
diff --minimal -Nru 
micropolis-activity-0.0.20071228/debian/patches/makefile.patch 
micropolis-activity-0.0.20071228/debian/patches/makefile.patch
--- micropolis-activity-0.0.20071228/debian/patches/makefile.patch      
2015-10-31 23:23:42.000000000 +0100
+++ micropolis-activity-0.0.20071228/debian/patches/makefile.patch      
2017-08-04 21:53:59.000000000 +0200
@@ -48,7 +48,7 @@
 index bdf5847..a09c6f5 100644
 --- a/src/sim/makefile
 +++ b/src/sim/makefile
-@@ -23,10 +23,12 @@ OPTFLAGS = -O3
+@@ -23,11 +23,13 @@
  DEFINES = -DIS_LINUX -DORIGINAL_MONSTER_BEHAVIOUR #-DNO_AIRCRASH
  
  CFLAGS += $(OPTFLAGS) $(DEFINES) -Wall
@@ -58,14 +58,16 @@
  #LDFLAGS = -Bstatic
  LDFLAGS=-L/usr/X11/lib -L/usr/X11R6/lib
 -
+-INSTALL = install -s
 +LDFLAGS += `dpkg-buildflags --get LDFLAGS`
- INSTALL = install -s
++INSTALL = install
  
  INCLUDES = \
+       -Iheaders \
 diff --git a/src/tcl/makefile b/src/tcl/makefile
 index 006b435..d38642e 100644
 --- a/src/tcl/makefile
 +++ b/src/tcl/makefile
 @@ -24,10 +24,11 @@
  
  TCL_LIBRARY = /usr/local/lib/tcl
@@ -248,3 +250,15 @@
  WIDGOBJS = \
        tkbutton.o \
        tkentry.o \
+Index: micropolis-activity-0.0.20071228/Makefile
+===================================================================
+--- micropolis-activity-0.0.20071228.orig/Makefile
++++ micropolis-activity-0.0.20071228/Makefile
+@@ -31,7 +31,6 @@
+ 
+ res/sim: src/sim/sim
+       cp src/sim/sim $@
+-      strip $@
+ 
+ src/sim/sim: tcl tk tclx sim
+       @#

--- End Message ---
--- Begin Message ---
Source: micropolis-activity
Source-Version: 0.0.20071228-9

We believe that the bug you reported is fixed in the latest version of
micropolis-activity, 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 870...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated micropolis-activity 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 13 Mar 2018 20:32:14 +0100
Source: micropolis-activity
Binary: micropolis micropolis-data
Architecture: source
Version: 0.0.20071228-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 micropolis - real-time city management simulator
 micropolis-data - real-time city management simulator - data
Closes: 870761 891338
Changes:
 micropolis-activity (0.0.20071228-9) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Christoph Egger ]
   * Remove myself from uploaders
 .
   [Helmut Grohne ]
   * Fix FTCBFS: Do not strip during build or install. (Closes: #870761)
 .
   [ Markus Koschany ]
   * Add glibc-2.27.patch and fix FTBFS with glibc 2.27. (Closes: #891338)
   * Use compat level 11.
   * Declare compliance with Debian Policy 4.1.3.
   * Drop deprecated menu file and xpm icon. Remove imagemagick from B-D.
   * Use https for Format field.
   * Use secure VCS-URI.
   * Add remove-matherr.patch and work around a FTBFS.
Checksums-Sha1:
 b76d6e32f52b34e062ebf0203add2b6b50148060 2454 
micropolis-activity_0.0.20071228-9.dsc
 90163edf864552907cb4f73d1790eb9ec8ad09f4 53276 
micropolis-activity_0.0.20071228-9.debian.tar.xz
 7d07007d3c94992a3674b37945ab27a0a9faaf77 11121 
micropolis-activity_0.0.20071228-9_amd64.buildinfo
Checksums-Sha256:
 750881ba102411ea678b1ab4630b54b582c97449d558079983b14e7fc1f1ae9c 2454 
micropolis-activity_0.0.20071228-9.dsc
 7aa56d1e2051cfb112a31bffcf6536e0e56f9954484e3f216c59460fb2864816 53276 
micropolis-activity_0.0.20071228-9.debian.tar.xz
 77566f57939293395be101ea21523fc2bcad995b765fc386913f3612e8f66498 11121 
micropolis-activity_0.0.20071228-9_amd64.buildinfo
Files:
 e5fab48ea1e5ecf1686486f5f422b9d5 2454 games optional 
micropolis-activity_0.0.20071228-9.dsc
 7db411ab03b191ea2827112d8c7725c8 53276 games optional 
micropolis-activity_0.0.20071228-9.debian.tar.xz
 b89a5b4541195d90c5945e4fad29ad5c 11121 games optional 
micropolis-activity_0.0.20071228-9_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlqoOrpfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1Hk0UgQAME6pVy+m2r0cJDiba+5h079tg4FTP1WPfOv
7+CFq7YSuz+6RAIgsA7FFGDxtGtxbrWakuUB0PscskVT5/nTwiFHPoeqAOwAPe+O
jDSUmQIq7Md3AkMyA1lxqmlYeV41yjB0aZOjBaLSPcfkroFmhhAkx99T9gewQSey
rGj83QhL09bAYSPwvB49bKABHCtrHdh0nSp/B7/LEQ4v3/YCNiJEd9KahH41PyI7
k5uB4krYPPMtCOmR278On9dPlsBv2BxY4iBM7Ss9fbxXLnteZCmU+BQQisFEDbTR
WGTNiYaBFe5ZRK0892b6T/SWIuXVUDetYBy1BXb8bpZQWCETDvY5m28wk5Y/cGnJ
g+J7MT2rnOouTmtpbEeM0ne3YpToKJLn/UON2+KkfIBIFEz7tW+QV7tDikA8f9Et
ghrsM7gqUnyoyal+/dK9/GUbIdXoK2WiWrAqiUkbl/W88YQMHFXlLyqPQL6j56o6
kpj+jgURPrJEClg8D3wv89v+wt3pmR1v7MKv18htnE9m1bhDcWTN4dnB6OYln3xT
6onHl6i0xLW/Sluw321eGSksGmZ3atyP5qLe5UZ7tkrD50R/civVrYuD8UqQEoTL
AldfowRhOTfGb5f5fqAMwIrTbekxcEJSJsPvJ/YsxSiNVfzBwlLmvXiGA/b3YkI1
Z7lNyG3F
=te21
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to