Bug#847488: marked as done (unhide FTCBFS: uses build architecture compiler)

2018-12-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Dec 2018 17:05:55 +
with message-id 
and subject line Bug#847488: fixed in unhide 20130526-3
has caused the Debian Bug report #847488,
regarding unhide FTCBFS: uses build architecture compiler
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.)


-- 
847488: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847488
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: unhide
Version: 20130526-1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

unhide fails to cross build from source, because it invokes plain gcc
rather than a cross compiler. Using a triplet-prefixed compiler works in
all cases. Please consider applying the attached patch.

Helmut
diff --minimal -Nru unhide-20130526/debian/changelog 
unhide-20130526/debian/changelog
--- unhide-20130526/debian/changelog2015-11-02 23:51:16.0 +0100
+++ unhide-20130526/debian/changelog2016-12-08 17:49:46.0 +0100
@@ -1,3 +1,10 @@
+unhide (20130526-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Use triplet-prefixed CC. (Closes: #-1)
+
+ -- Helmut Grohne   Thu, 08 Dec 2016 17:49:46 +0100
+
 unhide (20130526-1) unstable; urgency=medium
 
   * Team upload.
diff --minimal -Nru unhide-20130526/debian/rules unhide-20130526/debian/rules
--- unhide-20130526/debian/rules2015-11-02 20:44:36.0 +0100
+++ unhide-20130526/debian/rules2016-12-08 17:49:37.0 +0100
@@ -1,5 +1,10 @@
 #!/usr/bin/make -f
 
+include /usr/share/dpkg/architecture.mk
+ifeq ($(origin CC),default)
+CC := $(DEB_HOST_GNU_TYPE)-gcc
+endif
+
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 CFLAGS += $(shell dpkg-buildflags --get CFLAGS)
@@ -21,7 +26,7 @@
ln man/es/unhide.8 man/unhide.es.8
 
 override_dh_auto_build:
-   gcc $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -Wall -O2 -pthread -o unhide-linux 
unhide-linux*.c unhide-output.c
-   gcc $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -Wall -O2 -o unhide-tcp 
unhide-tcp.c unhide-tcp-fast.c unhide-output.c
-   gcc $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -Wall -O2 -o unhide_rb unhide_rb.c
-   gcc $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o unhide-posix unhide-posix.c
\ No newline at end of file
+   $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -Wall -O2 -pthread -o 
unhide-linux unhide-linux*.c unhide-output.c
+   $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -Wall -O2 -o unhide-tcp 
unhide-tcp.c unhide-tcp-fast.c unhide-output.c
+   $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -Wall -O2 -o unhide_rb 
unhide_rb.c
+   $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o unhide-posix unhide-posix.c
--- End Message ---
--- Begin Message ---
Source: unhide
Source-Version: 20130526-3

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

Debian distribution maintenance software
pp.
Joao Eriberto Mota Filho  (supplier of updated unhide 
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: Sat, 15 Dec 2018 14:01:03 -0200
Source: unhide
Binary: unhide
Architecture: source
Version: 20130526-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools 
Changed-By: Joao Eriberto Mota Filho 
Description:
 unhide - Forensic tool to find hidden processes and ports
Closes: 847488
Changes:
 unhide (20130526-3) unstable; urgency=medium
 .
   * Team upload.
   * debian/rules: modified to initialize $(CC) properly. Thanks
 to Helmut Grohne . (Closes: #847488)
Checksums-Sha1:
 492d483f1512796e3eea6015b1c8c5b42e898040 1882 unhide_20130526-3.dsc
 4ecf63e244889c91958c1f29cba23de3f041cea3 6616 unhide_20130526-3.debian.tar.xz
 434250047dabc104c524fed0f59272dc43518ba6 4905 
unhide_20130526-3_source.buildinfo
Checksums-Sha256:
 f88edc4cebe5513653673cf61622aaba121cdff8254a6cb52cb025b920dbb20e 1882 
unhide_20130526-3.dsc
 8cf7bc1bcf5598f79269df71a4810187496e9f1a99bebf63dcb797baec5154d6 6616 
unhide_20130526-3.debian.tar.xz
 24afc6df460077c5560846dbb4bf715e5d42946d7fc31ed0436d3e0cb69488f9 4905 
unhide_20130526-3_source.buildinfo
Files:
 cee721bb94fd6469f2f6b22b5874dc28 1882 admin optional 

Bug#847488: marked as done (unhide FTCBFS: uses build architecture compiler)

2018-12-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Dec 2018 18:04:29 +
with message-id 
and subject line Bug#847488: fixed in unhide 20130526-2
has caused the Debian Bug report #847488,
regarding unhide FTCBFS: uses build architecture compiler
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.)


-- 
847488: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847488
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: unhide
Version: 20130526-1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

unhide fails to cross build from source, because it invokes plain gcc
rather than a cross compiler. Using a triplet-prefixed compiler works in
all cases. Please consider applying the attached patch.

Helmut
diff --minimal -Nru unhide-20130526/debian/changelog 
unhide-20130526/debian/changelog
--- unhide-20130526/debian/changelog2015-11-02 23:51:16.0 +0100
+++ unhide-20130526/debian/changelog2016-12-08 17:49:46.0 +0100
@@ -1,3 +1,10 @@
+unhide (20130526-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Use triplet-prefixed CC. (Closes: #-1)
+
+ -- Helmut Grohne   Thu, 08 Dec 2016 17:49:46 +0100
+
 unhide (20130526-1) unstable; urgency=medium
 
   * Team upload.
diff --minimal -Nru unhide-20130526/debian/rules unhide-20130526/debian/rules
--- unhide-20130526/debian/rules2015-11-02 20:44:36.0 +0100
+++ unhide-20130526/debian/rules2016-12-08 17:49:37.0 +0100
@@ -1,5 +1,10 @@
 #!/usr/bin/make -f
 
+include /usr/share/dpkg/architecture.mk
+ifeq ($(origin CC),default)
+CC := $(DEB_HOST_GNU_TYPE)-gcc
+endif
+
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 CFLAGS += $(shell dpkg-buildflags --get CFLAGS)
@@ -21,7 +26,7 @@
ln man/es/unhide.8 man/unhide.es.8
 
 override_dh_auto_build:
-   gcc $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -Wall -O2 -pthread -o unhide-linux 
unhide-linux*.c unhide-output.c
-   gcc $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -Wall -O2 -o unhide-tcp 
unhide-tcp.c unhide-tcp-fast.c unhide-output.c
-   gcc $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -Wall -O2 -o unhide_rb unhide_rb.c
-   gcc $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o unhide-posix unhide-posix.c
\ No newline at end of file
+   $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -Wall -O2 -pthread -o 
unhide-linux unhide-linux*.c unhide-output.c
+   $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -Wall -O2 -o unhide-tcp 
unhide-tcp.c unhide-tcp-fast.c unhide-output.c
+   $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -Wall -O2 -o unhide_rb 
unhide_rb.c
+   $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o unhide-posix unhide-posix.c
--- End Message ---
--- Begin Message ---
Source: unhide
Source-Version: 20130526-2

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

Debian distribution maintenance software
pp.
Joao Eriberto Mota Filho  (supplier of updated unhide 
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, 11 Dec 2018 23:02:39 -0200
Source: unhide
Binary: unhide
Architecture: source
Version: 20130526-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools 
Changed-By: Joao Eriberto Mota Filho 
Description:
 unhide - Forensic tool to find hidden processes and ports
Closes: 823241 826632 847488
Changes:
 unhide (20130526-2) unstable; urgency=medium
 .
   * Team Upload.
 .
   [ Joao Eriberto Mota Filho ]
   * Migrated DH level to 11.
   * debian/control: bumped Standards-Version to 4.2.1.
   * debian/copyright:
   - Updated packaging copyright data.
   - Using a secure URI in Format field.
   * debian/watch:
   - Bumped version to 4.
   - Improved the rule.
   * debian/tests/control: created to provide some tests.
 .
   [ Raphaël Hertzog ]
   * Drop Christophe Monniez from Uploaders
   * Drop Julien Valroff from Uploaders. Closes: #826632
   * Update team maintainer address to Debian Security Tools
 
   * Update Vcs-Git and Vcs-Browser for the move to salsa.debian.org
 .
   [ Samuel Henrique ]
   * d/p/fix-man: Add typo fixes and update description.
   *