This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository netbeans.
commit 7003924a60f9a27659017aee84b58425197b171a Author: Markus Koschany <[email protected]> Date: Tue Jun 30 20:33:22 2015 +0200 Remove duplicate -f option. --- debian/rules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index f4f25b3..23d4866 100755 --- a/debian/rules +++ b/debian/rules @@ -169,10 +169,10 @@ override_dh_auto_clean: # remove all the symlinks to jar files we created find . -name "*.jar" -type l -delete $(RM) -r nbbuild/external/xhtml1-dtds - $(RM) -f nbbuild/nbproject/private/scan-cache-standard.ser - $(RM) -f debian/license_accepted - $(RM) -f swingapp/src/org/netbeans/modules/swingapp/resources/CRUDShellApp.zip - $(RM) -f swingapp/src/org/netbeans/modules/swingapp/resources/BasicShellApp.zip + $(RM) nbbuild/nbproject/private/scan-cache-standard.ser + $(RM) debian/license_accepted + $(RM) swingapp/src/org/netbeans/modules/swingapp/resources/CRUDShellApp.zip + $(RM) swingapp/src/org/netbeans/modules/swingapp/resources/BasicShellApp.zip override_jh_depends: # Skipping jh_depends run - since we use symlinks to /usr/share/java then -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/netbeans.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

