mirror of
https://github.com/eLvErDe/hwraid.git
synced 2025-07-29 16:54:00 +02:00
Check for source zip before downloading, don't use shlib deps
This commit is contained in:
parent
8b7baad5c9
commit
6191003931
@ -8,7 +8,7 @@ Standards-Version: 3.9.3
|
|||||||
|
|
||||||
Package: arcconf
|
Package: arcconf
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${misc:Depends}
|
||||||
Description: Adaptec ARCCONF command line tool
|
Description: Adaptec ARCCONF command line tool
|
||||||
.
|
.
|
||||||
Compatible Products:
|
Compatible Products:
|
||||||
|
@ -16,8 +16,8 @@ install:
|
|||||||
dh_testroot
|
dh_testroot
|
||||||
dh_clean -k
|
dh_clean -k
|
||||||
dh_installdirs
|
dh_installdirs
|
||||||
wget http://download.adaptec.com/raid/storage_manager/arcconf_v1_5_20942.zip
|
test -e arcconf_v1_5_20942.zip || wget http://download.adaptec.com/raid/storage_manager/arcconf_v1_5_20942.zip
|
||||||
unzip arcconf_v1_5_20942.zip
|
unzip -o arcconf_v1_5_20942.zip
|
||||||
install -D -m 755 linux_x64/cmdline/arcconf $(CURDIR)/cmdline/arcconf
|
install -D -m 755 linux_x64/cmdline/arcconf $(CURDIR)/cmdline/arcconf
|
||||||
dh_install
|
dh_install
|
||||||
|
|
||||||
@ -33,10 +33,8 @@ binary-arch: build install
|
|||||||
dh_link
|
dh_link
|
||||||
dh_compress
|
dh_compress
|
||||||
dh_fixperms
|
dh_fixperms
|
||||||
dh_makeshlibs
|
|
||||||
dh_strip
|
dh_strip
|
||||||
dh_installdeb
|
dh_installdeb
|
||||||
dh_shlibdeps
|
|
||||||
dh_gencontrol
|
dh_gencontrol
|
||||||
dh_md5sums
|
dh_md5sums
|
||||||
dh_builddeb
|
dh_builddeb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user