From: Sylvestre Ledru Date: Sat, 21 Jan 2012 12:38:09 +0000 (+0100) Subject: Useless comment X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fjava-package.git;a=commitdiff_plain;h=985d6e5e5a72e5515d42fc51e0091289d01b83c0 Useless comment --- diff --git a/debian/rules b/debian/rules index 9e6a0ad..7859d0b 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,6 @@ build: build-stamp build-stamp: dh_testdir - # Add here commands to compile the indep part of the package. sed s/@VERSION@/$(VERSION)/ make-jpkg > make-jpkg.out touch $@ @@ -27,7 +26,6 @@ install: build dh_testroot dh_clean -k dh_installdirs - 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