[pkg-java] r7934 - trunk/vecmath/debian
jonny at alioth.debian.org
jonny at alioth.debian.org
Tue Feb 3 14:22:00 UTC 2009
Author: jonny
Date: 2009-02-03 14:22:00 +0000 (Tue, 03 Feb 2009)
New Revision: 7934
Modified:
trunk/vecmath/debian/changelog
trunk/vecmath/debian/control
Log:
* debian/control:
+ Added ${misc:Depends}.
+ Removed quilt Build-Dep.
Modified: trunk/vecmath/debian/changelog
===================================================================
--- trunk/vecmath/debian/changelog 2009-02-03 12:52:56 UTC (rev 7933)
+++ trunk/vecmath/debian/changelog 2009-02-03 14:22:00 UTC (rev 7934)
@@ -1,3 +1,11 @@
+vecmath (1.5.2-2) unstable; urgency=low
+
+ * debian/control:
+ + Added ${misc:Depends}.
+ + Removed quilt Build-Dep.
+
+ -- Jonny Lamb <jonny at debian.org> Tue, 03 Feb 2009 14:19:27 +0000
+
vecmath (1.5.2-1) unstable; urgency=low
* Initial Release.
Modified: trunk/vecmath/debian/control
===================================================================
--- trunk/vecmath/debian/control 2009-02-03 12:52:56 UTC (rev 7933)
+++ trunk/vecmath/debian/control 2009-02-03 14:22:00 UTC (rev 7934)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Petter Reinholdtsen <pere at debian.org>, Jonny Lamb <jonny at debian.org>
-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 @@
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 @@
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
More information about the pkg-java-commits
mailing list