This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository vecmath.
commit 32e342e5079b4de5f46ee77e5162aa0dbc5e2229 Author: Jonny Lamb <[email protected]> Date: Tue Feb 3 14:22:00 2009 +0000 * debian/control: + Added ${misc:Depends}. + Removed quilt Build-Dep. --- debian/changelog | 8 ++++++++ debian/control | 5 +++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 11acc16..3392481 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +vecmath (1.5.2-2) unstable; urgency=low + + * debian/control: + + Added ${misc:Depends}. + + Removed quilt Build-Dep. + + -- Jonny Lamb <[email protected]> Tue, 03 Feb 2009 14:19:27 +0000 + vecmath (1.5.2-1) unstable; urgency=low * Initial Release. diff --git a/debian/control b/debian/control index 7d2fc9b..9ed167a 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Petter Reinholdtsen <[email protected]>, Jonny Lamb <[email protected]> -Build-Depends: debhelper (>= 5), cdbs, quilt, ant-optional +Build-Depends: debhelper (>= 5), cdbs, ant-optional Build-Depends-Indep: openjdk-6-jdk | default-jdk-builddep | sun-java6-jdk Standards-Version: 3.8.0 Homepage: https://vecmath.dev.java.net/ @@ -13,7 +13,7 @@ XS-Autobuild: yes Package: libvecmath-java Architecture: all -Depends: java-gcj-compat | java1-runtime | java2-runtime +Depends: ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime Provides: libvecmath1.2-java Description: javax.vecmath vector math package This package includes classes for 3-space vector/point, 4-space vector, 4x4, @@ -26,6 +26,7 @@ Package: libvecmath-java-doc Architecture: all Section: doc Suggests: libvecmath-java +Depends: ${misc:Depends} Description: javax.vecmath vector math package (documentation) This package includes classes for 3-space vector/point, 4-space vector, 4x4, 3x3 matrix, quaternion, axis-angle combination and etc. which are often -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/vecmath.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

