This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository geronimo-jpa-2.0-spec.
commit 7bc80ca08638d04b4ea6ad67da3161e7f60e6e34 Author: Emmanuel Bourg <[email protected]> Date: Wed Apr 27 19:30:46 2016 +0200 Removed the unused dependency on aspectj --- debian/changelog | 7 +++++++ debian/control | 4 ++-- debian/rules | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8e49efa..b7c2ab0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +geronimo-jpa-2.0-spec (1.1-3) UNRELEASED; urgency=medium + + * Team upload. + * Removed the unused dependency on aspectj + + -- Emmanuel Bourg <[email protected]> Wed, 27 Apr 2016 19:25:27 +0200 + geronimo-jpa-2.0-spec (1.1-2) unstable; urgency=low [ Torsten Werner ] diff --git a/debian/control b/debian/control index ba5329b..bba9f01 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Miguel Landaeta <[email protected]> Section: java Priority: optional -Build-Depends: debhelper (>= 7.0.50), default-jdk, javahelper, aspectj, +Build-Depends: debhelper (>= 7.0.50), default-jdk, javahelper, libgeronimo-osgi-support-java, maven-repo-helper Standards-Version: 3.9.1 Vcs-Git: git://git.debian.org/git/pkg-java/geronimo-jpa-2.0-spec.git @@ -11,7 +11,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-java/geronimo-jpa-2.0-spec.git Package: libgeronimo-jpa-2.0-spec-java Architecture: all -Depends: aspectj, libgeronimo-osgi-support-java, ${misc:Depends} +Depends: libgeronimo-osgi-support-java, ${misc:Depends} Suggests: libgeronimo-jpa-2.0-spec-java-doc (= ${binary:Version}) Description: Geronimo JSR-317 Java Persistence (JPA) 2.0 Spec API The Java Persistence API is the Java API for the management of persistence diff --git a/debian/rules b/debian/rules index 7f9bc74..372a7ef 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f export JAVA_HOME=/usr/lib/jvm/default-java -export CLASSPATH=/usr/share/java/aspectjtools.jar:/usr/share/java/geronimo-osgi-locator.jar +export CLASSPATH=/usr/share/java/osgi.core.jar:/usr/share/java/geronimo-osgi-locator.jar %: dh --with javahelper $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/geronimo-jpa-2.0-spec.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

