--- array-info-0.15.orig/debian/rules +++ array-info-0.15/debian/rules @@ -0,0 +1,41 @@ +#!/usr/bin/make -f + +include /usr/share/dpatch/dpatch.make + +build: build-stamp +build-stamp: patch + dh_testdir + $(MAKE) all ARRAY_PLUGIN_PATH=/usr/lib/array-info/plugins + touch $@ + +clean: clean-patched unpatch +clean-patched: + dh_testdir + -$(MAKE) distclean + rm -f build-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + $(MAKE) install prefix=/usr mandir=/usr/share/man DESTDIR=$(CURDIR)/debian/array-info/ + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_install + dh_installdocs NEWS README + dh_installchangelogs ChangeLog + dh_shlibdeps + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch install --- array-info-0.15.orig/debian/control +++ array-info-0.15/debian/control @@ -0,0 +1,20 @@ +Source: array-info +Section: admin +Priority: optional +Maintainer: Raphael Pinson +Build-Depends: debhelper (>= 4.0), dpatch, docbook2x, linux-kernel-headers +Standards-Version: 3.7.2 + +Package: array-info +Architecture: any +Depends: ${shlibs:Depends} +Description: command line tool reporting RAID status for several RAID types + Array-info is a command line tool to retrieve informations and logical + drives status from several RAID controllers (currently HP Compaq IDA + and CISS, and MD Software RAID). + . + It displays informations about the firmware version, Rom revision, + number of physical and logical drives on the controller, as well as the fault + tolerance, size, number of physical disks and status for each logical drive. + . + Homepage: http://sourceforge.net/projects/array-info --- array-info-0.15.orig/debian/compat +++ array-info-0.15/debian/compat @@ -0,0 +1 @@ +4 --- array-info-0.15.orig/debian/copyright +++ array-info-0.15/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by Raphaƫl Pinson on +Fri, 15 Dec 2006 10:42:39 +0100. + +It was downloaded from http://sourceforge.net/project/showfiles.php?group_id=58067 + +Upstream Author: + Benoit Gaussen + +Copyright: + All files: + Copyright (C) 2002-2007 Benoit Gaussen (ben@trez42.net) + + array-info.1: + Copyright (C) 2007 Raphael Pinson + +License: + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'. --- array-info-0.15.orig/debian/changelog +++ array-info-0.15/debian/changelog @@ -0,0 +1,12 @@ +array-info (0.15-1) unstable; urgency=low + + * New upstream release + + -- Raphael Pinson Tue, 29 May 2007 18:39:33 +0200 + +array-info (0.13-1) unstable; urgency=low + + * Initial release (Closes #403055) + * Upload sponsored by Petter Reinholdtsen + + -- Raphael Pinson Wed, 7 Feb 2007 22:27:52 +0100 --- array-info-0.15.orig/debian/patches/00list +++ array-info-0.15/debian/patches/00list @@ -0,0 +1 @@ +