This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit 71194249368769f973011693e0b9319098e21c8a Author: gregor herrmann <[email protected]> Date: Mon May 1 12:44:35 2006 +0000 * Moved debhelper from Build-Depends-Indep to Build-Depends in debian/control. --- debian/changelog | 4 +++- debian/control | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 62d0544..6bd2202 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ jabref (2.0.1-2) unstable; urgency=low * Update to Standards-Version: 3.7.0 (no changes required). + * Moved debhelper from Build-Depends-Indep to Build-Depends + in debian/control. - -- gregor herrmann <[email protected]> Mon, 1 May 2006 14:40:51 +0200 + -- gregor herrmann <[email protected]> Mon, 1 May 2006 14:44:02 +0200 jabref (2.0.1-1) unstable; urgency=low diff --git a/debian/control b/debian/control index beea449..35ac18d 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: jabref Section: contrib/tex Priority: optional Maintainer: gregor herrmann <[email protected]> -Build-Depends-Indep: debhelper (>= 4.0.0), ant, j2sdk1.4 +Build-Depends: debhelper (>= 4.0.0) +Build-Depends-Indep: ant, j2sdk1.4 Standards-Version: 3.7.0 Package: jabref -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

