Merge lp:~dannf/ubuntu/trusty/open-iscsi/lp1274203 into lp:ubuntu/trusty/open-iscsi

Proposed by dann frazier
Status: Merged
Merge reported by: Adam Conrad
Merged at revision: not available
Proposed branch: lp:~dannf/ubuntu/trusty/open-iscsi/lp1274203
Merge into: lp:ubuntu/trusty/open-iscsi
Diff against target: 40 lines (+9/-2)
3 files modified
debian/changelog (+7/-0)
debian/control (+1/-1)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~dannf/ubuntu/trusty/open-iscsi/lp1274203
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+203827@code.launchpad.net

Description of the change

Tested on arm64

To post a comment you must log in.
48. By dann frazier

<infinity> dannf: Add x32 to that list too, and I'm sold.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-10-11 17:03:37 +0000
3+++ debian/changelog 2014-01-29 20:28:08 +0000
4@@ -1,3 +1,10 @@
5+open-iscsi (2.0.873-3ubuntu8) UNRELEASED; urgency=medium
6+
7+ * open-iscsi-udeb: Enable builds on armhf, arm64, ppc64el and x32
8+ (LP: #1274203)
9+
10+ -- dann frazier <dann.frazier@canonical.com> Wed, 29 Jan 2014 12:34:45 -0700
11+
12 open-iscsi (2.0.873-3ubuntu7) saucy; urgency=low
13
14 * Use dh_autotools-dev to update config.sub|guess.
15
16=== modified file 'debian/control'
17--- debian/control 2013-05-13 09:42:51 +0000
18+++ debian/control 2014-01-29 20:28:08 +0000
19@@ -56,7 +56,7 @@
20 This is an empty transitional package, it can be safely removed.
21
22 Package: open-iscsi-udeb
23-Architecture: amd64 i386 ia64 mips mipsel powerpc
24+Architecture: amd64 arm64 armhf i386 ia64 mips mipsel powerpc ppc64el x32
25 Section: debian-installer
26 Package-Type: udeb
27 Depends: ${shlibs:Depends}, ${misc:Depends}, scsi-modules, libnss-files-udeb
28
29=== modified file 'debian/rules'
30--- debian/rules 2013-10-11 17:03:37 +0000
31+++ debian/rules 2014-01-29 20:28:08 +0000
32@@ -10,7 +10,7 @@
33 DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
34
35 DEB_HOST_ARCH?=$(shell dpkg-architecture -qDEB_HOST_ARCH)
36-SUPPORTED_ARCH_UDEB = amd64 i386 ia64 mips mipsel powerpc
37+SUPPORTED_ARCH_UDEB = amd64 arm64 armhf i386 ia64 mips mipsel powerpc ppc64el x32
38
39 get-orig-source:
40 [ ! -f $(ORIG_FILE).gz ] || rm -f $(ORIG_FILE).gz

Subscribers

People subscribed via source and target branches

to all changes: