Your message dated Tue, 11 Nov 2014 20:45:32 +0000 with message-id <20141111204532.GD21455@lupin.home.powdarrmonkey.net> and subject line Re: Bug#769165: unblock: enigmail/2:1.7.2-2 has caused the Debian Bug report #769165, regarding unblock: enigmail/2:1.7.2-2 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 owner@bugs.debian.org immediately.) -- 769165: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769165 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: enigmail/2:1.7.2-2
- From: Willi Mann <willi@debian.org>
- Date: Tue, 11 Nov 2014 21:38:57 +0100
- Message-id: <[🔎] 20141111203857.4147.4153.reportbug@wmiwilli>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Please unblock package enigmail. It fixes a regression concerning architecture support: Enigmail 1.7.2-1 does not work at all on 4 architectures (arm{el,hf}, mipsel, powerpc) Additionally, there is a first step to fix FTBFS on ppc64el included (update of config.sub), and update of Standards-Version. (This only got included because I started to prepare the upload much earlier, and I didn't want to back out this change. I hope this is Ok.) unblock enigmail/2:1.7.2-2 -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.16-3-amd64 (SMP w/2 CPU cores) Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dashdiff -Nru enigmail-1.7.2/debian/changelog enigmail-1.7.2/debian/changelog --- enigmail-1.7.2/debian/changelog 2014-08-31 18:28:12.000000000 +0200 +++ enigmail-1.7.2/debian/changelog 2014-11-02 19:14:42.000000000 +0100 @@ -1,3 +1,12 @@ +enigmail (2:1.7.2-2) unstable; urgency=medium + + * Update config.* files by using autotools-dev. closes: #760845 + * Update Standards-Version 3.9.5 -> 3.9.6 + * Make enigmail use the right XPCOM_TARGET name on arm{el,hf}, powerpc, and + mipsel. Closes: #765937 (hopefully) + + -- Willi Mann <willi@debian.org> Sun, 02 Nov 2014 19:12:49 +0100 + enigmail (2:1.7.2-1) unstable; urgency=medium * Imported Upstream version 1.7.2 diff -Nru enigmail-1.7.2/debian/control enigmail-1.7.2/debian/control --- enigmail-1.7.2/debian/control 2014-08-31 17:11:00.000000000 +0200 +++ enigmail-1.7.2/debian/control 2014-11-02 18:55:36.000000000 +0100 @@ -9,8 +9,9 @@ mozilla-devscripts, zip, perl, - python -Standards-Version: 3.9.5 + python, + autotools-dev +Standards-Version: 3.9.6 Homepage: https://www.enigmail.net/ Vcs-Git: git://git.debian.org/pkg-mozext/enigmail.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mozext/enigmail.git diff -Nru enigmail-1.7.2/debian/patches/0004-fix_target-os.patch enigmail-1.7.2/debian/patches/0004-fix_target-os.patch --- enigmail-1.7.2/debian/patches/0004-fix_target-os.patch 1970-01-01 01:00:00.000000000 +0100 +++ enigmail-1.7.2/debian/patches/0004-fix_target-os.patch 2014-11-02 19:03:02.000000000 +0100 @@ -0,0 +1,24 @@ +--- a/config/getOsTarget.pl ++++ b/config/getOsTarget.pl +@@ -79,6 +79,9 @@ + elsif ($srcCpu =~ /ppc/i) { + $targetCpu = "ppc"; + } ++elsif ($srcCpu =~ /powerpc/i) { ++ $targetCpu = "ppc"; ++} + elsif ($srcCpu =~ /alpha/i) { + $targetCpu = "Alpha"; + } +@@ -89,7 +92,10 @@ + $targetCpu = "ia64"; + } + elsif ($srcCpu =~ /arm/i) { +- $targetCpu = "arm"; ++ $targetCpu = "arm-eabi"; ++} ++elsif ($srcCpu =~ /mips/i) { ++ $targetCpu = "mips"; + } + else { + $targetCpu = $srcCpu; diff -Nru enigmail-1.7.2/debian/patches/series enigmail-1.7.2/debian/patches/series --- enigmail-1.7.2/debian/patches/series 2014-08-31 17:46:14.000000000 +0200 +++ enigmail-1.7.2/debian/patches/series 2014-11-02 18:59:40.000000000 +0100 @@ -1 +1,2 @@ 0003-default-to-PGP-MIME.patch +0004-fix_target-os.patch diff -Nru enigmail-1.7.2/debian/rules enigmail-1.7.2/debian/rules --- enigmail-1.7.2/debian/rules 2014-08-31 17:11:00.000000000 +0200 +++ enigmail-1.7.2/debian/rules 2014-11-02 18:55:36.000000000 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/make -f XPI_MODULE_VERS = $(shell dpkg-parsechangelog | grep ^Version: | cut -f2 -d\ ) %: - dh $@ --with xul-ext + dh $@ --with xul-ext --with autotools-dev override_dh_auto_build: dh_auto_build
--- End Message ---
--- Begin Message ---
- To: Willi Mann <willi@debian.org>, 769165-done@bugs.debian.org
- Subject: Re: Bug#769165: unblock: enigmail/2:1.7.2-2
- From: Jonathan Wiltshire <jmw@debian.org>
- Date: Tue, 11 Nov 2014 20:45:32 +0000
- Message-id: <20141111204532.GD21455@lupin.home.powdarrmonkey.net>
- In-reply-to: <[🔎] 20141111203857.4147.4153.reportbug@wmiwilli>
- References: <[🔎] 20141111203857.4147.4153.reportbug@wmiwilli>
On Tue, Nov 11, 2014 at 09:38:57PM +0100, Willi Mann wrote: > Please unblock package enigmail. It fixes a regression concerning architecture > support: Enigmail 1.7.2-1 does not work at all on 4 architectures (arm{el,hf}, > mipsel, powerpc) Additionally, there is a first step to fix FTBFS on > ppc64el included (update of config.sub), and update of Standards-Version. (This > only got included because I started to prepare the upload much earlier, and I > didn't want to back out this change. I hope this is Ok.) Unblocked, thanks. -- Jonathan Wiltshire jmw@debian.org Debian Developer http://people.debian.org/~jmw 4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51Attachment: signature.asc
Description: Digital signature
--- End Message ---