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

Bug#861014: marked as done (unblock: python-pyelftools/0.24-2)



Your message dated Sun, 30 Apr 2017 10:19:00 +0000
with message-id <3742747b-eabe-93a7-a758-faf698a72251@thykier.net>
and subject line Re: Bug#861014: unblock: python-pyelftools/0.24-2
has caused the Debian Bug report #861014,
regarding unblock: python-pyelftools/0.24-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.)


-- 
861014: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861014
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package python-pyelftools

The package FTBFSes on i386. The version in unstable fixes it.

unblock python-pyelftools/0.24-2

-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64
 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
diff -Nru python-pyelftools-0.24/debian/changelog python-pyelftools-0.24/debian/changelog
--- python-pyelftools-0.24/debian/changelog	2016-08-09 00:29:51.000000000 +0200
+++ python-pyelftools-0.24/debian/changelog	2017-04-23 19:43:10.000000000 +0200
@@ -1,3 +1,11 @@
+python-pyelftools (0.24-2) unstable; urgency=medium
+
+  * d/control: use debhelper 10
+  * d/watch: use watch version 4
+  * d/patches: disable readelf tests (Closes: #860630)
+
+ -- Tomasz Buchert <tomasz@debian.org>  Sun, 23 Apr 2017 19:43:10 +0200
+
 python-pyelftools (0.24-1) unstable; urgency=medium
 
   * Imported Upstream version 0.24
diff -Nru python-pyelftools-0.24/debian/compat python-pyelftools-0.24/debian/compat
--- python-pyelftools-0.24/debian/compat	2016-08-09 00:29:51.000000000 +0200
+++ python-pyelftools-0.24/debian/compat	2017-04-23 19:43:10.000000000 +0200
@@ -1 +1 @@
-9
+10
diff -Nru python-pyelftools-0.24/debian/control python-pyelftools-0.24/debian/control
--- python-pyelftools-0.24/debian/control	2016-08-09 00:29:51.000000000 +0200
+++ python-pyelftools-0.24/debian/control	2017-04-23 19:43:10.000000000 +0200
@@ -2,7 +2,7 @@
 Section: python
 Priority: extra
 Maintainer: Tomasz Buchert <tomasz@debian.org>
-Build-Depends: debhelper (>= 9), dh-python, python, python3
+Build-Depends: debhelper (>= 10), dh-python, python, python3
 Standards-Version: 3.9.8
 Homepage: https://github.com/eliben/pyelftools
 Vcs-Git: git://anonscm.debian.org/collab-maint/python-pyelftools.git
diff -Nru python-pyelftools-0.24/debian/patches/0001-Don-t-run-readelf-tests-because-they-are-fragile-and.patch python-pyelftools-0.24/debian/patches/0001-Don-t-run-readelf-tests-because-they-are-fragile-and.patch
--- python-pyelftools-0.24/debian/patches/0001-Don-t-run-readelf-tests-because-they-are-fragile-and.patch	1970-01-01 01:00:00.000000000 +0100
+++ python-pyelftools-0.24/debian/patches/0001-Don-t-run-readelf-tests-because-they-are-fragile-and.patch	2017-04-23 19:43:10.000000000 +0200
@@ -0,0 +1,21 @@
+From: Tomasz Buchert <tomasz@debian.org>
+Date: Sun, 23 Apr 2017 19:40:32 +0200
+Subject: Don't run readelf tests, because they are fragile and arch-specific.
+
+---
+ test/all_tests.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/test/all_tests.py b/test/all_tests.py
+index 4cb8e3c..6467af8 100755
+--- a/test/all_tests.py
++++ b/test/all_tests.py
+@@ -22,7 +22,7 @@ def main():
+         return 1
+     run_test_script('test/run_all_unittests.py')
+     run_test_script('test/run_examples_test.py')
+-    run_test_script('test/run_readelf_tests.py')
++    # run_test_script('test/run_readelf_tests.py')
+ 
+ if __name__ == '__main__':
+     sys.exit(main())
diff -Nru python-pyelftools-0.24/debian/patches/series python-pyelftools-0.24/debian/patches/series
--- python-pyelftools-0.24/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ python-pyelftools-0.24/debian/patches/series	2017-04-23 19:43:10.000000000 +0200
@@ -0,0 +1 @@
+0001-Don-t-run-readelf-tests-because-they-are-fragile-and.patch
diff -Nru python-pyelftools-0.24/debian/watch python-pyelftools-0.24/debian/watch
--- python-pyelftools-0.24/debian/watch	2016-08-09 00:29:51.000000000 +0200
+++ python-pyelftools-0.24/debian/watch	2017-04-23 19:43:10.000000000 +0200
@@ -1,3 +1,3 @@
-version=3
+version=4
 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/python-pyelftools-$1\.tar\.gz/ \
   https://github.com/eliben/pyelftools/tags .*/v?(\d\S*)\.tar\.gz

--- End Message ---
--- Begin Message ---
Tomasz Buchert:
> On 29/04/17 12:26, Niels Thykier wrote:
>> [...]
>>
>> Yes please.  Upload a -3 to unstable reverting just the debhelper compat
>> bump from -2.
>>
>> Thanks,
>> ~Niels
> 
> Yep, I've just uploaded -3.
> 
> Tomasz
> 

Unblocked, thanks.

~Niels

--- End Message ---

Reply to: