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

Bug#895442: marked as done (ioprocess: move python Build-Depends to Build-Depends-Indep)



Your message dated Sun, 25 Aug 2019 15:39:08 +0000
with message-id <[🔎] E1i1ubk-000J0z-Ke@fasolo.debian.org>
and subject line Bug#935693: Removed package(s) from unstable
has caused the Debian Bug report #895442,
regarding ioprocess: move python Build-Depends to Build-Depends-Indep
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.)


-- 
895442: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895442
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: ioprocess
Version: 0.15.1-2
Tags: patch
User: helmutg@debian.org
Usertags: rebootstrap

ioprocess fails to cross build from source, because its python build
dependencies are not installable. Luckily, they're only really needed
for python-ioprocess and for running the tests, neither of which happens
during a cross build. Thus we can improve the situation by moving most
of them to Build-Depends-Indep. Please consider applying the attached
patch.

Helmut
diff --minimal -Nru ioprocess-0.15.1/debian/changelog ioprocess-0.15.1/debian/changelog
--- ioprocess-0.15.1/debian/changelog	2016-01-21 19:14:04.000000000 +0100
+++ ioprocess-0.15.1/debian/changelog	2018-04-11 16:33:51.000000000 +0200
@@ -1,3 +1,10 @@
+ioprocess (0.15.1-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Don't build python stuff during arch-only. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Wed, 11 Apr 2018 16:33:51 +0200
+
 ioprocess (0.15.1-2) unstable; urgency=low
 
   * Copyright holder of Makefile.am added to debian/copyright.
diff --minimal -Nru ioprocess-0.15.1/debian/control ioprocess-0.15.1/debian/control
--- ioprocess-0.15.1/debian/control	2016-01-18 17:26:21.000000000 +0100
+++ ioprocess-0.15.1/debian/control	2018-04-11 16:33:51.000000000 +0200
@@ -6,11 +6,14 @@
     autotools-dev,
     automake,
     autoconf,
-    python-nose,
-    python-six,
+    python-nose <!nocheck>,
+    python-six <!nocheck>,
     libglib2.0-dev,
     libyajl-dev,
     dh-autoreconf,
+Build-Depends-Indep:
+    python-nose,
+    python-six,
     dh-python,
     python-all-dev (>= 2.6.6-3~),
     python-all-dbg (>= 2.6.6-3~),
diff --minimal -Nru ioprocess-0.15.1/debian/rules ioprocess-0.15.1/debian/rules
--- ioprocess-0.15.1/debian/rules	2016-01-18 15:11:12.000000000 +0100
+++ ioprocess-0.15.1/debian/rules	2018-04-11 16:33:51.000000000 +0200
@@ -4,4 +4,5 @@
 include /usr/share/dpkg/default.mk
 
 %:
-	dh $@ --with autoreconf,autotools-dev,python2
+	dh $@ --with autoreconf,autotools-dev $(DH_ADDONS)
+build build-indep binary binary-indep: DH_ADDONS=--with=python2

--- End Message ---
--- Begin Message ---
Version: 0.15.1-3+rm

Dear submitter,

as the package ioprocess has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/935693

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: