]> git.sven.stormbind.net Git - sven/java-package.git/commitdiff
Useless comment
authorSylvestre Ledru <sylvestre.ledru@scilab-enterprises.com>
Sat, 21 Jan 2012 12:38:09 +0000 (13:38 +0100)
committerSylvestre Ledru <sylvestre.ledru@scilab-enterprises.com>
Sat, 21 Jan 2012 12:38:09 +0000 (13:38 +0100)
debian/rules

index 9e6a0ad1a4b7831a32e762efa169debf4be763e0..7859d0bf319baa7a45f6cac73dda71a0cf6423f9 100755 (executable)
@@ -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