X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=debian%2Frules;h=160c4f22250574f9b4a118b11610bc7802885716;hb=053934ce0725900e24f11a97232f19dd6f1c5dc3;hp=dc3d0e8ae455d6512dafb24cb4f301f7a2b776ff;hpb=553ce0f9320b097b962ddd961989f5c8ad7fcf9f;p=idzebra-moved-to-github.git diff --git a/debian/rules b/debian/rules index dc3d0e8..160c4f2 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,7 @@ build-stamp: config.status dh_testdir # Add here commands to compile the package. - $(MAKE) + $(MAKE) -j8 touch build-stamp @@ -43,7 +43,7 @@ clean: rm -f build-stamp # Add here commands to clean up after the build process. - -$(MAKE) distclean + -$(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 endif @@ -61,7 +61,7 @@ install: build dh_installdirs # Add here commands to install the package into debian/tmp - $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + $(MAKE) -j8 install DESTDIR=$(CURDIR)/debian/tmp # Build architecture-independent files here. @@ -92,9 +92,9 @@ binary-arch: build install dh_fixperms # dh_perl # dh_python - dh_makeshlibs -V 'libidzebra2.0 (>= 2.0.0)' -X mod- + dh_makeshlibs -V 'libidzebra-2.0 (>= 2.0.0)' -X mod- dh_installdeb - dh_shlibdeps -l debian/libidzebra2.0/usr/lib + dh_shlibdeps -l debian/libidzebra-2.0/usr/lib dh_gencontrol dh_md5sums dh_builddeb