This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository netbeans.
commit fe2c1790a60f80d73b3ff570100a2b87fe748b22 Author: Markus Koschany <[email protected]> Date: Fri Jun 19 03:48:13 2015 +0200 Drop build-dependencies for windows binaries. Now we build those in libnb-platform-java. --- debian/control | 2 -- debian/rules | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/control b/debian/control index c38be02..268da89 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,6 @@ Build-Depends: antlr3, debhelper (>= 9), default-jdk, - g++-mingw-w64-i686, - g++-mingw-w64-x86-64, javacc, javahelp2, javahelper, diff --git a/debian/rules b/debian/rules index 3cf3934..0fcf09f 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,7 @@ DEB_UPSTREAM_VERSION = $(shell dpkg-parsechangelog | \ grep -e '^Version' | \ perl -pi -e 's/^Version:\s+(.*)\+dfsg\d+-\d+.*$$/$$1/') -BUILDSTAMP := $(shell date --utc --date="`dpkg-parsechangelog -SDate`" "+%b %_d %Y") +BUILDSTAMP := $(shell date --utc --date="`dpkg-parsechangelog -SDate`" "+%Y%m%d") # Defined function to be used to create symlinks define symlink -- 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

