This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository eclipse-ptp.
commit a05fa8c9fffef140a79e10d2cd7d5747655d58d5 Author: Jakub Adam <[email protected]> Date: Sat Sep 6 10:06:29 2014 +0200 Add eclipse-remote-services-api to Build-Depends --- debian/changelog | 1 + debian/control | 2 ++ debian/eclipse.features | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d72548a..9b0ef2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ eclipse-ptp (8.0.0-1) UNRELEASED; urgency=medium * New upstream release (Closes: #759245). * Removed d/patches/fix-build-with-cdt-8.3.0.patch - fixed upstream. + * Add eclipse-remote-services-api to Build-Depends. -- Jakub Adam <[email protected]> Sat, 06 Sep 2014 09:53:04 +0200 diff --git a/debian/control b/debian/control index 6633471..529d577 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9~), eclipse-pde, eclipse-cdt, eclipse-rse, + eclipse-remote-services-api, javahelper, unzip, zip @@ -20,6 +21,7 @@ Package: eclipse-ptp-rdt Architecture: all Depends: eclipse-cdt, eclipse-rse, + eclipse-remote-services-api, ${misc:Depends}, ${orbit:Depends} Description: Eclipse Remote Development Tools diff --git a/debian/eclipse.features b/debian/eclipse.features index d6def63..707eedc 100644 --- a/debian/eclipse.features +++ b/debian/eclipse.features @@ -1,6 +1,6 @@ org.eclipse.ptp.core org.eclipse.ptp.services -org.eclipse.ptp.remote cdt +org.eclipse.ptp.remote cdt remote-services-api org.eclipse.ptp.remote.rse rse org.eclipse.ptp.remotetools org.eclipse.ptp.remote.remotetools -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-ptp.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

