Rewrite most of the arcconf packaging

This commit is contained in:
Adam Cecile 2016-11-01 18:24:38 +01:00
parent a31a73d859
commit cc62dbf722
7 changed files with 221 additions and 212 deletions

View File

@ -1,8 +1,8 @@
arcconf-linux-32bit (1.5.20942) unstable; urgency=low
arcconf-1.08 (1:1.08.21375) unstable; urgency=low
Sources have been repacked from the following upstream archive:
de7e676bdd9c04db8125d04086d9efd6 arcconf_v1_5_20942.zip
7a697a7c8b99b66312116d4249ab1922 arcconf_v1_8_21375.zip
Upstream licence has been reformated using the following command:

View File

@ -1,5 +1,5 @@
arcconf-32bit (1:1.5.20942) unstable; urgency=low
arcconf (1:1.08.21375) unstable; urgency=low
* New upstream release.
-- Reto Kaiser (njam) <reto@cargomedia.ch> Thu, 20 Mar 2014 09:00:00 +0200
-- Adam Cécile (Le_Vert) <gandalf@le-vert.net> Thu, 20 Mar 2014 09:00:00 +0200

View File

@ -1,14 +1,13 @@
Source: arcconf-32bit
Source: arcconf-1.08
Section: admin
Priority: optional
Maintainer: Adam Cécile (Le_Vert) <gandalf@le-vert.net>
Build-Depends: debhelper (>= 5), libwrap0, libstdc++5, quilt
Homepage: http://www.adaptec.com/en-US/support/raid/sas_raid/SAS-5805Z/
Build-Depends: debhelper (>= 5)
Standards-Version: 3.9.3
Package: arcconf
Architecture: i386
Depends: ${misc:Depends}
Architecture: amd64 i386
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Adaptec ARCCONF command line tool
.
Compatible Products:
@ -23,13 +22,15 @@ Description: Adaptec ARCCONF command line tool
Adaptec RAID 6805TQ
Adaptec RAID 7805
Adaptec RAID 7805Q
Adaptec RAID 78165
Adaptec RAID 71605E
Adaptec RAID 71605
Adaptec RAID 71605E
Adaptec RAID 71605Q
Adaptec RAID 71685
Adaptec RAID 72405
Adaptec RAID 78165
Adaptec RAID 8405
Adaptec RAID 8805
Adaptec RAID 8885
Adaptec RAID 8885Q
Adaptec RAID 81605Z
Adaptec RAID 81605ZQ

View File

@ -1,17 +1,37 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: arcconf
Source: http://www.adaptec.com/en-us/speed/raid/storage_manager/arcconf_v1_5_20942_zip.htm
Source: http://storage.microsemi.com/en-us/speed/raid/storage_manager/arcconf_v1_8_21375_zip.php
Files: debian/*
Copyright: Copyright (C) 2016 Adam Cecile (Le_Vert) <gandalf@le-vert.net>
License: GPL-3.0+
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 3 of the License, or
(at your option) any later version.
.
This package 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, see <https://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
Files: *
Copyright: Copyright (C) 2003-2012 Adaptec by PMC
License: Proprietary
ADAPTEC, INC.
DOWNLOADABLE SOFTWARE LICENSE
Microsemi Corporation
Microsemi Adaptec Downloadable Files:
.
This License is granted by Adaptec, Inc., referred to in this License as
"ADAPTEC" or "we" or "us." ADAPTEC reserves the right to record all
activities and to use any information obtained in accordance with the
privacy policy which you can access below.
This License is granted by Microsemi Corporation, referred to in this
License as "PMC-Sierra" or "ADAPTEC Inc" or "ADAPTEC" or "we" or "us."
Microsemi reserves the right to record all activities and to use any
information obtained in accordance with the privacy policy which you can
access below.
.
Directions to Obtain Your File:
.
@ -188,28 +208,8 @@ License: Proprietary
.
If you have any questions concerning this License, contact:
.
Adaptec, Inc.
Microsemi Corporation
Legal Department
691 South Milpitas Boulevard
Milpitas, California 95035
Files: debian/*
Copyright: Copyright (C) 2008-2012 Adam Cécile (Le_Vert)
License: GPL-2.0+
License: GPL-2.0+
This package 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 package 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, see <http://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
1380 Bordeaux Drive
Sunnyvale, CA 94089
Phone: (408) 239-8000

View File

@ -0,0 +1 @@
README.txt

View File

@ -1 +0,0 @@
linux/cmdline/arcconf usr/sbin

View File

@ -13,6 +13,14 @@ install:
dh_testroot
dh_clean -k
dh_installdirs
ifeq ($(DEB_BUILD_ARCH),amd64)
install -D -m 0755 linux_x64/cmdline/arcconf \
debian/arcconf/usr/sbin/arcconf
endif
ifeq ($(DEB_BUILD_ARCH),i386)
install -D -m 0755 linux/cmdline/arcconf \
debian/arcconf/usr/sbin/arcconf
endif
dh_install
binary-indep: build install