X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fjava-package.git;a=blobdiff_plain;f=debian%2Frules;h=5611e1b4c95ae82369c1aa5bbded938d2a2e0fea;hp=7859d0bf319baa7a45f6cac73dda71a0cf6423f9;hb=edb00d27b912c4864f573451c3eb36921e327c77;hpb=985d6e5e5a72e5515d42fc51e0091289d01b83c0 diff --git a/debian/rules b/debian/rules index 7859d0b..5611e1b 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,9 @@ VERSION := $(shell head -n 1 $(CURDIR)/debian/changelog | sed 's/.*(//;s/).*//') B := $(CURDIR)/debian/java-package -build: build-stamp +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp build-stamp: dh_testdir @@ -26,6 +28,7 @@ install: build dh_testroot dh_clean -k dh_installdirs + dh_installdebconf install -m 755 make-jpkg.out $(B)/usr/bin/make-jpkg cp lib/*.sh $(B)/usr/share/java-package/ find $(B) -type d -name .svn | xargs -r rm -r