X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=debian%2Frules;h=f6c395241cce6768024c943e9c3a45776844db94;hp=160c4f22250574f9b4a118b11610bc7802885716;hb=a0c8ad663e1c39942375e032abfd0be156f9c2ca;hpb=053934ce0725900e24f11a97232f19dd6f1c5dc3 diff --git a/debian/rules b/debian/rules index 160c4f2..f6c3952 100755 --- a/debian/rules +++ b/debian/rules @@ -45,13 +45,12 @@ clean: # Add here commands to clean up after the build process. -$(MAKE) -j8 distclean ifneq "$(wildcard /usr/share/misc/config.sub)" "" - if [! -f config.sub] ; then cp -f /usr/share/misc/config.sub config.sub ; fi + if test ! -f config.sub; then cp -f /usr/share/misc/config.sub config.sub ; fi endif ifneq "$(wildcard /usr/share/misc/config.guess)" "" - if [! -f config.guess] ; then cp -f /usr/share/misc/config.guess config.guess ; fi + if test ! -f config.guess ; then cp -f /usr/share/misc/config.guess config.guess ; fi endif - dh_clean install: build @@ -94,7 +93,7 @@ binary-arch: build install # dh_python dh_makeshlibs -V 'libidzebra-2.0 (>= 2.0.0)' -X mod- dh_installdeb - dh_shlibdeps -l debian/libidzebra-2.0/usr/lib + dh_shlibdeps -L libidzebra-2.0 -l debian/libidzebra-2.0/usr/lib dh_gencontrol dh_md5sums dh_builddeb