This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository java-package.
commit a9cedb2f7699b4dd20972c6db4ff161094245e68 Author: tony mancill <[email protected]> Date: Thu Jun 18 22:03:13 2015 -0700 depend on build-essential --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7e35416..8eb51d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ java-package (0.60) UNRELEASED; urgency=medium * Team upload. * Update the package long description. + * Add build-essential as a dependency and drop the (now redundant) + recommends on gcc. (Closes: #787809) -- tony mancill <[email protected]> Thu, 18 Jun 2015 22:00:02 -0700 diff --git a/debian/control b/debian/control index 0eca673..7adbe98 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/java-package.git Package: java-package Architecture: all Depends: debhelper (>= 9), + build-essential, dpkg-dev, fakeroot, libasound2, @@ -23,7 +24,6 @@ Depends: debhelper (>= 9), libxxf86vm1, unzip, ${misc:Depends} -Recommends: gcc Suggests: openjdk-7-jre Description: Utility for creating Java Debian packages This package provides the capability to build a Debian package from -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-package.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

