Check for source zip before downloading, don't use shlib deps

This commit is contained in:
Reto Kaiser 2014-03-20 17:29:34 +01:00
parent 8b7baad5c9
commit 6191003931
2 changed files with 3 additions and 5 deletions

View File

@ -8,7 +8,7 @@ Standards-Version: 3.9.3
Package: arcconf
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${misc:Depends}
Description: Adaptec ARCCONF command line tool
.
Compatible Products:

View File

@ -16,8 +16,8 @@ install:
dh_testroot
dh_clean -k
dh_installdirs
wget http://download.adaptec.com/raid/storage_manager/arcconf_v1_5_20942.zip
unzip 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 -o arcconf_v1_5_20942.zip
install -D -m 755 linux_x64/cmdline/arcconf $(CURDIR)/cmdline/arcconf
dh_install
@ -33,10 +33,8 @@ binary-arch: build install
dh_link
dh_compress
dh_fixperms
dh_makeshlibs
dh_strip
dh_installdeb
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb