--- libhaapi-2.2.1.orig/configure.ac +++ libhaapi-2.2.1/configure.ac @@ -1,5 +1,5 @@ AC_INIT([libHBAAPI], [2.2]) -AM_INIT_AUTOMAKE([-Wall -Werror foreign]) +AM_INIT_AUTOMAKE([-Wall foreign]) AC_PROG_CC AC_PROG_LIBTOOL --- libhaapi-2.2.1.orig/debian/changelog +++ libhaapi-2.2.1/debian/changelog @@ -0,0 +1,26 @@ +libhaapi (2.2.1-0ubuntu4) noble; urgency=medium + + * No change rebuild to gain buildinfo. + + -- Dimitri John Ledkov Sat, 17 Feb 2024 18:49:11 +0000 + +libhaapi (2.2.1-0ubuntu3) trusty; urgency=medium + + * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by + getting new libtool macros (still updates config.{sub,guess}). + * Disable -Werror to fix FTBFS while autoreconfing. + + -- Logan Rosen Fri, 17 Jan 2014 02:07:59 -0500 + +libhaapi (2.2.1-0ubuntu2) lucid; urgency=low + + * debian/control, debian/rules: Switch to cdbs. + * debian/libhbaapi.install: Install pkgconfig files. + + -- Chuck Short Wed, 17 Feb 2010 16:24:09 +0000 + +libhaapi (2.2.1-0ubuntu1) lucid; urgency=low + + * Initial release. + + -- Chuck Short Wed, 16 Dec 2009 13:48:35 -0500 --- libhaapi-2.2.1.orig/debian/compat +++ libhaapi-2.2.1/debian/compat @@ -0,0 +1 @@ +7 --- libhaapi-2.2.1.orig/debian/control +++ libhaapi-2.2.1/debian/control @@ -0,0 +1,26 @@ +Source: libhaapi +Priority: extra +Maintainer: Chuck Short +Build-Depends: debhelper (>= 7), dh-autoreconf, libtool, cdbs +Standards-Version: 3.8.3 +Section: libs +Homepage: http://www.open-fcoe.org + +Package: libhaapi-dev +Section: libdevel +Architecture: any +Depends: libhaapi1 (= ${binary:Version}) +Description: SNIA HBAAPI library + The SNIA HBA API library. C-level project to manage + Fibre Channel Host Bust Adapters. + . + This package contains libraries and header files for + developing applications that use libhaapi1 + +Package: libhaapi1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: SNIA HBAAPI library + The SNIA HBA API library. C-level project to manage + Fibre Channel Host Bust Adapters. --- libhaapi-2.2.1.orig/debian/copyright +++ libhaapi-2.2.1/debian/copyright @@ -0,0 +1,38 @@ +This work was packaged for Debian by: + + Chuck Short on Wed, 16 Dec 2009 13:48:35 -0500 + +It was downloaded from + +Upstream Author(s): + + Benjamin F. Kuo, Troika Networks, Inc. (benk@troikanetworks.com) + Tuan Lam, QLogic Corp. (t_lam@qlc.com) + Dan Willie, Emulex Corp. (Dan.Willie@emulex.com) + Dixon Hutchinson, Legato Systems, Inc. (dhutchin@legato.com) + David Dillard, VERITAS Software Corp. (david.dillard@veritas.com) + +Copyright: + + Copyright 2009 SNIA + +License: + + The contents of this file are subject to the SNIA Public License + Version 1.0 (the "License"); you may not use this file except in + compliance with the License. You may obtain a copy of the License at + + http://www.snia.org/English/Resources/Code/OpenSource.html + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and limitations + under the License. + + +The Debian packaging is: + + Copyright (C) 2009 Chuck Short + +and is licensed under the GPL version 3, +see `/usr/share/common-licenses/GPL-3'. --- libhaapi-2.2.1.orig/debian/docs +++ libhaapi-2.2.1/debian/docs @@ -0,0 +1,2 @@ +readme.txt +readme.txt --- libhaapi-2.2.1.orig/debian/libhaapi-dev.dirs +++ libhaapi-2.2.1/debian/libhaapi-dev.dirs @@ -0,0 +1,3 @@ +usr/lib +usr/lib/pkgconfig +usr/include --- libhaapi-2.2.1.orig/debian/libhaapi-dev.install +++ libhaapi-2.2.1/debian/libhaapi-dev.install @@ -0,0 +1,4 @@ +usr/include/* +usr/lib/lib*.so +usr/lib/*.la +/usr/lib/pkgconfig/* --- libhaapi-2.2.1.orig/debian/libhaapi1.dirs +++ libhaapi-2.2.1/debian/libhaapi1.dirs @@ -0,0 +1,2 @@ +usr/lib +etc --- libhaapi-2.2.1.orig/debian/libhaapi1.install +++ libhaapi-2.2.1/debian/libhaapi1.install @@ -0,0 +1,2 @@ +usr/lib/lib*.so.* +etc/hba.conf --- libhaapi-2.2.1.orig/debian/rules +++ libhaapi-2.2.1/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/autoreconf.mk + +DEB_CONFIGURE_EXTRA_FLAGS := --disable-static --- libhaapi-2.2.1.orig/hba.conf +++ libhaapi-2.2.1/hba.conf @@ -16,12 +16,6 @@ # the load will fail with the result that the 32 bit vendor # library is ignored. -org.snia.sample32 /usr/lib/libsample.so -com.qlogic.qla32 /usr/lib/libhbaapiqla.so -com.emulex.lightpulse32 /usr/lib/libhbaapiemu.so -com.emulex.lightpulse64 /usr/lib/sparcv9/libhbaapiemu.so -JniHbaLib /opt/JNIsnia/Solaris/Jni/32bit/JniHbaLib.so -JniHbaLib /opt/JNIsnia/Solaris/Jni/64bit/JniHbaLib.so # Set a debug level (depends on compilation switches)