[Pkg-iscsi-maintainers] [open-iscsi] 01/01: Add autotools-dev for updated config.{sub, guess}. Also add dh-autoreconf in build-depends to support new architectures

Ritesh Raj Sarraf rrs at moszumanska.debian.org
Thu Jun 26 08:54:42 UTC 2014


This is an automated email from the git hooks/post-receive script.

rrs pushed a commit to branch master
in repository open-iscsi.

commit 8e8487870144865376c96eb51a2218a12b497480
Author: Ritesh Raj Sarraf <rrs at debian.org>
Date:   Thu Jun 26 13:01:41 2014 +0530

    Add autotools-dev for updated config.{sub,guess}. Also add dh-autoreconf
    in build-depends to support new architectures
    
    Closes: 750610
    Thanks: Wookey <wookey at debian.org>
    Thanks: Chen Baozi <baozich at gmail.com>
---
 debian/autoreconf | 1 +
 debian/control    | 4 ++--
 debian/rules      | 6 +++++-
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/autoreconf b/debian/autoreconf
new file mode 100644
index 0000000..e1d98c3
--- /dev/null
+++ b/debian/autoreconf
@@ -0,0 +1 @@
+iscsiuio
diff --git a/debian/control b/debian/control
index 673e2c3..576381b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: net
 Priority: optional
 Maintainer: Debian iSCSI Maintainers <pkg-iscsi-maintainers at lists.alioth.debian.org>
 Uploaders: Andrew Moise <chops at demiurgestudios.com>, Philipp Hug <debian at hug.cx>, Guido Günther <agx at sigxcpu.org>, Ritesh Raj Sarraf <rrs at 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, autotools-dev, dh-autoreconf, 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 @@ Description: High performance, transport independent iSCSI implementation
  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 --git a/debian/rules b/debian/rules
index 3d2a4c2..411b94b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ export DH_OPTIONS
 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: configure-stamp
 configure-stamp:
 	dh_testdir
 	# Add here commands to configure the package.
+	dh_autotools-dev_updateconfig
+	dh_autoreconf
 
 	touch configure-stamp
 
@@ -71,6 +73,8 @@ clean:
 	$(MAKE) -C utils clean
 	rm -rf modules
 
+	dh_autotools-dev_restoreconfig
+	dh_autoreconf_clean
 	dh_clean 
 
 install: install-arch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-iscsi/open-iscsi.git



More information about the Pkg-iscsi-maintainers mailing list