[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#772130: RFS: gamera/3.4.1+svn1423-3 [RC] -- document analysis framework



Package: sponsorship-requests
Severity: important

Hello,

I'm looking for a uploader of my latest package of Gamera, on
AUTORM for 2014-12-22.

It fixes the RC serious bugs 766740 and 770646 (FTBFS on arm64).

I've pretested on a local Qemu setup and it appears to build fine
on that architecture, but that's a package for experimental
to test it again before uploading into Sid.

Buildlog:
http://www.danielstender.com/buildlogs/gamera_3.4.1+svn1423-3_amd64.build

Mentors upload:
http://mentors.debian.net/debian/pool/main/g/gamera/gamera_3.4.1+svn1423-3.dsc

Debdiff attached.

Thank you very much for consideration.

Daniel Stender

-- 
http://qa.debian.org/developer.php?login=debian%40danielstender.com
GPG key: 4096R/DF5182C8
46CB 1CA8 9EA3 B743 7676  1DB9 15E0 9AF4 DF51 82C8



diff -Nru gamera-3.4.1+svn1423/debian/changelog gamera-3.4.1+svn1423/debian/changelog
--- gamera-3.4.1+svn1423/debian/changelog	2014-11-12 10:01:41.000000000 +0100
+++ gamera-3.4.1+svn1423/debian/changelog	2014-11-20 13:54:54.000000000 +0100
@@ -1,3 +1,10 @@
+gamera (3.4.1+svn1423-3) experimental; urgency=medium
+
+  * Build dbg on arm64 with different optimization (Closes: #766740).
+  * Some patches toggled forwarded.
+
+ -- Daniel Stender <debian@danielstender.com>  Thu, 20 Nov 2014 13:54:10 +0100
+
 gamera (3.4.1+svn1423-2) unstable; urgency=medium
 
   * Added gendoc-version-parsing.diff (Closes: #767158).
diff -Nru gamera-3.4.1+svn1423/debian/patches/avoid_mktemp.diff gamera-3.4.1+svn1423/debian/patches/avoid_mktemp.diff
--- gamera-3.4.1+svn1423/debian/patches/avoid_mktemp.diff	2014-07-09 01:49:56.000000000 +0200
+++ gamera-3.4.1+svn1423/debian/patches/avoid_mktemp.diff	2014-11-13 11:10:26.000000000 +0100
@@ -1,6 +1,6 @@
 Description: Fixed security hole because of usage of tmpfile.mktemp()
-Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737324
-Forwarded: no
+Bug: http://bugs.debian.org/737324
+Forwarded: yes
 Author: Daniel Stender <debian@danielstender.com>
 Last-Update: 2014-07-09
 --- a/gamera/io.py
diff -Nru gamera-3.4.1+svn1423/debian/patches/gendoc-use-wxversion.diff gamera-3.4.1+svn1423/debian/patches/gendoc-use-wxversion.diff
--- gamera-3.4.1+svn1423/debian/patches/gendoc-use-wxversion.diff	2014-08-06 13:25:21.000000000 +0200
+++ gamera-3.4.1+svn1423/debian/patches/gendoc-use-wxversion.diff	2014-11-13 11:10:26.000000000 +0100
@@ -2,7 +2,7 @@
  Make the documentation generator prefer wxPython 2.8 over other versions.
  This patch is intended to alleviate Debian bug #451104.
 Author: Jakub Wilk <jwilk@debian.org>
-Forwarded: not-needed
+Forwarded: yes
 Reviewed-by: Daniel Stender <debian@danielstender.com>
 Last-Update: 2014-08-06
 
diff -Nru gamera-3.4.1+svn1423/debian/patches/gendoc-version-parsing.diff gamera-3.4.1+svn1423/debian/patches/gendoc-version-parsing.diff
--- gamera-3.4.1+svn1423/debian/patches/gendoc-version-parsing.diff	2014-11-12 10:01:19.000000000 +0100
+++ gamera-3.4.1+svn1423/debian/patches/gendoc-version-parsing.diff	2014-11-13 11:10:26.000000000 +0100
@@ -4,7 +4,7 @@
  but fulfills what's needed here
 Author: Daniel Stender <debian@danielstender.com>
 Bug: http://bugs.debian.org/767158
-Forwarded: no
+Forwarded: yes
 Last-Update: 2014-10-29
 
 --- a/gamera/gendoc.py
diff -Nru gamera-3.4.1+svn1423/debian/patches/suppress-wxdebug-assertion-messages.diff gamera-3.4.1+svn1423/debian/patches/suppress-wxdebug-assertion-messages.diff
--- gamera-3.4.1+svn1423/debian/patches/suppress-wxdebug-assertion-messages.diff	2014-09-05 15:30:41.000000000 +0200
+++ gamera-3.4.1+svn1423/debian/patches/suppress-wxdebug-assertion-messages.diff	2014-11-13 11:10:26.000000000 +0100
@@ -3,7 +3,7 @@
  on exit
 Author: Daniel Stender <debian@danielstender.com>
 Bug: http://bugs.debian.org/758578
-Forwarded: no-needed
+Forwarded: yes
 Last-Update: 2014-08-26
 
 --- a/gamera/gui/gui.py
diff -Nru gamera-3.4.1+svn1423/debian/patches/wxpython3.0-transition.diff gamera-3.4.1+svn1423/debian/patches/wxpython3.0-transition.diff
--- gamera-3.4.1+svn1423/debian/patches/wxpython3.0-transition.diff	2014-08-26 10:04:33.000000000 +0200
+++ gamera-3.4.1+svn1423/debian/patches/wxpython3.0-transition.diff	2014-11-13 11:10:26.000000000 +0100
@@ -3,7 +3,7 @@
  cf. http://bugs.debian.org/758578, so completely disabled here
 Bug: http://bugs.debian.org/757208
 Author: Daniel Stender <debian@danielstender.com>
-Forwarded: no
+Forwarded: yes
 Last-Update: 2014-08-26
 
 --- a/gamera/gui/gamera_display.py
diff -Nru gamera-3.4.1+svn1423/debian/rules gamera-3.4.1+svn1423/debian/rules
--- gamera-3.4.1+svn1423/debian/rules	2014-10-08 13:05:18.000000000 +0200
+++ gamera-3.4.1+svn1423/debian/rules	2014-11-20 13:26:59.000000000 +0100
@@ -8,10 +8,16 @@
 export PYTHONHASHSEED=random
 
 export CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
-export CFLAGS_noopt = $(patsubst -O2,-Og,$(CFLAGS))
 export CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
 export LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
 
+DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+ifeq ($(DEB_BUILD_ARCH),arm64)
+export CFLAGS_noopt = $(patsubst -O2,-O0,$(CFLAGS))
+else
+export CFLAGS_noopt = $(patsubst -O2,-Og,$(CFLAGS))
+endif
+
 nproc = $(or $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))),1)
 python2 = $(shell pyversions -r)
 python2d = $(addsuffix -dbg,$(python2))


Reply to: