+++ Ritesh Raj Sarraf [2014-06-24 10:27 +0530]:
>    On 06/24/2014 05:07 AM, Wookey wrote:
> 
>  Attached is an updated patch to autoreconf this package properly. 

Oops I sent you the rxvt patches (which have the same issue). Here are the 
right patches :-)
I was reading that bug at the same time and I guess it was late! Apologies for 
confusion.

>    Thanks for the patch.  My intent is to understand it and then myself
>    include in the upload. Hence I'll take your patch and do the upload.
>    Please give me a day or two. I'll go through it and complete it.

OK.

Wookey
-- 
Principal hats:  Linaro, Emdebian, Wookware, Balloonboard, ARM
http://wookware.org/
diff -urN open-iscsi-2.0.873+git0.3b4b4500/debian/autoreconf open-iscsi-2.0.873+git0.3b4b4500.new/debian/autoreconf
--- open-iscsi-2.0.873+git0.3b4b4500/debian/autoreconf	1970-01-01 01:00:00.000000000 +0100
+++ open-iscsi-2.0.873+git0.3b4b4500.new/debian/autoreconf	2014-06-23 16:28:38.000000000 +0100
@@ -0,0 +1 @@
+iscsiuio
diff -urN open-iscsi-2.0.873+git0.3b4b4500/debian/changelog open-iscsi-2.0.873+git0.3b4b4500.new/debian/changelog
--- open-iscsi-2.0.873+git0.3b4b4500/debian/changelog	2013-11-05 16:16:55.000000000 +0000
+++ open-iscsi-2.0.873+git0.3b4b4500.new/debian/changelog	2014-06-24 10:52:31.862120236 +0100
@@ -1,3 +1,10 @@
+open-iscsi (2.0.873+git0.3b4b4500-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add dh-autoreconf in build to support new architectures (Closes: #750610)
+
+ -- Wookey <woo...@debian.org>  Fri, 23 Jun 2014 16:43:47 +0100
+
 open-iscsi (2.0.873+git0.3b4b4500-1) unstable; urgency=low
 
   * [53a1224] Fix typo in README.
diff -urN open-iscsi-2.0.873+git0.3b4b4500/debian/control open-iscsi-2.0.873+git0.3b4b4500.new/debian/control
--- open-iscsi-2.0.873+git0.3b4b4500/debian/control	2013-11-05 16:16:55.000000000 +0000
+++ open-iscsi-2.0.873+git0.3b4b4500.new/debian/control	2014-06-23 16:32:28.000000000 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian iSCSI Maintainers <pkg-iscsi-maintain...@lists.alioth.debian.org>
 Uploaders: Andrew Moise <ch...@demiurgestudios.com>, Philipp Hug <deb...@hug.cx>, Guido Günther <a...@sigxcpu.org>, Ritesh Raj Sarraf <r...@debian.org>
-Build-Depends: debhelper (>= 7.0.0), bzip2, bison, flex, autotools-dev, dpkg-dev (>= 1.16.1~)
+Build-Depends: debhelper (>= 7.0.0), bzip2, bison, flex, dh-autoreconf, autotools-dev, dpkg-dev (>= 1.16.1~)
 Standards-Version: 3.9.2
 Vcs-Git: git://anonscm.debian.org/pkg-iscsi/open-iscsi.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-iscsi/open-iscsi.git
@@ -29,7 +29,7 @@
  utility, iscsiadm
 
 Package: open-iscsi-udeb
-Architecture: amd64 i386 ia64 mips mipsel powerpc
+Architecture: amd64 arm64 i386 ia64 mips mipsel powerpc
 Section: debian-installer
 Package-Type: udeb
 Depends: ${shlibs:Depends}, ${misc:Depends}, scsi-modules, libnss-files-udeb
diff -urN open-iscsi-2.0.873+git0.3b4b4500/debian/rules open-iscsi-2.0.873+git0.3b4b4500.new/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.new/debian/rules	2014-06-23 16:35:09.000000000 +0100
@@ -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 i386 ia64 mips mipsel powerpc
+SUPPORTED_ARCH_UDEB = amd64 arm64 i386 ia64 mips mipsel powerpc
 
 get-orig-source:
 	[ ! -f $(ORIG_FILE).gz ] || rm -f $(ORIG_FILE).gz
@@ -36,6 +36,8 @@
 configure-stamp:
 	dh_testdir
 	# Add here commands to configure the package.
+	dh_autotools-dev_updateconfig
+	dh_autoreconf
 
 	touch configure-stamp
 
@@ -71,6 +73,8 @@
 	$(MAKE) -C utils clean
 	rm -rf modules
 
+	dh_autotools-dev_restoreconfig
+	dh_autoreconf_clean
 	dh_clean 
 
 install: install-arch
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	2013-11-05 16:16:55.000000000 +0000
+++ open-iscsi-2.0.873+git0.3b4b4500/debian/changelog	2014-06-06 10:49:01.000000000 +0100
@@ -1,3 +1,10 @@
+open-iscsi (2.0.873+git0.3b4b4500-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add autotools-dev for updated config.{sub,guess}.
+
+ -- Chen Baozi <baoz...@gmail.com>  Fri, 06 Jun 2014 17:48:47 +0800
+
 open-iscsi (2.0.873+git0.3b4b4500-1) unstable; urgency=low
 
   * [53a1224] Fix typo in README.
diff -Nru open-iscsi-2.0.873+git0.3b4b4500/debian/control open-iscsi-2.0.873+git0.3b4b4500/debian/control
--- open-iscsi-2.0.873+git0.3b4b4500/debian/control	2013-11-05 16:16:55.000000000 +0000
+++ open-iscsi-2.0.873+git0.3b4b4500/debian/control	2014-06-06 10:49:37.000000000 +0100
@@ -29,7 +29,7 @@
  utility, iscsiadm
 
 Package: open-iscsi-udeb
-Architecture: amd64 i386 ia64 mips mipsel powerpc
+Architecture: amd64 arm64 i386 ia64 mips mipsel powerpc
 Section: debian-installer
 Package-Type: udeb
 Depends: ${shlibs:Depends}, ${misc:Depends}, scsi-modules, libnss-files-udeb
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-06-06 10:47:56.000000000 +0100
@@ -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 i386 ia64 mips mipsel powerpc
+SUPPORTED_ARCH_UDEB = amd64 arm64 i386 ia64 mips mipsel powerpc
 
 get-orig-source:
 	[ ! -f $(ORIG_FILE).gz ] || rm -f $(ORIG_FILE).gz
@@ -36,6 +36,7 @@
 configure-stamp:
 	dh_testdir
 	# Add here commands to configure the package.
+	dh_autotools-dev_updateconfig
 
 	touch configure-stamp
 
@@ -71,6 +72,7 @@
 	$(MAKE) -C utils clean
 	rm -rf modules
 
+	dh_autotools-dev_restoreconfig
 	dh_clean 
 
 install: install-arch

Reply via email to