On 06/05/2014 05:30 AM, peter green wrote: > > Open-iscsi ftbfs on arm64 because config.guess/sub are out of date. > > The attatched debdiff was uploaded to debian-ports arm64 to fix this.
Thanks for the patch.
>
> I do not intend to NMU this immediately but if the bug has not been
> fixed when the time comes to push arm64 into debian proper it is
> likely either myself or another porter will NMU this. If you have any
> objections please raise them now. If you agree with the patch please
> upload it in the not too distant future.
:-) That's a reasonable threat. I will review it soon. :-)
* [53a1224] Fix typo in README.
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 2013-11-05
16:16:54.000000000 +0000
+++ open-iscsi-2.0.873+git0.3b4b4500/debian/rules 2014-05-29
13:04:19.000000000 +0100
@@ -36,7 +36,11 @@
configure-stamp:
dh_testdir
# Add here commands to configure the package.
-
+ #get up to date config.sub/config.guess from autotools-dev
+ cp /usr/share/misc/config.sub utils/open-isns/aclocal/
+ cp /usr/share/misc/config.guess utils/open-isns/aclocal/
+ cp /usr/share/misc/config.sub iscsiuio
+ cp /usr/share/misc/config.guess iscsiuio
touch configure-stamp
Is this standard practice ? Aren't these autogenerated on the build machine ?
--
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System
signature.asc
Description: OpenPGP digital signature

