X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=debian%2Frules;h=6f98f3e90abd7cc686d045c03110665bd2057e12;hp=f6c395241cce6768024c943e9c3a45776844db94;hb=99842ec71f065fd6886daa355923b01d9ce71d26;hpb=a0c8ad663e1c39942375e032abfd0be156f9c2ca diff --git a/debian/rules b/debian/rules index f6c3952..6f98f3e 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) -j8 + $(MAKE) touch build-stamp @@ -43,7 +43,7 @@ clean: rm -f build-stamp # Add here commands to clean up after the build process. - -$(MAKE) -j8 distclean + -$(MAKE) distclean ifneq "$(wildcard /usr/share/misc/config.sub)" "" if test ! -f config.sub; then cp -f /usr/share/misc/config.sub config.sub ; fi endif @@ -60,7 +60,7 @@ install: build dh_installdirs # Add here commands to install the package into debian/tmp - $(MAKE) -j8 install DESTDIR=$(CURDIR)/debian/tmp + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp # Build architecture-independent files here. @@ -91,7 +91,7 @@ binary-arch: build install dh_fixperms # dh_perl # dh_python - dh_makeshlibs -V 'libidzebra-2.0 (>= 2.0.0)' -X mod- + dh_makeshlibs -V 'libidzebra-2.0 (>= 2.0.20)' -X mod- dh_installdeb dh_shlibdeps -L libidzebra-2.0 -l debian/libidzebra-2.0/usr/lib dh_gencontrol