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

Bug#785240: jessie-pu: package open-iscsi/2.0.873+git0.3b4b4500-8



Package: release.debian.org
User: release.debian.org@packages.debian.org
Usertags: pu
Tags: jessie
Severity: normal
X-Debbugs-CC: rrs@debian.org, debian-boot@lists.debian.org

(Cc'ing debian-boot because this affects the installer.)

Attached is a patch that fixes the RC bug #784092 targeting Jessie.
I've noticed this issue while reworking the packaging in unstable; the
udeb produced by the open-iscsi package was simply empty on some
architectures (see the bug report for details).

The issue is fixed in unstable (-9) in such a way that it won't
resurface again if the control file is updated to build the udeb for
even more architectures in the future.

The attached debdiff for stable fixes the immediate problem for Jessie
(but does not include other changes from unstable).

Please review and consider this for the next Jessie point release.
Ritesh would upload the package upon receiving your ACK.

Thank you!

-- System Information:
Debian Release: 8.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (100, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru open-iscsi-2.0.873+git0.3b4b4500/debian/changelog open-iscsi-2.0.873+git0.3b4b4500/debian/changelog
--- open-iscsi-2.0.873+git0.3b4b4500/debian/changelog	2015-02-10 18:17:18.000000000 +0100
+++ open-iscsi-2.0.873+git0.3b4b4500/debian/changelog	2015-05-13 20:03:45.000000000 +0200
@@ -1,3 +1,10 @@
+open-iscsi (2.0.873+git0.3b4b4500-8+deb8u1) stable; urgency=medium
+
+  * [725c5c6] Populate udebs in every architecture they are built
+    (Closes: #784092)
+
+ -- Christian Seiler <christian@iwakd.de>  Wed, 13 May 2015 20:01:02 +0200
+
 open-iscsi (2.0.873+git0.3b4b4500-8) unstable; urgency=medium
 
   * [e707e75] Exclude iscsid.conf from dh_fixperms. (Closes: #735773)
diff -Nru open-iscsi-2.0.873+git0.3b4b4500/debian/rules open-iscsi-2.0.873+git0.3b4b4500/debian/rules
--- open-iscsi-2.0.873+git0.3b4b4500/debian/rules	2015-02-10 18:17:18.000000000 +0100
+++ open-iscsi-2.0.873+git0.3b4b4500/debian/rules	2015-05-13 20:03:45.000000000 +0200
@@ -10,7 +10,7 @@
 DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
 
 DEB_HOST_ARCH?=$(shell dpkg-architecture -qDEB_HOST_ARCH)
-SUPPORTED_ARCH_UDEB = amd64 arm64 i386 ia64 mips mipsel powerpc
+SUPPORTED_ARCH_UDEB = amd64 arm64 i386 ia64 mips mipsel powerpc s390x ppc64el ppc64 armhf
 
 get-orig-source:
 	[ ! -f $(ORIG_FILE).gz ] || rm -f $(ORIG_FILE).gz

Reply to: