This is an automated email from the git hooks/post-receive script. rockclimb-guest pushed a commit to branch master in repository libnb-javaparser-java.
commit a95bbf405e5ec5d112bab2a0f68a6d9e6143a72a Author: Andrew Ross <[email protected]> Date: Tue Oct 22 23:26:15 2013 +0100 Packaging updates for 7.4 --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/copyright | 3 ++- debian/rules | 4 ++++ 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index bc3813f..7d9b7b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libnb-javaparser-java (7.4-1) unstable; urgency=low + + * New upstream release. + * Enable junit tests during build. + + -- Andrew Ross <[email protected]> Wed, 16 Oct 2013 19:11:01 +0100 + libnb-javaparser-java (7.3-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 0dbc0cd..df7c5dd 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Marek Slama <[email protected]>, Andrew Ross <[email protected]> Build-Depends: debhelper (>= 7.0.50~), javahelper, ant, ant-optional, - default-jdk + default-jdk, junit4 Standards-Version: 3.9.4 Homepage: http://netbeans.org/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libnb-javaparser-java.git diff --git a/debian/copyright b/debian/copyright index 74a18eb..f8a0b8d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -61,7 +61,8 @@ License: GPL-2 License, version 2, can be found in /usr/share/common-licenses/GPL-2. Files: src/share/sample/javac/processing/src/CheckNamesProcessor.java -Copyright: Copyright (c) 2006, 2010, Oracle and/or its affiliates + src/share/sample/language/model/CoreReflectionFactory.java +Copyright: Copyright (c) 2006-2013, Oracle and/or its affiliates License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/debian/rules b/debian/rules index 68c8521..cb4db6b 100755 --- a/debian/rules +++ b/debian/rules @@ -13,5 +13,9 @@ override_dh_auto_clean: cd make/netbeans/nb-javac && \ ant -f build.xml clean +override_dh_auto_test: + cd make/netbeans/nb-javac && \ + ant -f build.xml -Dlibs.junit_4.classpath=/usr/share/java/junit4.jar test + get-orig-source: uscan --verbose --rename --force-download -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libnb-javaparser-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

